|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TBEVENT_TBSCINTILLATORRaw_H
6 #define TBEVENT_TBSCINTILLATORRaw_H
21 #include "AthLinks/ElementLink.h"
77 return (*m_tdclink)->getTDC();
84 return (*m_tdclink)->isOverflow();
90 return (*m_tdclink)->isUnderThreshold();
96 return (*m_adclink)->getADC();
101 return (*m_adclink)->isOverflow();
ElementLink< TBTDCRawCont > m_tdclink
ElementLink< TBADCRawCont > m_adclink
virtual ~TBScintillatorRaw()
TBADCRaw::signal_type adc_signal_type
bool isTDCUnderThreshold() const
adc_signal_type getADCSignal() const
TBTDCRaw::signal_type tdc_signal_type
bool isADCOverflow() const
TBScintillatorRaw(const std::string &scintallatorName)
tdc_signal_type getTDCSignal() const
bool isTDCOverflow() const
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
void setSignals(const TBTDCRawCont *tdcCont, TBTDCRaw *tbtdc, const TBADCRawCont *adcCont, TBADCRaw *tbadc)
macros to associate a CLID to a type