class Gambit::ColliderBit::Analysis_ATLAS_8TeV_3LEPEW_20invfb

[No description available]

Inherits from Analysis

Public Functions

Name
Analysis_ATLAS_8TeV_3LEPEW_20invfb()
voidEleEleOverlapRemoval(vector< const HEPUtils::Particle * > & vec1, vector< const HEPUtils::Particle * > & vec2, double DeltaRMax)
voidLepLepOverlapRemoval(vector< const HEPUtils::Particle * > & vec1, vector< const HEPUtils::Particle * > & vec2, double DeltaRMax)
voidJetLeptonOverlapRemoval(vector< const HEPUtils::Jet * > & jetvec, vector< const HEPUtils::Particle * > & lepvec, double DeltaRMax)
voidLeptonJetOverlapRemoval(vector< const HEPUtils::Particle * > & lepvec, vector< const HEPUtils::Jet * > & jetvec, double DeltaRMax)
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()

Protected Functions

Name
voidanalysis_specific_reset()

Public Attributes

Name
constexpr const char *detector

Public Functions Documentation

function Analysis_ATLAS_8TeV_3LEPEW_20invfb

inline Analysis_ATLAS_8TeV_3LEPEW_20invfb()

function EleEleOverlapRemoval

inline void EleEleOverlapRemoval(
    vector< const HEPUtils::Particle * > & vec1,
    vector< const HEPUtils::Particle * > & vec2,
    double DeltaRMax
)

function LepLepOverlapRemoval

inline void LepLepOverlapRemoval(
    vector< const HEPUtils::Particle * > & vec1,
    vector< const HEPUtils::Particle * > & vec2,
    double DeltaRMax
)

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,
    double DeltaRMax
)

function run

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

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()

Protected Functions Documentation

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