![]() |
ATLAS Offline Software
|
#include <TBScintillatorRaw.h>
Public Types | |
| typedef TBADCRaw::signal_type | adc_signal_type |
| typedef TBTDCRaw::signal_type | tdc_signal_type |
Public Member Functions | |
| TBScintillatorRaw () | |
| TBScintillatorRaw (std::string_view scintillatorName) | |
| TBScintillatorRaw (std::string_view scintillatorName, const TBTDCRawCont *tdcCont, TBTDCRaw *tbtdc, const TBADCRawCont *adcCont, TBADCRaw *tbadc) | |
| virtual | ~TBScintillatorRaw () |
| void | setSignals (const TBTDCRawCont *tdcCont, TBTDCRaw *tbtdc, const TBADCRawCont *adcCont, TBADCRaw *tbadc) |
| tdc_signal_type | getTDCSignal () const |
| bool | isTDCOverflow () const |
| bool | isTDCUnderThreshold () const |
| adc_signal_type | getADCSignal () const |
| bool | isADCOverflow () const |
| virtual void | setDetectorName (std::string_view tbBeamDetectorName) |
| virtual void | setOverflow () |
| virtual void | setOverflow (bool overflow) |
| const std::string & | getDetectorName () const |
| bool | isOverflow () const |
| virtual void | resetOverflow () |
Protected Attributes | |
| ElementLink< TBTDCRawCont > | m_tdclink |
| ElementLink< TBADCRawCont > | m_adclink |
| bool | m_overflow |
| Detector Name. | |
Private Attributes | |
| std::string | m_tbDetectorName |
Definition at line 25 of file TBScintillatorRaw.h.
Definition at line 29 of file TBScintillatorRaw.h.
Definition at line 30 of file TBScintillatorRaw.h.
|
inline |
Definition at line 35 of file TBScintillatorRaw.h.
|
inline |
Definition at line 38 of file TBScintillatorRaw.h.
| TBScintillatorRaw::TBScintillatorRaw | ( | std::string_view | scintillatorName, |
| const TBTDCRawCont * | tdcCont, | ||
| TBTDCRaw * | tbtdc, | ||
| const TBADCRawCont * | adcCont, | ||
| TBADCRaw * | tbadc ) |
Definition at line 11 of file TBScintillatorRaw.cxx.
|
inlinevirtual |
Definition at line 45 of file TBScintillatorRaw.h.
|
inline |
Definition at line 94 of file TBScintillatorRaw.h.
|
inlineinherited |
Definition at line 62 of file TBBeamDetector.h.
|
inline |
Definition at line 75 of file TBScintillatorRaw.h.
|
inline |
Definition at line 99 of file TBScintillatorRaw.h.
|
inlineinherited |
Definition at line 65 of file TBBeamDetector.h.
|
inline |
Definition at line 82 of file TBScintillatorRaw.h.
|
inline |
Definition at line 88 of file TBScintillatorRaw.h.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Definition at line 49 of file TBBeamDetector.h.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in TBMWPCRaw.
Definition at line 55 of file TBBeamDetector.h.
| void TBScintillatorRaw::setSignals | ( | const TBTDCRawCont * | tdcCont, |
| TBTDCRaw * | tbtdc, | ||
| const TBADCRawCont * | adcCont, | ||
| TBADCRaw * | tbadc ) |
Definition at line 20 of file TBScintillatorRaw.cxx.
|
protected |
Definition at line 70 of file TBScintillatorRaw.h.
|
protectedinherited |
Detector Name.
Definition at line 82 of file TBBeamDetector.h.
|
privateinherited |
Definition at line 77 of file TBBeamDetector.h.
|
protected |
Definition at line 69 of file TBScintillatorRaw.h.