ATLAS Offline Software
|
#include "TBEvent/TBADCRaw.h"
Public Types | |
typedef unsigned int | signal_type |
Public Member Functions | |
TBADCRaw () | |
TBADCRaw (const std::string &adcID, bool overflow, signal_type theADC) | |
~TBADCRaw () | |
void | setADC (signal_type theADC) |
signal_type | getADC () const |
virtual void | setDetectorName (const std::string &tbBeamDetectorName) |
virtual void | setOverflow () |
virtual void | setOverflow (bool overflow) |
const std::string & | getDetectorName () const |
bool | isOverflow () const |
virtual void | resetOverflow () |
Protected Attributes | |
bool | m_overflow |
Detector Name. More... | |
Private Attributes | |
signal_type | m_adc |
std::string | m_tbDetectorName |
Data object holding adc measurement.
Definition at line 20 of file TBADCRaw.h.
typedef unsigned int TBADCRaw::signal_type |
Definition at line 24 of file TBADCRaw.h.
|
inline |
Definition at line 26 of file TBADCRaw.h.
TBADCRaw::TBADCRaw | ( | const std::string & | adcID, |
bool | overflow, | ||
signal_type | theADC | ||
) |
Definition at line 8 of file TBADCRaw.cxx.
TBADCRaw::~TBADCRaw | ( | ) |
Definition at line 13 of file TBADCRaw.cxx.
|
inline |
Definition at line 35 of file TBADCRaw.h.
|
inlineinherited |
Definition at line 61 of file TBBeamDetector.h.
|
inlineinherited |
Definition at line 64 of file TBBeamDetector.h.
|
inlinevirtualinherited |
|
inline |
Definition at line 31 of file TBADCRaw.h.
|
inlinevirtualinherited |
Definition at line 48 of file TBBeamDetector.h.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
private |
Definition at line 39 of file TBADCRaw.h.
|
protectedinherited |
Detector Name.
Definition at line 81 of file TBBeamDetector.h.
|
privateinherited |
Definition at line 76 of file TBBeamDetector.h.