| ROOTANA
    | 
#include <UnpackVF48A.h>

| Public Member Functions | |
| VF48module (int i) | |
| void | PrintModule () const | 
| Data Fields | |
| int | unit | 
| uint32_t | trigger | 
| int | error | 
| int | tgroup | 
| uint32_t | timestampGroupMask | 
| uint64_t | timestamp64 [VF48_MAX_GROUPS] | 
| double | timestamps [VF48_MAX_GROUPS] | 
| uint32_t | trigno [VF48_MAX_GROUPS] | 
| uint32_t | groupMask | 
| uint32_t | completeGroupMask | 
| bool | complete | 
| int | presentMask [VF48_MAX_GROUPS] | 
| int | hitMask [VF48_MAX_GROUPS] | 
| VF48channel | channels [VF48_MAX_CHANNELS] | 
Definition at line 24 of file UnpackVF48A.h.
| VF48module::VF48module | ( | int | i | ) | 
Definition at line 14 of file UnpackVF48A.cxx.
| void VF48module::PrintModule | ( | ) | const | 
| VF48channel VF48module::channels[VF48_MAX_CHANNELS] | 
Definition at line 41 of file UnpackVF48A.h.
| bool VF48module::complete | 
Definition at line 36 of file UnpackVF48A.h.
| uint32_t VF48module::completeGroupMask | 
Definition at line 35 of file UnpackVF48A.h.
| int VF48module::error | 
Definition at line 28 of file UnpackVF48A.h.
| uint32_t VF48module::groupMask | 
Definition at line 34 of file UnpackVF48A.h.
| int VF48module::hitMask[VF48_MAX_GROUPS] | 
Definition at line 40 of file UnpackVF48A.h.
| int VF48module::presentMask[VF48_MAX_GROUPS] | 
Definition at line 39 of file UnpackVF48A.h.
| int VF48module::tgroup | 
Definition at line 29 of file UnpackVF48A.h.
| uint64_t VF48module::timestamp64[VF48_MAX_GROUPS] | 
Definition at line 31 of file UnpackVF48A.h.
| uint32_t VF48module::timestampGroupMask | 
Definition at line 30 of file UnpackVF48A.h.
| double VF48module::timestamps[VF48_MAX_GROUPS] | 
Definition at line 32 of file UnpackVF48A.h.
| uint32_t VF48module::trigger | 
Definition at line 27 of file UnpackVF48A.h.
| uint32_t VF48module::trigno[VF48_MAX_GROUPS] | 
Definition at line 33 of file UnpackVF48A.h.
| int VF48module::unit | 
Definition at line 26 of file UnpackVF48A.h.