#include <StationTriggerAlgorithm.h>
|
int | GetCount () const |
|
bool | operator() (const int *const v) |
|
| TimeOverThreshold (const int threshold, const int minOccupancy, const unsigned int window, const unsigned int multiplicity, const unsigned int n) |
|
template<class Vector > |
| TimeOverThreshold (const Vector &thresholds, const int minOccupancy, const unsigned int window, const unsigned int multiplicity, const unsigned int n) |
|
Definition at line 126 of file StationTriggerAlgorithm.h.
sdet::Trigger::TimeOverThreshold::TimeOverThreshold |
( |
const int |
threshold, |
|
|
const int |
minOccupancy, |
|
|
const unsigned int |
window, |
|
|
const unsigned int |
multiplicity, |
|
|
const unsigned int |
n |
|
) |
| |
|
inlineexplicit |
template<class Vector >
sdet::Trigger::TimeOverThreshold::TimeOverThreshold |
( |
const Vector & |
thresholds, |
|
|
const int |
minOccupancy, |
|
|
const unsigned int |
window, |
|
|
const unsigned int |
multiplicity, |
|
|
const unsigned int |
n |
|
) |
| |
|
inlineexplicit |
int sdet::Trigger::TimeOverThreshold::GetCount |
( |
| ) |
const |
|
inline |
bool sdet::Trigger::TimeOverThreshold::operator() |
( |
const int *const |
v | ) |
|
|
inline |
int sdet::Trigger::TimeOverThreshold::fCount = 0 |
|
private |
const int sdet::Trigger::TimeOverThreshold::fMinOccupancy |
|
private |
Threshold sdet::Trigger::TimeOverThreshold::fThreshold |
|
private |
Fifo<bool> sdet::Trigger::TimeOverThreshold::fTriggersInWindow |
|
private |
The documentation for this class was generated from the following file: