class Gambit::ColliderBit::Analysis_ATLAS_13TeV_2bMET_36invfb

[No description available]

Inherits from Analysis

Public Functions

Name
boolsortByPT(const HEPUtils::Jet * jet1, const HEPUtils::Jet * jet2)
Analysis_ATLAS_13TeV_2bMET_36invfb()
voidJetLeptonOverlapRemoval(vector< const HEPUtils::Jet * > & jetvec, vector< const HEPUtils::Particle * > & lepvec, double DeltaRMax)
voidLeptonJetOverlapRemoval(vector< const HEPUtils::Particle * > & lepvec, vector< const HEPUtils::Jet * > & jetvec)
voidSpecialLeptonJetOverlapRemoval(vector< const HEPUtils::Particle * > & lepvec, vector< const HEPUtils::Jet * > & jetvec)
MT2MT2helper(vector< const HEPUtils::Jet * > jets, vector< const HEPUtils::Particle * > electrons, vector< const HEPUtils::Particle * > muons, HEPUtils::P4 metVec)
voidrun(const HEPUtils::Event * event)
voidcombine(const Analysis * other)
Combine the variables of another copy of this analysis (typically on another thread) into this one.
voidcollect_results()
voidanalysis_specific_reset()

Public Attributes

Name
constexpr const char *detector

Public Functions Documentation

function sortByPT

static inline bool sortByPT(
    const HEPUtils::Jet * jet1,
    const HEPUtils::Jet * jet2
)

function Analysis_ATLAS_13TeV_2bMET_36invfb

inline Analysis_ATLAS_13TeV_2bMET_36invfb()

function JetLeptonOverlapRemoval

inline void JetLeptonOverlapRemoval(
    vector< const HEPUtils::Jet * > & jetvec,
    vector< const HEPUtils::Particle * > & lepvec,
    double DeltaRMax
)

function LeptonJetOverlapRemoval

inline void LeptonJetOverlapRemoval(
    vector< const HEPUtils::Particle * > & lepvec,
    vector< const HEPUtils::Jet * > & jetvec
)

function SpecialLeptonJetOverlapRemoval

inline void SpecialLeptonJetOverlapRemoval(
    vector< const HEPUtils::Particle * > & lepvec,
    vector< const HEPUtils::Jet * > & jetvec
)

function MT2helper

inline MT2 MT2helper(
    vector< const HEPUtils::Jet * > jets,
    vector< const HEPUtils::Particle * > electrons,
    vector< const HEPUtils::Particle * > muons,
    HEPUtils::P4 metVec
)

function run

inline void run(
    const HEPUtils::Event * event
)

We assume that b jets have previously been 100% tagged

function combine

inline void combine(
    const Analysis * other
)

Combine the variables of another copy of this analysis (typically on another thread) into this one.

function collect_results

inline void collect_results()

function analysis_specific_reset

inline void analysis_specific_reset()

Public Attributes Documentation

variable detector

static constexpr const char * detector = "ATLAS";

Updated on 2022-08-03 at 12:58:17 +0000