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 Analysis

Public Functions

Name
Analysis_ATLAS_13TeV_MultiLEP_strong_139invfb()
voidrun(const Event * event)
voidcombine(const Analysis * other)
Combine the variables of another copy of this analysis (typically on another thread) into this one.
voidcollect_results()
Register results objects with the results for each SR; obs & bkg numbers from the paper.

Protected Functions

Name
voidanalysis_specific_reset()

Public Attributes

Name
constexpr const char *detector
std::map< string, EventCounter >_counters

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:

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 void combine(
    const Analysis * other
)

Combine the variables of another copy of this analysis (typically on another thread) into this one.

function collect_results

inline void collect_results()

Register results objects with the results for each SR; obs & bkg numbers from the paper.

Protected Functions Documentation

function analysis_specific_reset

inline void 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 2022-08-03 at 12:58:17 +0000