ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TrigGlobEffCorr::Calculator::Period Struct Reference

#include <Calculator.h>

Collaboration diagram for TrigGlobEffCorr::Calculator::Period:

Public Member Functions

 Period (const decltype(m_boundaries)&b, decltype(m_formula)&&f, decltype(m_triggers)&&t={})
 only used for trigger matching; not filled otherwise. Also, single-lepton OR triggers are split! More...
 

Public Attributes

const std::pair< unsigned, unsigned > m_boundaries
 
GlobEffFunc m_formula
 
std::vector< TrigDefm_triggers
 

Detailed Description

Definition at line 40 of file Calculator.h.

Constructor & Destructor Documentation

◆ Period()

TrigGlobEffCorr::Calculator::Period::Period ( const decltype(m_boundaries)&  b,
decltype(m_formula)&&  f,
decltype(m_triggers)&&  t = {} 
)
inline

only used for trigger matching; not filled otherwise. Also, single-lepton OR triggers are split!

Definition at line 45 of file Calculator.h.

45 {}) : m_boundaries(b), m_formula(f), m_triggers(t) {}

Member Data Documentation

◆ m_boundaries

const std::pair<unsigned,unsigned> TrigGlobEffCorr::Calculator::Period::m_boundaries

Definition at line 42 of file Calculator.h.

◆ m_formula

GlobEffFunc TrigGlobEffCorr::Calculator::Period::m_formula

Definition at line 43 of file Calculator.h.

◆ m_triggers

std::vector<TrigDef> TrigGlobEffCorr::Calculator::Period::m_triggers

Definition at line 44 of file Calculator.h.


The documentation for this struct was generated from the following file:
python.CaloRecoConfig.f
f
Definition: CaloRecoConfig.py:127
TrigGlobEffCorr::Calculator::Period::m_boundaries
const std::pair< unsigned, unsigned > m_boundaries
Definition: Calculator.h:42
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
TrigGlobEffCorr::Calculator::Period::m_triggers
std::vector< TrigDef > m_triggers
Definition: Calculator.h:44
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:77
TrigGlobEffCorr::Calculator::Period::m_formula
GlobEffFunc m_formula
Definition: Calculator.h:43