class Gambit::ColliderBit::Analysis_CMS_13TeV_0LEP_13invfb

CMS Run 2 0-lepton jet+MET SUSY analysis, with 13/fb of data. More…

Inherits from Analysis

Public Functions

Name
Analysis_CMS_13TeV_0LEP_13invfb()
voidrun(const Event * event)
voidcombine(const Analysis * other)
Combine the variables of another copy of this analysis (typically on another thread) into this one.
voidcollect_results()
Register results objects with the results for each SR; obs & bkg numbers from the CONF note.

Protected Functions

Name
voidanalysis_specific_reset()

Public Attributes

Name
constexpr const char *detector
const size_tNUMSR
std::map< string, EventCounter >_counters
Cutflow_cutflow

Detailed Description

class Gambit::ColliderBit::Analysis_CMS_13TeV_0LEP_13invfb;

CMS Run 2 0-lepton jet+MET SUSY analysis, with 13/fb of data.

Based on: CMS-SUS-16-014, http://cms-results.web.cern.ch/cms-results/public-results/preliminary-results/SUS-16-014/index.html

Public Functions Documentation

function Analysis_CMS_13TeV_0LEP_13invfb

inline Analysis_CMS_13TeV_0LEP_13invfb()

function run

inline void run(
    const Event * event
)

TodoSum should actually be over all non-e/mu calo particles

TodoSum should actually be over all non-e/mu calo particles

TodoNeed access to charged hadrons to do this isolation

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

Register results objects with the results for each SR; obs & bkg numbers from the CONF note.

Protected Functions Documentation

function analysis_specific_reset

inline void analysis_specific_reset()

Public Attributes Documentation

variable detector

static constexpr const char * detector = "CMS";

variable NUMSR

static const size_t NUMSR = 12;

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")},
        {"SR8", EventCounter("SR8")},
        {"SR9", EventCounter("SR9")},
        {"SR10", EventCounter("SR10")},
        {"SR11", EventCounter("SR11")},
        {"SR12", EventCounter("SR12")},
      };

variable _cutflow

Cutflow _cutflow;

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