class Gambit::ColliderBit::Analysis_CMS_13TeV_2LEPsoft_36invfb
[No description available]
Inherits from Analysis
Inherited by Gambit::ColliderBit::Analysis_CMS_13TeV_2LEPsoft_36invfb_nocovar, Gambit::ColliderBit::Analysis_CMS_13TeV_2LEPsoft_stop_36invfb, Gambit::ColliderBit::Analysis_CMS_13TeV_2LEPsoft_stop_36invfb_nocovar
Public Classes
Name | |
---|---|
struct | ptComparison |
Public Functions
Name | |
---|---|
Analysis_CMS_13TeV_2LEPsoft_36invfb() | |
void | run(const HEPUtils::Event * event) |
void | combine(const Analysis * other) Combine the variables of another copy of this analysis (typically on another thread) into this one. |
virtual void | collect_results() |
Protected Functions
Name | |
---|---|
void | analysis_specific_reset() |
Public Attributes
Name | |
---|---|
constexpr const char * | detector |
struct Gambit::ColliderBit::Analysis_CMS_13TeV_2LEPsoft_36invfb::ptComparison | comparePt |
Protected Attributes
Name | |
---|---|
std::map< string, EventCounter > | _counters |
vector< double > | cutFlowVector |
vector< string > | cutFlowVector_str |
size_t | NCUTS |
vector< double > | cutFlowVectorCMS_150_130 |
vector< double > | cutFlowVectorCMS_150_143 |
vector< double > | cutFlowVectorCMS_350_330 |
vector< double > | cutFlowVectorCMS_350_340 |
Public Functions Documentation
function Analysis_CMS_13TeV_2LEPsoft_36invfb
inline Analysis_CMS_13TeV_2LEPsoft_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_2LEPsoft_stop_36invfb::collect_results, Gambit::ColliderBit::Analysis_CMS_13TeV_2LEPsoft_36invfb_nocovar::collect_results, Gambit::ColliderBit::Analysis_CMS_13TeV_2LEPsoft_stop_36invfb_nocovar::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 comparePt
struct Gambit::ColliderBit::Analysis_CMS_13TeV_2LEPsoft_36invfb::ptComparison comparePt;
Protected Attributes Documentation
variable _counters
std::map< string, EventCounter > _counters = {
{"SREW1", EventCounter("SREW1")},
{"SREW2", EventCounter("SREW2")},
{"SREW3", EventCounter("SREW3")},
{"SREW4", EventCounter("SREW4")},
{"SREW5", EventCounter("SREW5")},
{"SREW6", EventCounter("SREW6")},
{"SREW7", EventCounter("SREW7")},
{"SREW8", EventCounter("SREW8")},
{"SREW9", EventCounter("SREW9")},
{"SREW10", EventCounter("SREW10")},
{"SREW11", EventCounter("SREW11")},
{"SREW12", EventCounter("SREW12")},
{"SRST1", EventCounter("SRST1")},
{"SRST2", EventCounter("SRST2")},
{"SRST3", EventCounter("SRST3")},
{"SRST4", EventCounter("SRST4")},
{"SRST5", EventCounter("SRST5")},
{"SRST6", EventCounter("SRST6")},
{"SRST7", EventCounter("SRST7")},
{"SRST8", EventCounter("SRST8")},
{"SRST9", EventCounter("SRST9")},
};
variable cutFlowVector
vector< double > cutFlowVector;
variable cutFlowVector_str
vector< string > cutFlowVector_str;
variable NCUTS
size_t NCUTS;
variable cutFlowVectorCMS_150_130
vector< double > cutFlowVectorCMS_150_130;
variable cutFlowVectorCMS_150_143
vector< double > cutFlowVectorCMS_150_143;
variable cutFlowVectorCMS_350_330
vector< double > cutFlowVectorCMS_350_330;
variable cutFlowVectorCMS_350_340
vector< double > cutFlowVectorCMS_350_340;
Updated on 2022-08-03 at 12:58:17 +0000