class Gambit::ColliderBit::Analysis_ATLAS_8TeV_1LEPbb_20invfb
[No description available]
Inherits from Analysis
Public Classes
Name | |
---|---|
struct | jetComparison |
struct | particleComparison |
Public Functions
Name | |
---|---|
Analysis_ATLAS_8TeV_1LEPbb_20invfb() | |
void | run(const HEPUtils::Event * event) |
void | combine(const Analysis * other) Combine the variables of another copy of this analysis (typically on another thread) into this one. |
void | collect_results() |
bool | isLeadingBJets(vector< const HEPUtils::Jet * > jets, vector< const HEPUtils::Jet * > bjets) |
Protected Functions
Name | |
---|---|
void | analysis_specific_reset() |
Public Attributes
Public Functions Documentation
function Analysis_ATLAS_8TeV_1LEPbb_20invfb
inline Analysis_ATLAS_8TeV_1LEPbb_20invfb()
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()
function isLeadingBJets
inline bool isLeadingBJets(
vector< const HEPUtils::Jet * > jets,
vector< const HEPUtils::Jet * > bjets
)
Protected Functions Documentation
function analysis_specific_reset
inline void analysis_specific_reset()
Public Attributes Documentation
variable detector
static constexpr const char * detector = "ATLAS";
variable compareParticlePt
struct Gambit::ColliderBit::Analysis_ATLAS_8TeV_1LEPbb_20invfb::particleComparison compareParticlePt;
variable compareJetPt
struct Gambit::ColliderBit::Analysis_ATLAS_8TeV_1LEPbb_20invfb::jetComparison compareJetPt;
Updated on 2022-08-03 at 12:58:17 +0000