ATLAS Offline Software
|
#include <LArCalibParams.h>
Public Member Functions | |
unsigned | Delay (const unsigned event) const |
unsigned | DAC (const unsigned event) const |
bool | isPulsed (const unsigned event, const unsigned short calibLine) const |
Public Attributes | |
unsigned | m_nTrigger |
std::vector< unsigned > | m_Pattern |
std::vector< unsigned > | m_DAC |
std::vector< unsigned > | m_Delay |
Definition at line 59 of file LArCalibParams.h.
unsigned LArCalibParams::CalibBoard::DAC | ( | const unsigned | event | ) | const |
Definition at line 94 of file LArCalibParams.cxx.
unsigned LArCalibParams::CalibBoard::Delay | ( | const unsigned | event | ) | const |
Definition at line 86 of file LArCalibParams.cxx.
bool LArCalibParams::CalibBoard::isPulsed | ( | const unsigned | event, |
const unsigned short | calibLine | ||
) | const |
Definition at line 74 of file LArCalibParams.cxx.
std::vector<unsigned> LArCalibParams::CalibBoard::m_DAC |
Definition at line 63 of file LArCalibParams.h.
std::vector<unsigned> LArCalibParams::CalibBoard::m_Delay |
Definition at line 64 of file LArCalibParams.h.
unsigned LArCalibParams::CalibBoard::m_nTrigger |
Definition at line 61 of file LArCalibParams.h.
std::vector<unsigned> LArCalibParams::CalibBoard::m_Pattern |
Definition at line 62 of file LArCalibParams.h.