Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 717 Bytes

README.md

File metadata and controls

32 lines (29 loc) · 717 Bytes

TauTagAndProbe

Set of tools to evaluate tau trigger performance on T&P

Install instructions

cmsrel CMSSW_8_0_5
cd CMSSW_8_0_5/src
cmsenv
git clone https://github.com/l-cadamuro/TauTagAndProbe
scram b -j4

Tu run on MC (no t&P, select candidates by gen matching)

cmsrel CMSSW_7_6_3
cd CMSSW_7_6_3/src
cmsenv
git clone https://github.com/l-cadamuro/TauTagAndProbe
scram b -j4

then set isMC = True in test.py

For L1 reemulation after T&P selections

cmsrel CMSSW_8_0_21
cd cmsrel CMSSW_8_0_5/src
cmsenv
git cms-addpkg L1Trigger/L1TCalorimeter # only if you want to edit smt in the emulator
git clone https://github.com/l-cadamuro/TauTagAndProbe
scram b -j4

and use reEmulL1.py