Skip to content

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

Notifications You must be signed in to change notification settings

tstreble/TauTagAndProbe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.2%
  • C++ 44.1%
  • Makefile 7.1%
  • Other 0.6%