class Gambit::ColliderBit::Analysis_CMS_8TeV_MultiLEP_4Lep_20invfb
[No description available]
Inherits from Gambit::ColliderBit::Analysis_CMS_8TeV_MultiLEP_20invfb, Gambit::ColliderBit::Analysis
Public Functions
Name | |
---|---|
Analysis_CMS_8TeV_MultiLEP_4Lep_20invfb() | |
virtual void | collect_results() Gather together the info for likelihood calculation. |
Additional inherited members
Public Functions inherited from Gambit::ColliderBit::Analysis_CMS_8TeV_MultiLEP_20invfb
Name | |
---|---|
Analysis_CMS_8TeV_MultiLEP_20invfb() | |
virtual void | run(const HEPUtils::Event * event) |
virtual void | combine(const Analysis * other) Combine the variables of another copy of this analysis (typically on another thread) into this one. |
Protected Functions inherited from Gambit::ColliderBit::Analysis_CMS_8TeV_MultiLEP_20invfb
Name | |
---|---|
virtual void | analysis_specific_reset() Reset the analysis-specific variables. |
Public Attributes inherited from Gambit::ColliderBit::Analysis_CMS_8TeV_MultiLEP_20invfb
Name | |
---|---|
constexpr const char * | detector |
Protected Attributes inherited from Gambit::ColliderBit::Analysis_CMS_8TeV_MultiLEP_20invfb
Name | |
---|---|
std::map< string, double > | _numSR |
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. |
virtual void | combine(const Analysis * other) =0 Add the analysis-specific variables of another analysis to this one. |
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 | |
---|---|
virtual void | run(const HEPUtils::Event * ) =0 |
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. |
virtual void | analysis_specific_reset() =0 Reset the analysis-specific variables. |
Public Functions Documentation
function Analysis_CMS_8TeV_MultiLEP_4Lep_20invfb
inline Analysis_CMS_8TeV_MultiLEP_4Lep_20invfb()
function collect_results
inline virtual void collect_results()
Gather together the info for likelihood calculation.
Reimplements: Gambit::ColliderBit::Analysis_CMS_8TeV_MultiLEP_20invfb::collect_results
Updated on 2024-07-18 at 13:53:31 +0000