ATLAS Offline Software
|
Internally used data structure. More...
Public Member Functions | |
perFeb_t (const std::string &n) | |
void | sumSamples (const LArOnlineID *lArOnlineIDHelper) |
Public Attributes | |
std::string | m_febName |
std::vector< std::pair< const LArDigit *, double > > | m_digitsAndPed |
std::vector< std::pair< int, double > > | m_meanSum |
std::vector< std::pair< std::pair< int, int >, double > > | m_partSum |
Internally used data structure.
Definition at line 93 of file LArNoiseCorrelationMonAlg.h.
|
inline |
Definition at line 94 of file LArNoiseCorrelationMonAlg.h.
void LArNoiseCorrelationMonAlg::perFeb_t::sumSamples | ( | const LArOnlineID * | lArOnlineIDHelper | ) |
Definition at line 206 of file LArNoiseCorrelationMonAlg.cxx.
Definition at line 96 of file LArNoiseCorrelationMonAlg.h.
std::string LArNoiseCorrelationMonAlg::perFeb_t::m_febName |
Definition at line 95 of file LArNoiseCorrelationMonAlg.h.
std::vector<std::pair<int,double> > LArNoiseCorrelationMonAlg::perFeb_t::m_meanSum |
Definition at line 97 of file LArNoiseCorrelationMonAlg.h.
std::vector<std::pair<std::pair<int,int>,double> > LArNoiseCorrelationMonAlg::perFeb_t::m_partSum |
Definition at line 98 of file LArNoiseCorrelationMonAlg.h.