List of all members | Public Member Functions | Private Attributes
sdet::Trigger::TimeOverThreshold Class Reference

#include <StationTriggerAlgorithm.h>

Public Member Functions

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)
 

Private Attributes

int fCount = 0
 
const int fMinOccupancy
 
Threshold fThreshold
 
Fifo< bool > fTriggersInWindow
 

Detailed Description

Definition at line 126 of file StationTriggerAlgorithm.h.

Constructor & Destructor Documentation

sdet::Trigger::TimeOverThreshold::TimeOverThreshold ( const int  threshold,
const int  minOccupancy,
const unsigned int  window,
const unsigned int  multiplicity,
const unsigned int  n 
)
inlineexplicit

Definition at line 130 of file StationTriggerAlgorithm.h.

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

Definition at line 140 of file StationTriggerAlgorithm.h.

Member Function Documentation

int sdet::Trigger::TimeOverThreshold::GetCount ( ) const
inline

Definition at line 159 of file StationTriggerAlgorithm.h.

References fCount.

bool sdet::Trigger::TimeOverThreshold::operator() ( const int *const  v)
inline

Member Data Documentation

int sdet::Trigger::TimeOverThreshold::fCount = 0
private

Definition at line 164 of file StationTriggerAlgorithm.h.

Referenced by GetCount(), and operator()().

const int sdet::Trigger::TimeOverThreshold::fMinOccupancy
private

Definition at line 163 of file StationTriggerAlgorithm.h.

Referenced by operator()().

Threshold sdet::Trigger::TimeOverThreshold::fThreshold
private

Definition at line 162 of file StationTriggerAlgorithm.h.

Referenced by operator()().

Fifo<bool> sdet::Trigger::TimeOverThreshold::fTriggersInWindow
private

Definition at line 165 of file StationTriggerAlgorithm.h.

Referenced by operator()().


The documentation for this class was generated from the following file:

, generated on Tue Sep 26 2023.