group Experiment-specific tau efficiency and smearing functions
Experiment-specific tau efficiency and smearing functions
Module: Detector smearing & efficiency functions
Functions
Name | |
---|---|
double | TAU_EFF_ATLAS_RUN1(const Particle & t) ATLASRun 1 8 TeV tau efficiencies (medium working point) |
double | TAUJET_EFF_ATLAS_RUN1(const Jet & j) ATLASRun 1 8 TeV tau misID rates (medium working point) |
double | TAU_EFF_ATLAS_RUN2(const Particle & t) ATLASRun 2 13 TeV tau efficiencies (medium working point) |
double | TAUJET_EFF_ATLAS_RUN2(const Jet & j) ATLASRun 2 13 TeV tau misID rate (medium working point) |
Particle | TAU_SMEAR_ATLAS_RUN1(const Particle & t) |
Particle | TAU_SMEAR_ATLAS_RUN2(const Particle & t) |
double | TAU_EFF_CMS_RUN1(const Particle & t) |
double | TAU_EFF_CMS_RUN2(const Particle & t) |
Particle | TAU_SMEAR_CMS_RUN1(const Particle & t) |
Particle | TAU_SMEAR_CMS_RUN2(const Particle & t) |
Functions Documentation
function TAU_EFF_ATLAS_RUN1
inline double TAU_EFF_ATLAS_RUN1(
const Particle & t
)
ATLASRun 1 8 TeV tau efficiencies (medium working point)
Taken from http://arxiv.org/pdf/1412.7086.pdf 20-40 GeV 1-prong LMT eff|mis = 0.66|1/10, 0.56|1/20, 0.36|1/80 20-40 GeV 3-prong LMT eff|mis = 0.45|1/60, 0.38|1/100, 0.27|1/300
40 GeV 1-prong LMT eff|mis = 0.66|1/15, 0.56|1/25, 0.36|1/80 40 GeV 3-prong LMT eff|mis = 0.45|1/250, 0.38|1/400, 0.27|1/1300
function TAUJET_EFF_ATLAS_RUN1
inline double TAUJET_EFF_ATLAS_RUN1(
const Jet & j
)
ATLASRun 1 8 TeV tau misID rates (medium working point)
Taken from http://arxiv.org/pdf/1412.7086.pdf 20-40 GeV 1-prong LMT eff|mis = 0.66|1/10, 0.56|1/20, 0.36|1/80 20-40 GeV 3-prong LMT eff|mis = 0.45|1/60, 0.38|1/100, 0.27|1/300
40 GeV 1-prong LMT eff|mis = 0.66|1/15, 0.56|1/25, 0.36|1/80 40 GeV 3-prong LMT eff|mis = 0.45|1/250, 0.38|1/400, 0.27|1/1300
function TAU_EFF_ATLAS_RUN2
inline double TAU_EFF_ATLAS_RUN2(
const Particle & t
)
ATLASRun 2 13 TeV tau efficiencies (medium working point)
From https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PUBNOTES/ATL-PHYS-PUB-2015-045/ATL-PHYS-PUB-2015-045.pdf LMT 1 prong efficiency/mistag = 0.6|1/30, 0.55|1/50, 0.45|1/120 LMT 3 prong efficiency/mistag = 0.5|1/30, 0.4|1/110, 0.3|1/300
function TAUJET_EFF_ATLAS_RUN2
inline double TAUJET_EFF_ATLAS_RUN2(
const Jet & j
)
ATLASRun 2 13 TeV tau misID rate (medium working point)
From https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PUBNOTES/ATL-PHYS-PUB-2015-045/ATL-PHYS-PUB-2015-045.pdf LMT 1 prong efficiency/mistag = 0.6|1/30, 0.55|1/50, 0.45|1/120 LMT 3 prong efficiency/mistag = 0.5|1/30, 0.4|1/110, 0.3|1/300
function TAU_SMEAR_ATLAS_RUN1
inline Particle TAU_SMEAR_ATLAS_RUN1(
const Particle & t
)
Todo: Currently a copy of the jet smearing
TodoAlso need a JES uncertainty component?
TodoIs this the best way to smear? Should we preserve the energy, or pT, or direction?
function TAU_SMEAR_ATLAS_RUN2
inline Particle TAU_SMEAR_ATLAS_RUN2(
const Particle & t
)
Todo: Currently a copy of the Run 1 version
function TAU_EFF_CMS_RUN1
inline double TAU_EFF_CMS_RUN1(
const Particle & t
)
Todo: Needs work; this is just a copy of the Run 2 version in Delphes 3.3.2
CMS Run 1 tau efficiency
function TAU_EFF_CMS_RUN2
inline double TAU_EFF_CMS_RUN2(
const Particle & t
)
Todo: Needs work; this is the dumb version from Delphes 3.3.2
CMS Run 2 tau efficiency
function TAU_SMEAR_CMS_RUN1
inline Particle TAU_SMEAR_CMS_RUN1(
const Particle & t
)
Todo: Currently a copy of the crappy ATLAS one
CMS Run 1 tau smearing
function TAU_SMEAR_CMS_RUN2
inline Particle TAU_SMEAR_CMS_RUN2(
const Particle & t
)
Todo: Currently a copy of the Run 1 version
CMS Run 2 tau smearing
Updated on 2022-08-07 at 20:17:18 +0100