class Gambit::ColliderBit::Analysis_ATLAS_13TeV_2OSLEP_chargino_139invfb
[No description available]
Inherits from Analysis
Inherited by Gambit::ColliderBit::Analysis_ATLAS_13TeV_2OSLEP_chargino_binned_139invfb, Gambit::ColliderBit::Analysis_ATLAS_13TeV_2OSLEP_chargino_inclusive_139invfb
Public Classes
Name | |
---|---|
struct | ptComparison |
Public Functions
Name | |
---|---|
Analysis_ATLAS_13TeV_2OSLEP_chargino_139invfb() | |
void | JetLeptonOverlapRemoval(vector< const HEPUtils::Jet * > & jetvec, vector< const HEPUtils::Particle * > & lepvec, double DeltaRMax) |
void | LeptonJetOverlapRemoval(vector< const HEPUtils::Particle * > & lepvec, vector< const HEPUtils::Jet * > & jetvec) |
void | run(const HEPUtils::Event * event) |
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() |
Protected Functions
Name | |
---|---|
void | analysis_specific_reset() |
Public Attributes
Name | |
---|---|
constexpr const char * | detector |
struct Gambit::ColliderBit::Analysis_ATLAS_13TeV_2OSLEP_chargino_139invfb::ptComparison | comparePt |
Protected Attributes
Name | |
---|---|
std::map< string, EventCounter > | _counters |
std::map< string, EventCounter > | _counters_bin |
Cutflow | _cutflow |
Public Functions Documentation
function Analysis_ATLAS_13TeV_2OSLEP_chargino_139invfb
inline Analysis_ATLAS_13TeV_2OSLEP_chargino_139invfb()
function JetLeptonOverlapRemoval
inline void JetLeptonOverlapRemoval(
vector< const HEPUtils::Jet * > & jetvec,
vector< const HEPUtils::Particle * > & lepvec,
double DeltaRMax
)
function LeptonJetOverlapRemoval
inline void LeptonJetOverlapRemoval(
vector< const HEPUtils::Particle * > & lepvec,
vector< const HEPUtils::Jet * > & jetvec
)
function run
inline void run(
const HEPUtils::Event * event
)
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 virtual void collect_results()
Reimplemented by: Gambit::ColliderBit::Analysis_ATLAS_13TeV_2OSLEP_chargino_inclusive_139invfb::collect_results, Gambit::ColliderBit::Analysis_ATLAS_13TeV_2OSLEP_chargino_binned_139invfb::collect_results
Protected Functions Documentation
function analysis_specific_reset
inline void analysis_specific_reset()
Public Attributes Documentation
variable detector
static constexpr const char * detector = "ATLAS";
variable comparePt
struct Gambit::ColliderBit::Analysis_ATLAS_13TeV_2OSLEP_chargino_139invfb::ptComparison comparePt;
Protected Attributes Documentation
variable _counters
std::map< string, EventCounter > _counters = {
{"SR-DF-0J-100", EventCounter("SR-DF-0J-100")},
{"SR-DF-0J-160", EventCounter("SR-DF-0J-160")},
{"SR-DF-0J-100-120", EventCounter("SR-DF-0J-100-120")},
{"SR-DF-0J-120-160", EventCounter("SR-DF-0J-120-160")},
{"SR-DF-1J-100", EventCounter("SR-DF-1J-100")},
{"SR-DF-1J-160", EventCounter("SR-DF-1J-160")},
{"SR-DF-1J-100-120", EventCounter("SR-DF-1J-100-120")},
{"SR-DF-1J-120-160", EventCounter("SR-DF-1J-120-160")},
{"SR-SF-0J-100", EventCounter("SR-SF-0J-100")},
{"SR-SF-0J-160", EventCounter("SR-SF-0J-160")},
{"SR-SF-0J-100-120", EventCounter("SR-SF-0J-100-120")},
{"SR-SF-0J-120-160", EventCounter("SR-SF-0J-120-160")},
{"SR-SF-1J-100", EventCounter("SR-SF-1J-100")},
{"SR-SF-1J-160", EventCounter("SR-SF-1J-160")},
{"SR-SF-1J-100-120", EventCounter("SR-SF-1J-100-120")},
{"SR-SF-1J-120-160", EventCounter("SR-SF-1J-120-160")},
};
variable _counters_bin
std::map< string, EventCounter > _counters_bin;
variable _cutflow
Cutflow _cutflow;
Updated on 2022-08-03 at 12:58:17 +0000