ROOTANA
|
#include <UnpackVF48A.h>
Public Member Functions | |
VF48event (int eventNo) | |
~VF48event () | |
void | PrintSummary () const |
void | PrintEvent () const |
Data Fields | |
int | eventNo |
int | complete |
int | error |
uint32_t | modulesMask |
double | timestamp |
VF48module * | modules [VF48_MAX_MODULES] |
Definition at line 48 of file UnpackVF48A.h.
VF48event::VF48event | ( | int | eventNo | ) |
Definition at line 60 of file UnpackVF48A.cxx.
VF48event::~VF48event | ( | ) |
Definition at line 71 of file UnpackVF48A.cxx.
void VF48event::PrintEvent | ( | ) | const |
void VF48event::PrintSummary | ( | ) | const |
int VF48event::complete |
Definition at line 51 of file UnpackVF48A.h.
int VF48event::error |
Definition at line 52 of file UnpackVF48A.h.
int VF48event::eventNo |
Definition at line 50 of file UnpackVF48A.h.
VF48module* VF48event::modules[VF48_MAX_MODULES] |
Definition at line 55 of file UnpackVF48A.h.
uint32_t VF48event::modulesMask |
Definition at line 53 of file UnpackVF48A.h.
double VF48event::timestamp |
Definition at line 54 of file UnpackVF48A.h.