Skip to content

Raffaella07/PrecisionTiming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Precision Timing Studies

_______________this is a fork___________

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 64.6%
  • Python 33.6%
  • C 1.1%
  • Shell 0.7%