Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 589 Bytes

File metadata and controls

19 lines (16 loc) · 589 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/runOnZee_cfg.py

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.