Skip to content

Add options daod phys daod physlite

Makes all scripts and source files configurable to take containers from DAOD_PHYS or DAOD_PHYSLITE based on arguments and file metadata. Examples:

To process Monte Carlo samples the --mc flag is needed:

VariableDumperConfig.py --filesInput mc.myinputfile.pool.root --threads=1 --evtMax 10 --mc

To process DAOD_PHYSLITE the --daod-physlite flag is needed:

VariableDumperConfig.py --filesInput mc.myinputfile.DAOD_PHYSLITE.pool.root --threads=1 --evtMax 10 --mc --daod-physlite
Edited by Victor Hugo Ruelas Rivera

Merge request reports