#include <StationTriggerInfo.h>
Public Member Functions | |
int | GetLatch () const |
int | GetPLDBits () const |
int | GetStart () const |
First bin of trace. More... | |
int | GetStop () const |
Last+1 bin of trace. More... | |
bool | IsT2 () const |
bool | IsT2Threshold () const |
void | SetIsT2Threshold (const bool isT2Th) |
void | SetLatch (const int latch) |
void | SetPLDBits (const int bits) |
void | SetStart (const int start) |
void | SetStartLatchStop (const int start, const int latch, const int stop) |
void | SetStop (const int stop) |
StationTriggerInfo () | |
StationTriggerInfo (const int pld, const bool t2th, const int start, const int latch, const int stop) | |
Public Attributes | |
bool | const |
sevt::StationTriggerData::Algorithm | const |
Private Attributes | |
bool | fIsT2Threshold = false |
int | fLatch = 0 |
int | fPLDBits = 0 |
int | fStart = 0 |
int | fStop = 0 |
Definition at line 9 of file StationTriggerInfo.h.
|
inline |
Definition at line 11 of file StationTriggerInfo.h.
|
inline |
Definition at line 13 of file StationTriggerInfo.h.
|
inline |
Definition at line 99 of file StationTriggerInfo.h.
References fLatch.
Referenced by TestStationTriggerAlgorithm::Match(), and operator<<().
|
inline |
Definition at line 22 of file StationTriggerInfo.h.
References fPLDBits.
Referenced by TestStationTriggerAlgorithm::Match(), and operator<<().
|
inline |
First bin of trace.
Definition at line 96 of file StationTriggerInfo.h.
References fStart.
Referenced by TestStationTriggerAlgorithm::Match(), and operator<<().
|
inline |
Last+1 bin of trace.
Definition at line 103 of file StationTriggerInfo.h.
References fStop.
Referenced by TestStationTriggerAlgorithm::Match(), and operator<<().
|
inline |
Definition at line 70 of file StationTriggerInfo.h.
References IsT2Threshold().
Referenced by TestStationTriggerAlgorithm::Match().
|
inline |
Definition at line 73 of file StationTriggerInfo.h.
References fIsT2Threshold.
Referenced by IsT2(), TestStationTriggerAlgorithm::Match(), and operator<<().
|
inline |
Definition at line 75 of file StationTriggerInfo.h.
References fIsT2Threshold.
|
inline |
Definition at line 100 of file StationTriggerInfo.h.
References fLatch.
|
inline |
Definition at line 23 of file StationTriggerInfo.h.
References fPLDBits.
|
inline |
Definition at line 97 of file StationTriggerInfo.h.
References fStart.
|
inline |
Definition at line 106 of file StationTriggerInfo.h.
|
inline |
Definition at line 104 of file StationTriggerInfo.h.
References fStop.
bool sdet::StationTriggerInfo::const |
Definition at line 28 of file StationTriggerInfo.h.
sevt::StationTriggerData::Algorithm sdet::StationTriggerInfo::const |
Definition at line 80 of file StationTriggerInfo.h.
|
private |
Definition at line 111 of file StationTriggerInfo.h.
Referenced by IsT2Threshold(), and SetIsT2Threshold().
|
private |
Definition at line 113 of file StationTriggerInfo.h.
Referenced by GetLatch(), SetLatch(), and SetStartLatchStop().
|
private |
Definition at line 110 of file StationTriggerInfo.h.
Referenced by GetPLDBits(), and SetPLDBits().
|
private |
Definition at line 112 of file StationTriggerInfo.h.
Referenced by GetStart(), SetStart(), and SetStartLatchStop().
|
private |
Definition at line 114 of file StationTriggerInfo.h.
Referenced by GetStop(), SetStartLatchStop(), and SetStop().