|
fdhwlib
2.0.25
|
#include <feeventloop.h>
Event loop implementation for the Auger fluorecence detector.
Definition at line 45 of file feeventloop.h.
| FEEventLoop::FEEventLoop | ( | Subrack * | s, |
| unsigned short | port = 0 |
||
| ) |
| FEEventLoop::~FEEventLoop | ( | ) |
| int FEEventLoop::getEvent | ( | FILE * | fout | ) | [virtual] |
Read events.
Reimplemented from EventLoop.
| int FEEventLoop::getEventData | ( | FILE * | fout | ) | [virtual] |
Read more event data.
Reimplemented from EventLoop.
| void FEEventLoop::storeEvent | ( | ) | [virtual] |
Store event in database.
Reimplemented from EventLoop.
TsEvent FEEventLoop::ev [private] |
Definition at line 66 of file feeventloop.h.
Subrack* FEEventLoop::s [private] |
Reference to access the electronic.
Definition at line 63 of file feeventloop.h.