usual stuff:
cmsrel CMSSW_9_0_0_pre4 cd CMSSW_9_0_0_pre4/src cmsenv git cms-init
FTL repo:
git clone -b CMSSW https://github.com/simonepigazzini/DynamicTTree.git ExternalTools/DynamicTTree/ git clone https://github.com/simonepigazzini/PrecisionTiming.git
cmsRun test/runOnHgg_cfg.py eosdirs=/eos/cms/store/group/upgrade/timing/simstudies/Feb21material/hgg125d8/RECOSIM
- The
datatier
option can be set to RECO (default) or PAT in order to process RECOSIM and MINIAODSIM dataformat. - The
eosdirs
option can be used to let python get the list of files to be processed (multiple path can be passed as option).
see here: https://github.com/simonepigazzini/DynamicTTree/blob/master/test/DT_SimpleExample.cpp basic type, c-arrays and c++ classes can be defined.