![]() |
ATLAS Offline Software
|
#include <TBScintillator.h>
Public Member Functions | |
| TBScintillator () | |
| TBScintillator (const std::string &scintillatorName) | |
| TBScintillator (const std::string &scintillatorName, bool overflow, float theSignal) | |
| virtual | ~TBScintillator () |
| virtual void | setSignal (float theSignal) |
| virtual float | getSignal () const |
| virtual void | setSignalOverflow (bool signal_overflow) |
| virtual bool | isSignalOverflow () const |
| virtual void | setTimeSignal (float theSignal) |
| virtual float | getTimeSignal () const |
| virtual void | setTimeOverflow (bool time_overflow) |
| virtual bool | isTimeOverflow () 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 | |
| float | m_signal |
| float | m_time_signal |
| bool | m_signal_overflow |
| bool | m_time_overflow |
| bool | m_overflow |
| Detector Name. | |
Private Attributes | |
| std::string | m_tbDetectorName |
Definition at line 24 of file TBScintillator.h.
|
inline |
Definition at line 32 of file TBScintillator.h.
|
inline |
Definition at line 39 of file TBScintillator.h.
|
inline |
Definition at line 48 of file TBScintillator.h.
|
inlinevirtual |
Definition at line 58 of file TBScintillator.h.
|
inlineinherited |
Definition at line 62 of file TBBeamDetector.h.
|
inlinevirtual |
Definition at line 67 of file TBScintillator.h.
|
inlinevirtual |
Definition at line 77 of file TBScintillator.h.
|
inlineinherited |
Definition at line 65 of file TBBeamDetector.h.
|
inlinevirtual |
Definition at line 71 of file TBScintillator.h.
|
inlinevirtual |
Definition at line 81 of file TBScintillator.h.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Definition at line 49 of file TBBeamDetector.h.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in TBMWPCRaw.
Definition at line 55 of file TBBeamDetector.h.
|
inlinevirtual |
Definition at line 65 of file TBScintillator.h.
|
inlinevirtual |
Definition at line 69 of file TBScintillator.h.
|
inlinevirtual |
Definition at line 79 of file TBScintillator.h.
|
inlinevirtual |
Definition at line 75 of file TBScintillator.h.
|
protectedinherited |
Detector Name.
Definition at line 82 of file TBBeamDetector.h.
|
protected |
Definition at line 91 of file TBScintillator.h.
|
protected |
Definition at line 92 of file TBScintillator.h.
|
privateinherited |
Definition at line 77 of file TBBeamDetector.h.
|
protected |
Definition at line 92 of file TBScintillator.h.
|
protected |
Definition at line 91 of file TBScintillator.h.