group Experiment-specific muon efficiency and smearing functions
Experiment-specific muon efficiency and smearing functions
Module: Detector smearing & efficiency functions
Functions
Name | |
---|---|
double | MUON_EFF_ATLAS_RUN1(const Particle & m) ATLASRun 1 muon reco efficiency. |
double | MUON_RECOEFF_ATLAS_RUN2(const Particle & m) |
double | MUON_EFF_ATLAS_RUN2(const Particle & m) ATLASRun 2 muon reco+ID efficiency. |
Particle | MUON_SMEAR_ATLAS_RUN1(const Particle & m) ATLASRun 1 muon reco smearing. |
Particle | MUON_SMEAR_ATLAS_RUN2(const Particle & m) |
double | MUON_EFF_CMS_RUN1(const Particle & m) CMS Run 1 muon reco efficiency. |
double | MUON_EFF_CMS_RUN2(const Particle & m) |
Particle | MUON_SMEAR_CMS_RUN1(const Particle & m) CMS Run 1 muon reco smearing. |
Particle | MUON_SMEAR_CMS_RUN2(const Particle & m) |
Functions Documentation
function MUON_EFF_ATLAS_RUN1
inline double MUON_EFF_ATLAS_RUN1(
const Particle & m
)
ATLASRun 1 muon reco efficiency.
function MUON_RECOEFF_ATLAS_RUN2
inline double MUON_RECOEFF_ATLAS_RUN2(
const Particle & m
)
ATLASRun 2 muon reco efficiency
From https://arxiv.org/pdf/1603.05598.pdf , Fig3 top
function MUON_EFF_ATLAS_RUN2
inline double MUON_EFF_ATLAS_RUN2(
const Particle & m
)
ATLASRun 2 muon reco+ID efficiency.
For medium ID, from Fig 3 of https://cds.cern.ch/record/2047831/files/ATL-PHYS-PUB-2015-037.pdf
function MUON_SMEAR_ATLAS_RUN1
inline Particle MUON_SMEAR_ATLAS_RUN1(
const Particle & m
)
ATLASRun 1 muon reco smearing.
Todo: Add muon loose/medium/tight ID efficiencies? All around 95-98%… ignore?
function MUON_SMEAR_ATLAS_RUN2
inline Particle MUON_SMEAR_ATLAS_RUN2(
const Particle & m
)
ATLASRun 2 muon reco smearing From https://arxiv.org/abs/1603.05598 , eq (10) and Fig 12
function MUON_EFF_CMS_RUN1
inline double MUON_EFF_CMS_RUN1(
const Particle & m
)
CMS Run 1 muon reco efficiency.
function MUON_EFF_CMS_RUN2
inline double MUON_EFF_CMS_RUN2(
const Particle & m
)
Todo: Currently just a copy of Run 1: fix!
CMS Run 2 muon reco efficiency
function MUON_SMEAR_CMS_RUN1
inline Particle MUON_SMEAR_CMS_RUN1(
const Particle & m
)
CMS Run 1 muon reco smearing.
function MUON_SMEAR_CMS_RUN2
inline Particle MUON_SMEAR_CMS_RUN2(
const Particle & m
)
Todo: Currently just a copy of the Run 1 version: fix!
CMS Run 2 muon reco smearing
Updated on 2022-08-07 at 20:17:18 +0100