#include <StationTriggerAlgorithm.h>
Public Member Functions | |
void | Assign (const unsigned int length, const T &init=T()) |
Fifo ()=default | |
Fifo (const unsigned int length, const T &init=T()) | |
unsigned int | GetLength () const |
T | PushPop (const T &x) |
Private Attributes | |
std::deque< T > | fFifo |
Definition at line 100 of file StationTriggerAlgorithm.h.
|
default |
|
inlineexplicit |
Definition at line 105 of file StationTriggerAlgorithm.h.
|
inline |
Definition at line 107 of file StationTriggerAlgorithm.h.
|
inline |
Definition at line 119 of file StationTriggerAlgorithm.h.
|
inline |
Definition at line 111 of file StationTriggerAlgorithm.h.
Referenced by sdet::Trigger::TimeOverThreshold::operator()(), and sdet::Trigger::PositiveStepCounter::Update().
|
private |
Definition at line 122 of file StationTriggerAlgorithm.h.
Referenced by sdet::Trigger::Fifo< bool >::Assign(), sdet::Trigger::Fifo< bool >::GetLength(), and sdet::Trigger::Fifo< bool >::PushPop().