11#include <CEventTrigger.h>
26 unsigned int nFIFOWords;
28 unsigned short ModNum;
29 unsigned m_fifoThreshold;
30 time_t m_lastTriggerTime;
31 unsigned int *m_wordsInEachModule;
Trigger class for DDAS.
Definition: CMyTrigger.h:23
unsigned int * getWordsInModules() const
Get the number of words in each module.
Definition: CMyTrigger.h:71
virtual void setup()
Start the trigger timeout.
Definition: CMyTrigger.cpp:44
void Reset()
Control for determing if trigger should poll modules or pass control back to CEventSegment for proces...
Definition: CMyTrigger.cpp:58
CMyTrigger()
Default constructor.
Definition: CMyTrigger.cpp:24
virtual void teardown()
Called as data taking ends.
Definition: CMyTrigger.cpp:52
virtual void Initialize(int nummod)
Setup the trigger and FIFO words array.
Definition: CMyTrigger.cpp:64
~CMyTrigger()
Destructor.
Definition: CMyTrigger.cpp:42
virtual bool operator()()
operator()
Definition: CMyTrigger.cpp:83