ATLAS Offline Software
|
#include "TBEvent/TBTDCRaw.h"
Public Types | |
typedef unsigned int | signal_type |
Public Member Functions | |
TBTDCRaw () | |
TBTDCRaw (const std::string &tdcID, bool overflow, signal_type theTDC, bool theUnderThreshold) | |
~TBTDCRaw () | |
void | setTDC (signal_type theTDC) |
void | setUnderThreshold (bool theUnderThreshold) |
signal_type | getTDC () const |
signal_type | isUnderThreshold () 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_tdc |
bool | m_underThreshold |
std::string | m_tbDetectorName |
Data object holding tdc measurement.
Definition at line 20 of file TBTDCRaw.h.
typedef unsigned int TBTDCRaw::signal_type |
Definition at line 24 of file TBTDCRaw.h.
|
inline |
Definition at line 26 of file TBTDCRaw.h.
TBTDCRaw::TBTDCRaw | ( | const std::string & | tdcID, |
bool | overflow, | ||
signal_type | theTDC, | ||
bool | theUnderThreshold | ||
) |
Definition at line 8 of file TBTDCRaw.cxx.
TBTDCRaw::~TBTDCRaw | ( | ) |
Definition at line 15 of file TBTDCRaw.cxx.
|
inlineinherited |
Definition at line 61 of file TBBeamDetector.h.
|
inline |
Definition at line 42 of file TBTDCRaw.h.
|
inlineinherited |
Definition at line 64 of file TBBeamDetector.h.
|
inline |
Definition at line 43 of file TBTDCRaw.h.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Definition at line 48 of file TBBeamDetector.h.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inline |
Definition at line 35 of file TBTDCRaw.h.
|
inline |
Definition at line 38 of file TBTDCRaw.h.
|
protectedinherited |
Detector Name.
Definition at line 81 of file TBBeamDetector.h.
|
privateinherited |
Definition at line 76 of file TBBeamDetector.h.
|
private |
Definition at line 48 of file TBTDCRaw.h.
|
private |
Definition at line 49 of file TBTDCRaw.h.