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, Nerrors_E {}
std::array< unsigned, Nerrors_T {}
std::array< unsigned, Nerrors_Q {}

Static Public Attributes

static constexpr int N = 3

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 624 of file LArRODMonAlg.cxx.

624 {
625 errors_E.fill(0);
626 errors_T.fill(0);
627 errors_Q.fill(0);
628 return;
629}
std::array< unsigned, N > errors_E
std::array< unsigned, N > errors_T
std::array< unsigned, N > errors_Q

Member Data Documentation

◆ errors_E

std::array<unsigned,N> LArRODMonAlg::ERRCOUNTER::errors_E {}

Definition at line 63 of file LArRODMonAlg.h.

63{},errors_T{},errors_Q{};

◆ errors_Q

std::array<unsigned,N> LArRODMonAlg::ERRCOUNTER::errors_Q {}

Definition at line 63 of file LArRODMonAlg.h.

63{},errors_T{},errors_Q{};

◆ errors_T

std::array<unsigned,N> LArRODMonAlg::ERRCOUNTER::errors_T {}

Definition at line 63 of file LArRODMonAlg.h.

63{},errors_T{},errors_Q{};

◆ N

int LArRODMonAlg::ERRCOUNTER::N = 3
staticconstexpr

Definition at line 62 of file LArRODMonAlg.h.


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