#include <L1TriggerScaler.h>
Classes | |
struct | Lumi |
Public Types | |
typedef std::vector< Lumi > ::const_iterator | LumiIterator |
Public Member Functions | |
L1TriggerScaler () | |
void | printAllValues () const |
void | printFormat () const |
void | printGTAlgoCounts () const |
void | printGTAlgoPrescaling () const |
void | printGTAlgoRates () const |
void | printGTPartition0DeadTime () const |
void | printGTPartition0DeadTimeRatio () const |
void | printGTPartition0TriggerCounts () const |
void | printGTPartition0TriggerRates () const |
void | printGTTechCounts () const |
void | printGTTechPrescaling () const |
void | printGTTechRates () const |
void | printLumiSegmentValues () const |
void | printRunValue () const |
void | SetRunNumber (int n) |
virtual | ~L1TriggerScaler () |
Public Attributes | |
std::vector< Lumi > | m_run |
Private Member Functions | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
int | m_lumisegment |
int | m_runnumber |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Definition at line 19 of file L1TriggerScaler.h.
typedef std::vector<Lumi>::const_iterator L1TriggerScaler::LumiIterator |
Definition at line 89 of file L1TriggerScaler.h.
L1TriggerScaler::L1TriggerScaler | ( | ) |
|
inlinevirtual |
Definition at line 68 of file L1TriggerScaler.h.
void L1TriggerScaler::printAllValues | ( | ) | const |
Definition at line 6 of file L1TriggerScaler.cc.
References gather_cfg::cout, i, and m_run.
void L1TriggerScaler::printFormat | ( | ) | const |
Definition at line 55 of file L1TriggerScaler.cc.
References gather_cfg::cout, and m_run.
void L1TriggerScaler::printGTAlgoCounts | ( | ) | const |
Definition at line 63 of file L1TriggerScaler.cc.
References gather_cfg::cout, i, and m_run.
void L1TriggerScaler::printGTAlgoPrescaling | ( | ) | const |
Definition at line 83 of file L1TriggerScaler.cc.
References gather_cfg::cout, i, and m_run.
void L1TriggerScaler::printGTAlgoRates | ( | ) | const |
Definition at line 73 of file L1TriggerScaler.cc.
References gather_cfg::cout, i, and m_run.
void L1TriggerScaler::printGTPartition0DeadTime | ( | ) | const |
Definition at line 142 of file L1TriggerScaler.cc.
References gather_cfg::cout, i, and m_run.
void L1TriggerScaler::printGTPartition0DeadTimeRatio | ( | ) | const |
Definition at line 152 of file L1TriggerScaler.cc.
References gather_cfg::cout, i, and m_run.
void L1TriggerScaler::printGTPartition0TriggerCounts | ( | ) | const |
Definition at line 122 of file L1TriggerScaler.cc.
References gather_cfg::cout, i, and m_run.
void L1TriggerScaler::printGTPartition0TriggerRates | ( | ) | const |
Definition at line 132 of file L1TriggerScaler.cc.
References gather_cfg::cout, i, and m_run.
void L1TriggerScaler::printGTTechCounts | ( | ) | const |
Definition at line 92 of file L1TriggerScaler.cc.
References gather_cfg::cout, i, and m_run.
void L1TriggerScaler::printGTTechPrescaling | ( | ) | const |
Definition at line 112 of file L1TriggerScaler.cc.
References gather_cfg::cout, i, and m_run.
void L1TriggerScaler::printGTTechRates | ( | ) | const |
Definition at line 102 of file L1TriggerScaler.cc.
References gather_cfg::cout, i, and m_run.
void L1TriggerScaler::printLumiSegmentValues | ( | ) | const |
Definition at line 47 of file L1TriggerScaler.cc.
References gather_cfg::cout, and m_run.
void L1TriggerScaler::printRunValue | ( | ) | const |
Definition at line 42 of file L1TriggerScaler.cc.
References gather_cfg::cout, and m_run.
|
private |
|
inline |
|
friend |
Definition at line 110 of file L1TriggerScaler.h.
|
friend |
Definition at line 110 of file L1TriggerScaler.h.
|
private |
Definition at line 105 of file L1TriggerScaler.h.
std::vector<Lumi> L1TriggerScaler::m_run |
Definition at line 70 of file L1TriggerScaler.h.
Referenced by L1TriggerScalerHandler::getNewObjects(), L1TriggerScaler(), printAllValues(), printFormat(), printGTAlgoCounts(), printGTAlgoPrescaling(), printGTAlgoRates(), printGTPartition0DeadTime(), printGTPartition0DeadTimeRatio(), printGTPartition0TriggerCounts(), printGTPartition0TriggerRates(), printGTTechCounts(), printGTTechPrescaling(), printGTTechRates(), printLumiSegmentValues(), and printRunValue().
|
private |
Definition at line 106 of file L1TriggerScaler.h.
Referenced by SetRunNumber().