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