ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
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 55 of file LArRODMonAlg.h.

Constructor & Destructor Documentation

◆ ERRCOUNTER()

LArRODMonAlg::ERRCOUNTER::ERRCOUNTER ( )
inline

Definition at line 57 of file LArRODMonAlg.h.

57  {
58  clear();
59  };

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 }

Member Data Documentation

◆ errors_E

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

Definition at line 61 of file LArRODMonAlg.h.

◆ errors_Q

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

Definition at line 61 of file LArRODMonAlg.h.

◆ errors_T

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

Definition at line 61 of file LArRODMonAlg.h.


The documentation for this class was generated from the following files:
LArRODMonAlg::ERRCOUNTER::clear
void clear()
Definition: LArRODMonAlg.cxx:617
LArRODMonAlg::ERRCOUNTER::errors_E
std::array< unsigned, 3 > errors_E
Definition: LArRODMonAlg.h:61
LArRODMonAlg::ERRCOUNTER::errors_Q
std::array< unsigned, 3 > errors_Q
Definition: LArRODMonAlg.h:61
LArRODMonAlg::ERRCOUNTER::errors_T
std::array< unsigned, 3 > errors_T
Definition: LArRODMonAlg.h:61