class Gambit::ColliderBit::Analysis_CMS_13TeV_0LEP_36invfb
CMS Run 2 0-lepton jet+MET SUSY analysis, with 36/fb of data. More…
Inherits from Analysis
Public Functions
Name | |
---|---|
Analysis_CMS_13TeV_0LEP_36invfb() | |
void | run(const Event * event) |
void | combine(const Analysis * other) Combine the variables of another copy of this analysis (typically on another thread) into this one. |
void | collect_results() Register results objects with the results for each SR; obs & bkg numbers from the CONF note. |
Protected Functions
Name | |
---|---|
void | analysis_specific_reset() |
Public Attributes
Name | |
---|---|
constexpr const char * | detector |
const size_t | NUMSR |
std::map< string, EventCounter > | _counters |
Cutflow | _cutflow |
Detailed Description
class Gambit::ColliderBit::Analysis_CMS_13TeV_0LEP_36invfb;
CMS Run 2 0-lepton jet+MET SUSY analysis, with 36/fb of data.
Based on: https://arxiv.org/pdf/1704.07781.pdf
Public Functions Documentation
function Analysis_CMS_13TeV_0LEP_36invfb
inline Analysis_CMS_13TeV_0LEP_36invfb()
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