class Gambit::ColliderBit::Analysis_CMS_13TeV_MultiLEP_Full_36invfb
[No description available]
Inherits from Analysis
Inherited by Gambit::ColliderBit::Analysis_CMS_13TeV_MultiLEP_Full_2SSLep_36invfb, Gambit::ColliderBit::Analysis_CMS_13TeV_MultiLEP_Full_3Lep_36invfb, Gambit::ColliderBit::Analysis_CMS_13TeV_MultiLEP_Full_3Lep_rebinned_36invfb
Public Classes
Name | |
---|---|
struct | ptComparison |
Public Functions
Name | |
---|---|
Analysis_CMS_13TeV_MultiLEP_Full_36invfb() | |
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() |
vector< double > | get_mll_mT(vector< vector< const HEPUtils::Particle * > > pair_cont, vector< const HEPUtils::Particle * > leptons, HEPUtils::P4 met, int type) |
double | get_mTmin(vector< const HEPUtils::Particle * > leptons, HEPUtils::P4 met) |
Protected Functions
Name | |
---|---|
void | analysis_specific_reset() |
Public Attributes
Name | |
---|---|
constexpr const char * | detector |
struct Gambit::ColliderBit::Analysis_CMS_13TeV_MultiLEP_Full_36invfb::ptComparison | comparePt |
Protected Attributes
Name | |
---|---|
std::map< string, EventCounter > | _counters |
Public Functions Documentation
function Analysis_CMS_13TeV_MultiLEP_Full_36invfb
inline Analysis_CMS_13TeV_MultiLEP_Full_36invfb()
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_CMS_13TeV_MultiLEP_Full_2SSLep_36invfb::collect_results, Gambit::ColliderBit::Analysis_CMS_13TeV_MultiLEP_Full_3Lep_36invfb::collect_results, Gambit::ColliderBit::Analysis_CMS_13TeV_MultiLEP_Full_3Lep_rebinned_36invfb::collect_results
function get_mll_mT
inline vector< double > get_mll_mT(
vector< vector< const HEPUtils::Particle * > > pair_cont,
vector< const HEPUtils::Particle * > leptons,
HEPUtils::P4 met,
int type
)
function get_mTmin
inline double get_mTmin(
vector< const HEPUtils::Particle * > leptons,
HEPUtils::P4 met
)
Protected Functions Documentation
function analysis_specific_reset
inline void analysis_specific_reset()
Public Attributes Documentation
variable detector
static constexpr const char * detector = "CMS";
variable comparePt
struct Gambit::ColliderBit::Analysis_CMS_13TeV_MultiLEP_Full_36invfb::ptComparison comparePt;
Protected Attributes Documentation
variable _counters
std::map< string, EventCounter > _counters;
Updated on 2022-08-03 at 12:58:17 +0000