class Gambit::ColliderBit::Analysis_CMS_13TeV_MONOJET_36invfb
CMS Run 2 monojet analysis (no W/Z region) with 36/fb of data. More…
Inherits from Gambit::ColliderBit::Analysis
Public Functions
Name | |
---|---|
Analysis_CMS_13TeV_MONOJET_36invfb() | |
void | run(const Event * event) |
virtual 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() Register results objects with the results for each SR; obs & bkg numbers from the CONF note. |
Protected Functions
Name | |
---|---|
virtual void | analysis_specific_reset() Reset the analysis-specific variables. |
Public Attributes
Name | |
---|---|
constexpr const char * | detector |
const size_t | NUMSR |
std::map< string, EventCounter > | _counters |
Cutflow | _cutflow |
Additional inherited members
Public Functions inherited from Gambit::ColliderBit::Analysis
Name | |
---|---|
void | analyze(const HEPUtils::Event & e) Analyze the event (accessed by reference). |
void | analyze(const HEPUtils::Event * e) Analyze the event (accessed by pointer). |
void | add(Analysis * other) Add the results of another analysis to this one. Argument is not const, because the other needs to be able to gather its results if necessary. |
Analysis() Construction. | |
virtual | ~Analysis() Destruction. |
void | reset() Public method to reset this instance for reuse, avoiding the need for “new” or “delete”. |
double | luminosity() const Return the integrated luminosity. |
void | set_luminosity(double lumi) Set the integrated luminosity. |
void | set_analysis_name(str aname) Set the analysis name. |
str | analysis_name() Get the analysis name. |
const AnalysisData & | get_results() Get the collection of SignalRegionData for likelihood computation. |
const AnalysisData & | get_results(str & warning) An overload of get_results() with some additional consistency checks. |
AnalysisData * | get_results_ptr() Get a (non-const!) pointer to _results. |
AnalysisData * | get_results_ptr(str & warning) An overload of get_results_ptr() with some additional consistency checks. |
void | scale(double xsec_per_event) Scale by xsec per event. |
Protected Functions inherited from Gambit::ColliderBit::Analysis
Name | |
---|---|
void | add_result(const SignalRegionData & sr) Add the given result to the internal results list. |
void | set_covariance(const Eigen::MatrixXd & srcov) Set the covariance matrix, expressing SR correlations. |
void | set_covariance(const std::vector< std::vector< double > > & srcov) A convenience function for setting the SR covariance from a nested vector/initialiser list. |
void | set_bkgjson(const std::string & bkgpath) A convenience function for setting the path to the ATLAS FullLikes BKG Json file. |
Detailed Description
class Gambit::ColliderBit::Analysis_CMS_13TeV_MONOJET_36invfb;
CMS Run 2 monojet analysis (no W/Z region) with 36/fb of data.
Todo: Add W/Z region with AKT8 jets and 2/1 n-subjettiness ratio cut
Public Functions Documentation
function Analysis_CMS_13TeV_MONOJET_36invfb
inline Analysis_CMS_13TeV_MONOJET_36invfb()
function run
inline void run(
const Event * event
)
function combine
inline virtual void combine(
const Analysis * other
)
Combine the variables of another copy of this analysis (typically on another thread) into this one.
Reimplements: Gambit::ColliderBit::Analysis::combine
function collect_results
inline virtual void collect_results()
Register results objects with the results for each SR; obs & bkg numbers from the CONF note.
Reimplements: Gambit::ColliderBit::Analysis::collect_results
Protected Functions Documentation
function analysis_specific_reset
inline virtual void analysis_specific_reset()
Reset the analysis-specific variables.
Reimplements: Gambit::ColliderBit::Analysis::analysis_specific_reset
TodoNeed to also clear/reset cutflow, but it currently has no method for that
Public Attributes Documentation
variable detector
static constexpr const char * detector = "CMS";
variable NUMSR
static const size_t NUMSR = 22;
variable _counters
std::map< string, EventCounter > _counters = {
{"SR-0", EventCounter("SR-0")},
{"SR-1", EventCounter("SR-1")},
{"SR-2", EventCounter("SR-2")},
{"SR-3", EventCounter("SR-3")},
{"SR-4", EventCounter("SR-4")},
{"SR-5", EventCounter("SR-5")},
{"SR-6", EventCounter("SR-6")},
{"SR-7", EventCounter("SR-7")},
{"SR-8", EventCounter("SR-8")},
{"SR-9", EventCounter("SR-9")},
{"SR-10", EventCounter("SR-10")},
{"SR-11", EventCounter("SR-11")},
{"SR-12", EventCounter("SR-12")},
{"SR-13", EventCounter("SR-13")},
{"SR-14", EventCounter("SR-14")},
{"SR-15", EventCounter("SR-15")},
{"SR-16", EventCounter("SR-16")},
{"SR-17", EventCounter("SR-17")},
{"SR-18", EventCounter("SR-18")},
{"SR-19", EventCounter("SR-19")},
{"SR-20", EventCounter("SR-20")},
{"SR-21", EventCounter("SR-21")},
};
variable _cutflow
Cutflow _cutflow;
Updated on 2024-07-18 at 13:53:31 +0000