class Gambit::ColliderBit::Analysis_ATLAS_13TeV_MultiLEP_36invfb

[No description available]

Inherits from Gambit::ColliderBit::Analysis

Inherited by Gambit::ColliderBit::Analysis_ATLAS_13TeV_MultiLEP_2Lep0Jets_36invfb, Gambit::ColliderBit::Analysis_ATLAS_13TeV_MultiLEP_2LepPlusJets_36invfb, Gambit::ColliderBit::Analysis_ATLAS_13TeV_MultiLEP_3Lep_36invfb

Public Classes

Name
structptComparison
structptJetComparison

Public Functions

Name
Analysis_ATLAS_13TeV_MultiLEP_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.
vector< HEPUtils::P4 >get_W_ISR(vector< const HEPUtils::Jet * > jets, HEPUtils::P4 Z, HEPUtils::P4 met)

Protected Functions

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

Public Attributes

Name
constexpr const char *detector
struct Gambit::ColliderBit::Analysis_ATLAS_13TeV_MultiLEP_36invfb::ptComparisoncomparePt
struct Gambit::ColliderBit::Analysis_ATLAS_13TeV_MultiLEP_36invfb::ptJetComparisoncompareJetPt

Protected Attributes

Name
std::map< string, EventCounter >_counters

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_ATLAS_13TeV_MultiLEP_36invfb

inline Analysis_ATLAS_13TeV_MultiLEP_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_ATLAS_13TeV_MultiLEP_2Lep0Jets_36invfb::collect_results, Gambit::ColliderBit::Analysis_ATLAS_13TeV_MultiLEP_2LepPlusJets_36invfb::collect_results, Gambit::ColliderBit::Analysis_ATLAS_13TeV_MultiLEP_3Lep_36invfb::collect_results

function get_W_ISR

inline vector< HEPUtils::P4 > get_W_ISR(
    vector< const HEPUtils::Jet * > jets,
    HEPUtils::P4 Z,
    HEPUtils::P4 met
)

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 comparePt

struct Gambit::ColliderBit::Analysis_ATLAS_13TeV_MultiLEP_36invfb::ptComparison comparePt;

variable compareJetPt

struct Gambit::ColliderBit::Analysis_ATLAS_13TeV_MultiLEP_36invfb::ptJetComparison compareJetPt;

Protected Attributes Documentation

variable _counters

std::map< string, EventCounter > _counters = {
        {"SR2_SF_loose", EventCounter("SR2_SF_loose")},
        {"SR2_SF_tight", EventCounter("SR2_SF_tight")},
        {"SR2_DF_100", EventCounter("SR2_DF_100")},
        {"SR2_DF_150", EventCounter("SR2_DF_150")},
        {"SR2_DF_200", EventCounter("SR2_DF_200")},
        {"SR2_DF_300", EventCounter("SR2_DF_300")},
        {"SR2_int", EventCounter("SR2_int")},
        {"SR2_high", EventCounter("SR2_high")},
        {"SR2_low", EventCounter("SR2_low")},
        {"SR3_slep_a", EventCounter("SR3_slep_a")},
        {"SR3_slep_b", EventCounter("SR3_slep_b")},
        {"SR3_slep_c", EventCounter("SR3_slep_c")},
        {"SR3_slep_d", EventCounter("SR3_slep_d")},
        {"SR3_slep_e", EventCounter("SR3_slep_e")},
        {"SR3_WZ_0Ja", EventCounter("SR3_WZ_0Ja")},
        {"SR3_WZ_0Jb", EventCounter("SR3_WZ_0Jb")},
        {"SR3_WZ_0Jc", EventCounter("SR3_WZ_0Jc")},
        {"SR3_WZ_1Ja", EventCounter("SR3_WZ_1Ja")},
        {"SR3_WZ_1Jb", EventCounter("SR3_WZ_1Jb")},
        {"SR3_WZ_1Jc", EventCounter("SR3_WZ_1Jc")},
      };

Updated on 2023-06-26 at 21:36:51 +0000