class Gambit::ColliderBit::Analysis_CMS_8TeV_MultiLEP_20invfb

[No description available]

Inherits from Analysis

Inherited by Gambit::ColliderBit::Analysis_CMS_8TeV_MultiLEP_3Lep_20invfb, Gambit::ColliderBit::Analysis_CMS_8TeV_MultiLEP_4Lep_20invfb

Public Functions

Name
Analysis_CMS_8TeV_MultiLEP_20invfb()
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.
virtual voidcollect_results()

Protected Functions

Name
voidanalysis_specific_reset()

Public Attributes

Name
constexpr const char *detector

Protected Attributes

Name
std::map< string, double >_numSR

Public Functions Documentation

function Analysis_CMS_8TeV_MultiLEP_20invfb

inline Analysis_CMS_8TeV_MultiLEP_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 virtual void collect_results()

Reimplemented by: Gambit::ColliderBit::Analysis_CMS_8TeV_MultiLEP_3Lep_20invfb::collect_results, Gambit::ColliderBit::Analysis_CMS_8TeV_MultiLEP_4Lep_20invfb::collect_results

Protected Functions Documentation

function analysis_specific_reset

inline void analysis_specific_reset()

Public Attributes Documentation

variable detector

static constexpr const char * detector = "CMS";

Protected Attributes Documentation

variable _numSR

std::map< string, double > _numSR;

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