$treeview $search $mathjax $extrastylesheet
artdaq_core
v3_06_01
$projectbrief
|
$projectbrief
|
$searchbox |
SimpleQueueReader will continue to read RawEvent objects off the queue until it encounters a null pointer, at which point it stops. More...
#include <artdaq-core/Core/SimpleQueueReader.hh>
Public Member Functions | ||||
SimpleQueueReader (std::size_t eec=0) | ||||
Constructs a SimpleQueueReader. | ||||
void | run () | |||
Run until a null pointer is popped off of the RawEventQueue. Throws an excpetion if expectedEventCount is set and a different number of events come off the queue.
|
SimpleQueueReader will continue to read RawEvent objects off the queue until it encounters a null pointer, at which point it stops.
Definition at line 24 of file SimpleQueueReader.hh.
artdaq::SimpleQueueReader::SimpleQueueReader | ( | std::size_t | eec = 0 |
) | [explicit] |
Constructs a SimpleQueueReader.
expectedEventCount | The number of events the SimpleQueueReader should expect |
Definition at line 38 of file SimpleQueueReader.cc.