#include <TBScintillatorRaw.h>
Definition at line 25 of file TBScintillatorRaw.h.
◆ adc_signal_type
◆ tdc_signal_type
◆ TBScintillatorRaw() [1/3]
| TBScintillatorRaw::TBScintillatorRaw |
( |
| ) |
|
|
inline |
◆ TBScintillatorRaw() [2/3]
| TBScintillatorRaw::TBScintillatorRaw |
( |
const std::string & | scintallatorName | ) |
|
|
inline |
◆ TBScintillatorRaw() [3/3]
Definition at line 11 of file TBScintillatorRaw.cxx.
15{
16 m_tdclink.toContainedElement(*tdcCont,tbtdc);
17 m_adclink.toContainedElement(*adcCont,tbadc);
18}
ElementLink< TBADCRawCont > m_adclink
ElementLink< TBTDCRawCont > m_tdclink
◆ ~TBScintillatorRaw()
| virtual TBScintillatorRaw::~TBScintillatorRaw |
( |
| ) |
|
|
inlinevirtual |
◆ getADCSignal()
◆ getDetectorName()
| const std::string & TBBeamDetector::getDetectorName |
( |
| ) |
const |
|
inlineinherited |
◆ getTDCSignal()
◆ isADCOverflow()
| bool TBScintillatorRaw::isADCOverflow |
( |
| ) |
const |
|
inline |
◆ isOverflow()
| bool TBBeamDetector::isOverflow |
( |
| ) |
const |
|
inlineinherited |
◆ isTDCOverflow()
| bool TBScintillatorRaw::isTDCOverflow |
( |
| ) |
const |
|
inline |
◆ isTDCUnderThreshold()
| bool TBScintillatorRaw::isTDCUnderThreshold |
( |
| ) |
const |
|
inline |
Definition at line 88 of file TBScintillatorRaw.h.
89{
90 return (*m_tdclink)->isUnderThreshold();
91
92}
◆ resetOverflow()
| virtual void TBBeamDetector::resetOverflow |
( |
| ) |
|
|
inlinevirtualinherited |
◆ setDetectorName()
| virtual void TBBeamDetector::setDetectorName |
( |
const std::string & | tbBeamDetectorName | ) |
|
|
inlinevirtualinherited |
◆ setOverflow() [1/2]
| virtual void TBBeamDetector::setOverflow |
( |
| ) |
|
|
inlinevirtualinherited |
◆ setOverflow() [2/2]
| virtual void TBBeamDetector::setOverflow |
( |
bool | overflow | ) |
|
|
inlinevirtualinherited |
◆ setSignals()
◆ m_adclink
◆ m_overflow
| bool TBBeamDetector::m_overflow |
|
protectedinherited |
◆ m_tbDetectorName
| std::string TBBeamDetector::m_tbDetectorName |
|
privateinherited |
◆ m_tdclink
The documentation for this class was generated from the following files: