CPAlgorithms: distinguish between MC and data when writing output branches
Compare changes
@@ -12,6 +12,7 @@ class OutputAnalysisConfig (ConfigBlock):
@@ -24,6 +25,12 @@ class OutputAnalysisConfig (ConfigBlock):
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).