#include <RPCData.h>
Public Member Functions | |
Counters () | |
Counters (int) | |
void | evalCounters () |
void | incrementSector (int) |
void | printSummary () |
virtual | ~Counters () |
Public Attributes | |
int | m_farSide |
int | m_nearSide |
std::map< int, int > | m_sector |
int | m_wheel |
int | m_wheelid |
Counters::Counters | ( | int | wheel | ) |
Definition at line 20 of file RPCData.cc.
References relval_steps::k, m_farSide, m_nearSide, m_sector, m_wheel, and m_wheelid.
|
virtual |
void Counters::evalCounters | ( | ) |
void Counters::incrementSector | ( | int | sector | ) |
void Counters::printSummary | ( | ) |
Definition at line 78 of file RPCData.cc.
References gather_cfg::cout, m_farSide, m_nearSide, m_sector, m_wheel, and m_wheelid.
int l1trigger::Counters::m_farSide |
Definition at line 40 of file RPCData.h.
Referenced by Counters(), evalCounters(), and printSummary().
int l1trigger::Counters::m_nearSide |
Definition at line 39 of file RPCData.h.
Referenced by Counters(), evalCounters(), and printSummary().
std::map<int,int> l1trigger::Counters::m_sector |
Definition at line 42 of file RPCData.h.
Referenced by Counters(), evalCounters(), incrementSector(), printSummary(), and ~Counters().
int l1trigger::Counters::m_wheel |
Definition at line 41 of file RPCData.h.
Referenced by Counters(), evalCounters(), and printSummary().
int l1trigger::Counters::m_wheelid |
Definition at line 38 of file RPCData.h.
Referenced by Counters(), and printSummary().