15 This script loads specified ROOT file and prints the content of the DataStore
16 for each event. To be used for debugging.
19 $> basf2 printDataStore.py -i [input_ROOT_file]
23 import modularAnalysis
as ma
26 ma.inputMdst(environmentType=
'default',
27 filename=basf2.find_file(
'mdst14.root',
'validation',
True),
29 ma.printDataStore(path=path)