ATLAS Offline Software
Loading...
Searching...
No Matches
LArRODMonAlg::ERRCOUNTER Class Reference
Collaboration diagram for LArRODMonAlg::ERRCOUNTER:

Public Member Functions

 ERRCOUNTER ()
void clear ()

Public Attributes

std::array< unsigned, 3 > errors_E
std::array< unsigned, 3 > errors_T
std::array< unsigned, 3 > errors_Q

Detailed Description

Definition at line 56 of file LArRODMonAlg.h.

Constructor & Destructor Documentation

◆ ERRCOUNTER()

LArRODMonAlg::ERRCOUNTER::ERRCOUNTER ( )
inline

Definition at line 58 of file LArRODMonAlg.h.

58 {
59 clear();
60 };

Member Function Documentation

◆ clear()

void LArRODMonAlg::ERRCOUNTER::clear ( )

Definition at line 617 of file LArRODMonAlg.cxx.

617 {
618 errors_E.fill(0);
619 errors_T.fill(0);
620 errors_Q.fill(0);
621 return;
622}
std::array< unsigned, 3 > errors_T
std::array< unsigned, 3 > errors_Q
std::array< unsigned, 3 > errors_E

Member Data Documentation

◆ errors_E

std::array<unsigned,3> LArRODMonAlg::ERRCOUNTER::errors_E

Definition at line 62 of file LArRODMonAlg.h.

◆ errors_Q

std::array<unsigned,3> LArRODMonAlg::ERRCOUNTER::errors_Q

Definition at line 62 of file LArRODMonAlg.h.

◆ errors_T

std::array<unsigned,3> LArRODMonAlg::ERRCOUNTER::errors_T

Definition at line 62 of file LArRODMonAlg.h.


The documentation for this class was generated from the following files: