Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run 3 converter: addition of OTF V0s #23731

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 10, 2024

  1. RUN3: AO2Dconverter: added PWGGA Gamma Conversions

    - Added the Gamma Conversion V0s from the PWGGA
    - Added a histogram to the PCM analysis to save the pT spectra of V0s before ANY cut
    - When running over AODs the labels of the GammaConversion daughters need to be sorted. This can be done in the V0Reader task and with my latest changes also in the ConverterTask. To ensure that this is only done once there is a security check. This check was also updated inside the V0Reader.
    - On the fly V0 table now uses truncation:
    	- 11 bits for length and mass variables
    	- 13 bits for momentum variables
    - In case of AOD -> AO2D we can now use the AliConverionPhotonCuts class to cut on the on the fly V0s. This helps to reduce data size and ensures that we can use the same cuts for converting from AOD and ESD.
    - Added possibility to convert on the fly V0s from ESD to AO2D. This requires the V0Reader class to be added to the analysis chain. Also we now need to specify what collision system is used `fCollSystem` via `SetCollSystem` and what the conversion cuts `fConversionCut` are via `SetConversionCut`
    mhemmer-cern committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bbb0290 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    848d645 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f237b57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad23183 View commit details
    Browse the repository at this point in the history