rivet is hosted by Hepforge, IPPP Durham
Rivet 4.0.0
Experiment-specific tracking efficiency and smearing functions

Functions

double Rivet::TRK_EFF_ATLAS_RUN1 (const Particle &p)
 ATLAS Run 1 tracking efficiency.
 
double Rivet::TRK_EFF_ATLAS_RUN2 (const Particle &p)
 
double Rivet::TRK_EFF_CMS_RUN1 (const Particle &p)
 CMS Run 1 tracking efficiency.
 
double Rivet::TRK_EFF_CMS_RUN2 (const Particle &p)
 
double Rivet::ATLAS_JVT_EFF_LOOSE (const Jet &j)
 Return the efficiency of the ATLAS JVT tagger at > 0.2 W.P.
 
double Rivet::ATLAS_JVT_EFF_MEDIUM (const Jet &j)
 Return the efficiency of the ATLAS JVT tagger at > 0.4 W.P.
 
double Rivet::ATLAS_JVT_EFF_TIGHT (const Jet &j)
 Return the efficiency of the ATLAS JVT tagger at > 0.7 W.P.
 

Detailed Description

Function Documentation

◆ ATLAS_JVT_EFF_LOOSE()

double Rivet::ATLAS_JVT_EFF_LOOSE ( const Jet j)
inline

Return the efficiency of the ATLAS JVT tagger at > 0.2 W.P.

Values taken from fig 17, https://arxiv.org/pdf/1510.03823.pdf. Shockingly, its run1, but it's still the most recent ATLAS JVT public plots And is still cited by all the Run 2 papers Note! The exact translation of weak/medium/tight varies across runs/years If possible double check the score cut off used.

References Rivet::ParticleBase::abseta(), Rivet::binIndex(), and Rivet::ParticleBase::pt().

◆ ATLAS_JVT_EFF_MEDIUM()

double Rivet::ATLAS_JVT_EFF_MEDIUM ( const Jet j)
inline

Return the efficiency of the ATLAS JVT tagger at > 0.4 W.P.

Values taken from fig 17, https://arxiv.org/pdf/1510.03823.pdf. Shockingly, its run1, but it's still the most recent ATLAS JVT public plots And is still cited by all the Run 2 papers Note! The exact translation of weak/medium/tight varies across runs/years If possible double check the score cut off used.

References Rivet::ParticleBase::abseta(), Rivet::binIndex(), and Rivet::ParticleBase::pt().

◆ ATLAS_JVT_EFF_TIGHT()

double Rivet::ATLAS_JVT_EFF_TIGHT ( const Jet j)
inline

Return the efficiency of the ATLAS JVT tagger at > 0.7 W.P.

Values taken from fig 17, https://arxiv.org/pdf/1510.03823.pdf. Shockingly, its run1, but it's still the most recent ATLAS JVT public plots And is still cited by all the Run 2 papers Note! The exact translation of weak/medium/tight varies across runs/years If possible double check the score cut off used.

References Rivet::ParticleBase::abseta(), Rivet::binIndex(), and Rivet::ParticleBase::pt().

◆ TRK_EFF_ATLAS_RUN2()

double Rivet::TRK_EFF_ATLAS_RUN2 ( const Particle p)
inline

ATLAS Run 2 tracking efficiency

Todo:
Currently just a copy of Run 1: fix!

References Rivet::TRK_EFF_ATLAS_RUN1().

◆ TRK_EFF_CMS_RUN2()

double Rivet::TRK_EFF_CMS_RUN2 ( const Particle p)
inline

CMS Run 2 tracking efficiency

Todo:
Currently just a copy of Run 1: fix!

References Rivet::TRK_EFF_CMS_RUN1().