AliceO2 icon indicating copy to clipboard operation
AliceO2 copied to clipboard

FIT: add RecPoint reader and writer workflows for FV0 and FDD

Open andreasmolander opened this issue 5 months ago • 9 comments

The main purpose of the commit:

  • Adding workflows for reading RecPoints for FV0 and FDD, these are needed for MC aQC

Secondary purposes that arose during development:

  • ROOT macro for comparing two RecPoint files
  • Workflows for writing RecPoints added for FT0, FV0 and FDD (i.e. simply standalone RecPoint writers, not related to reconstrucion)
  • The two items above were needed to verify the new RecPoint reader workflows, namely by: reconstructing CTFs -> writing RecPoints to file -> Reading RecPoints from file -> Writing RecPoints to new file -> Comparing the two files
  • Minor cosmetics (e.g. reordering of includes) and utility functions (print and == operator functions)

andreasmolander avatar Sep 04 '24 13:09 andreasmolander