class Gambit::ColliderBit::Analysis_CMS_13TeV_2LEPsoft_36invfb

[No description available]

Inherits from Gambit::ColliderBit::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
structptComparison

Public Functions

Name
Analysis_CMS_13TeV_2LEPsoft_36invfb()
virtual voidrun(const HEPUtils::Event * event)
virtual voidcombine(const Analysis * other)
Combine the variables of another copy of this analysis (typically on another thread) into this one.
virtual voidcollect_results()
Gather together the info for likelihood calculation.

Protected Functions

Name
virtual voidanalysis_specific_reset()
Reset the analysis-specific variables.

Public Attributes

Name
constexpr const char *detector
struct Gambit::ColliderBit::Analysis_CMS_13TeV_2LEPsoft_36invfb::ptComparisoncomparePt

Protected Attributes

Name
std::map< string, EventCounter >_counters
vector< double >cutFlowVector
vector< string >cutFlowVector_str
size_tNCUTS
vector< double >cutFlowVectorCMS_150_130
vector< double >cutFlowVectorCMS_150_143
vector< double >cutFlowVectorCMS_350_330
vector< double >cutFlowVectorCMS_350_340

Additional inherited members

Public Functions inherited from Gambit::ColliderBit::Analysis

Name
voidanalyze(const HEPUtils::Event & e)
Analyze the event (accessed by reference).
voidanalyze(const HEPUtils::Event * e)
Analyze the event (accessed by pointer).
voidadd(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.
voidreset()
Public method to reset this instance for reuse, avoiding the need for “new” or “delete”.
doubleluminosity() const
Return the integrated luminosity.
voidset_luminosity(double lumi)
Set the integrated luminosity.
voidset_analysis_name(str aname)
Set the analysis name.
stranalysis_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.
voidscale(double xsec_per_event)
Scale by xsec per event.

Protected Functions inherited from Gambit::ColliderBit::Analysis

Name
voidadd_result(const SignalRegionData & sr)
Add the given result to the internal results list.
voidset_covariance(const Eigen::MatrixXd & srcov)
Set the covariance matrix, expressing SR correlations.
voidset_covariance(const std::vector< std::vector< double > > & srcov)
A convenience function for setting the SR covariance from a nested vector/initialiser list.
voidset_bkgjson(const std::string & bkgpath)
A convenience function for setting the path to the ATLAS FullLikes BKG Json file.

Public Functions Documentation

function Analysis_CMS_13TeV_2LEPsoft_36invfb

inline Analysis_CMS_13TeV_2LEPsoft_36invfb()

function run

inline virtual void run(
    const HEPUtils::Event * event
)

Reimplements: Gambit::ColliderBit::Analysis::run

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()

Gather together the info for likelihood calculation.

Reimplements: Gambit::ColliderBit::Analysis::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 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 = "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 2023-06-26 at 21:36:51 +0000