class Gambit::ColliderBit::Analysis_ATLAS_13TeV_MultiLEP_strong_139invfb
ATLAS Run 2 search for same-sign leptons and jets, with 139/fb of data. More…
Inherits from Gambit::ColliderBit::Analysis
Public Functions
| Name | |
|---|---|
| Analysis_ATLAS_13TeV_MultiLEP_strong_139invfb() | |
| 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 paper. |
Protected Functions
| Name | |
|---|---|
| virtual void | analysis_specific_reset() Reset the analysis-specific variables. |
Public Attributes
| Name | |
|---|---|
| constexpr const char * | detector |
| std::map< string, EventCounter > | _counters |
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_ATLAS_13TeV_MultiLEP_strong_139invfb;
ATLAS Run 2 search for same-sign leptons and jets, with 139/fb of data.
Based on:
- https://atlas.web.cern.ch/Atlas/GROUPS/PHYSICS/PAPERS/SUSY-2018-09/
- https://arxiv.org/pdf/1909.08457
- https://www.hepdata.net/record/ins1754675
- C++ code example and SLHA benchmark files available on HEPData (link above) Cross-sections for cutflows taken from https://twiki.cern.ch/twiki/bin/view/LHCPhysics/SUSYCrossSections#Cross_sections_for_various_subpr
Public Functions Documentation
function Analysis_ATLAS_13TeV_MultiLEP_strong_139invfb
inline Analysis_ATLAS_13TeV_MultiLEP_strong_139invfb()
function run
inline void run(
const Event * event
)
TodoCompute from hard objects instead?
TodoUse applyElectronIsolationEfficiency2019 or something similar?
TodoDrop b-tag if |eta| > 2.5?
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 paper.
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
Public Attributes Documentation
variable detector
static constexpr const char * detector = "ATLAS";
variable _counters
std::map< string, EventCounter > _counters = {
{"Rpv2L", EventCounter("Rpv2L")},
{"Rpc2L0b", EventCounter("Rpc2L0b")},
{"Rpc2L1b", EventCounter("Rpc2L1b")},
{"Rpc2L2b", EventCounter("Rpc2L2b")},
{"Rpc3LSS1b", EventCounter("Rpc3LSS1b")},
};
Updated on 2025-02-12 at 16:10:31 +0000