Skip to content

CPAlgorithms: distinguish between MC and data when writing output branches

Baptiste Ravina requested to merge ravinab/athena:ravinab-main-patch-7bc8 into main

We allow to pass an optional list of branch mappings varsOnlyForMC to the Output block. This allows the use of a single config file for both MC and data runs, when the user requests MC-specific decorations to be written to the output (e.g. truth information like HadronConeExclTruthLabelID for jets).

Merge request reports