class Gambit::ColliderBit::Analysis_ATLAS_13TeV_2OSLEP_Z_139invfb

[No description available]

Inherits from Analysis

Public Functions

Name
Analysis_ATLAS_13TeV_2OSLEP_Z_139invfb()
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, EventCounter >_counters
vector< Cutflow >_cutflow

Public Functions Documentation

function Analysis_ATLAS_13TeV_2OSLEP_Z_139invfb

inline Analysis_ATLAS_13TeV_2OSLEP_Z_139invfb()

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 = "ATLAS";

Protected Attributes Documentation

variable _counters

std::map< string, EventCounter > _counters = {
        {"SR1A", EventCounter("SR1A")},
        {"SR1B", EventCounter("SR1B")},
        {"SR2A", EventCounter("SR2A")},
        {"SR2B", EventCounter("SR2B")},
      };

variable _cutflow

vector< Cutflow > _cutflow;

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