group Experiment-specific jet efficiency and smearing functions

Experiment-specific jet efficiency and smearing functions

Module: Detector smearing & efficiency functions

Functions

Name
doubleJET_BTAG_ATLAS_RUN1(const Jet & j)
Return the ATLASRun 1 jet flavour tagging efficiency for the given Jet, from Delphes.
doubleJET_BTAG_ATLAS_RUN2_MV2C20(const Jet & j)
Return the ATLASRun 2 MC2c20 77% WP jet flavour tagging efficiency for the given Jet.
doubleJET_BTAG_ATLAS_RUN2_MV2C10(const Jet & j)
Return the ATLASRun 2 MC2c10 77% WP jet flavour tagging efficiency for the given Jet.
JetJET_SMEAR_ATLAS_RUN1(const Jet & j)
ATLASRun 1 jet smearing.
JetJET_SMEAR_ATLAS_RUN2(const Jet & j)
JetJET_SMEAR_CMS_RUN1(const Jet & j)
JetJET_SMEAR_CMS_RUN2(const Jet & j)

Functions Documentation

function JET_BTAG_ATLAS_RUN1

inline double JET_BTAG_ATLAS_RUN1(
    const Jet & j
)

Return the ATLASRun 1 jet flavour tagging efficiency for the given Jet, from Delphes.

TodoThis form drops past ~100 GeV, asymptotically to zero efficiency… really?!

function JET_BTAG_ATLAS_RUN2_MV2C20

inline double JET_BTAG_ATLAS_RUN2_MV2C20(
    const Jet & j
)

Return the ATLASRun 2 MC2c20 77% WP jet flavour tagging efficiency for the given Jet.

function JET_BTAG_ATLAS_RUN2_MV2C10

inline double JET_BTAG_ATLAS_RUN2_MV2C10(
    const Jet & j
)

Return the ATLASRun 2 MC2c10 77% WP jet flavour tagging efficiency for the given Jet.

function JET_SMEAR_ATLAS_RUN1

inline Jet JET_SMEAR_ATLAS_RUN1(
    const Jet & j
)

ATLASRun 1 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 JET_SMEAR_ATLAS_RUN2

inline Jet JET_SMEAR_ATLAS_RUN2(
    const Jet & j
)

Todo: Just a copy of the Run 1 one: improve!!

ATLASRun 2 jet smearing

function JET_SMEAR_CMS_RUN1

inline Jet JET_SMEAR_CMS_RUN1(
    const Jet & j
)

Todo: Just a copy of the suboptimal ATLAS one: improve!!

CMS Run 2 jet smearing

function JET_SMEAR_CMS_RUN2

inline Jet JET_SMEAR_CMS_RUN2(
    const Jet & j
)

Todo: Just a copy of the suboptimal ATLAS one: improve!!

CMS Run 2 jet smearing


Updated on 2022-08-07 at 20:17:18 +0100