class Gambit::ColliderBit::Analysis_CMS_13TeV_2Photon_GMSB_36invfb

[No description available]

Inherits from Analysis

Public Functions

Name
Analysis_CMS_13TeV_2Photon_GMSB_36invfb()
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
std::map< string, EventCounter >_counters

Public Functions Documentation

function Analysis_CMS_13TeV_2Photon_GMSB_36invfb

inline Analysis_CMS_13TeV_2Photon_GMSB_36invfb()

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

Protected Functions Documentation

function analysis_specific_reset

inline void analysis_specific_reset()

Public Attributes Documentation

variable detector

static constexpr const char * detector = "CMS";

variable _counters

std::map< string, EventCounter > _counters = {
        {"SR_MET_100-115", EventCounter("SR_MET_100-115")},
        {"SR_MET_115-130", EventCounter("SR_MET_115-130")},
        {"SR_MET_130-150", EventCounter("SR_MET_130-150")},
        {"SR_MET_150-185", EventCounter("SR_MET_150-185")},
        {"SR_MET_185-250", EventCounter("SR_MET_185-250")},
        {"SR_MET_>250", EventCounter("SR_MET_>250")},
      };

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