class Gambit::ColliderBit::Analysis_CMS_13TeV_2OSLEP_36invfb

[No description available]

Inherits from Analysis

Inherited by Gambit::ColliderBit::Analysis_CMS_13TeV_2OSLEP_36invfb_nocovar

Public Classes

Name
structptComparison
structptJetComparison

Public Functions

Name
Analysis_CMS_13TeV_2OSLEP_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()
doubleget_mjj(vector< const HEPUtils::Jet * > jets)
doubleget_mT2(vector< const HEPUtils::Particle * > leptons, vector< const HEPUtils::Jet * > bjets, HEPUtils::P4 met)

Protected Functions

Name
voidanalysis_specific_reset()

Public Attributes

Name
constexpr const char *detector
struct Gambit::ColliderBit::Analysis_CMS_13TeV_2OSLEP_36invfb::ptComparisoncomparePt
struct Gambit::ColliderBit::Analysis_CMS_13TeV_2OSLEP_36invfb::ptJetComparisoncompareJetPt

Protected Attributes

Name
std::map< string, EventCounter >_counters

Public Functions Documentation

function Analysis_CMS_13TeV_2OSLEP_36invfb

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

Reimplemented by: Gambit::ColliderBit::Analysis_CMS_13TeV_2OSLEP_36invfb_nocovar::collect_results

function get_mjj

inline double get_mjj(
    vector< const HEPUtils::Jet * > jets
)

function get_mT2

inline double get_mT2(
    vector< const HEPUtils::Particle * > leptons,
    vector< const HEPUtils::Jet * > bjets,
    HEPUtils::P4 met
)

Protected Functions Documentation

function analysis_specific_reset

inline void analysis_specific_reset()

Public Attributes Documentation

variable detector

static constexpr const char * detector = "CMS";

variable comparePt

struct Gambit::ColliderBit::Analysis_CMS_13TeV_2OSLEP_36invfb::ptComparison comparePt;

variable compareJetPt

struct Gambit::ColliderBit::Analysis_CMS_13TeV_2OSLEP_36invfb::ptJetComparison compareJetPt;

Protected Attributes Documentation

variable _counters

std::map< string, EventCounter > _counters = {
        {"SR1", EventCounter("SR1")},
        {"SR2", EventCounter("SR2")},
        {"SR3", EventCounter("SR3")},
        {"SR4", EventCounter("SR4")},
        {"SR5", EventCounter("SR5")},
        {"SR6", EventCounter("SR6")},
        {"SR7", EventCounter("SR7")},
      };

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