Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 926 Bytes

Readme.org

File metadata and controls

21 lines (18 loc) · 926 Bytes

Precision Timing Studies

Setup

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

Dumper

simple workflow:

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).

add new variables to the tree:

see here: https://github.com/simonepigazzini/DynamicTTree/blob/master/test/DT_SimpleExample.cpp basic type, c-arrays and c++ classes can be defined.