| ROOTANA
    | 
#include <v1742unpack.h>

| Public Member Functions | |
| v1742event () | |
| void | Print () const | 
| Data Fields | |
| bool | error | 
| int | total_event_size | 
| int | board_id | 
| int | pattern | 
| int | group_mask | 
| int | event_counter | 
| int | event_time_tag | 
| int | len [4] | 
| int | tr [4] | 
| int | freq [4] | 
| int | cell [4] | 
| int | trigger_time_tag [4] | 
| int | adc [32][1024] | 
| int | adc_tr [4][1024] | 
| bool | adc_overflow [32] | 
| bool | adc_tr_overflow [4] | 
Definition at line 3 of file v1742unpack.h.
| v1742event::v1742event | ( | ) | 
Definition at line 9 of file v1742unpack.cxx.
| void v1742event::Print | ( | ) | const | 
Definition at line 160 of file v1742unpack.cxx.
| int v1742event::adc[32][1024] | 
Definition at line 21 of file v1742unpack.h.
| bool v1742event::adc_overflow[32] | 
Definition at line 24 of file v1742unpack.h.
| int v1742event::adc_tr[4][1024] | 
Definition at line 22 of file v1742unpack.h.
| bool v1742event::adc_tr_overflow[4] | 
Definition at line 25 of file v1742unpack.h.
| int v1742event::board_id | 
Definition at line 9 of file v1742unpack.h.
| int v1742event::cell[4] | 
Definition at line 18 of file v1742unpack.h.
| bool v1742event::error | 
Definition at line 6 of file v1742unpack.h.
| int v1742event::event_counter | 
Definition at line 12 of file v1742unpack.h.
| int v1742event::event_time_tag | 
Definition at line 13 of file v1742unpack.h.
| int v1742event::freq[4] | 
Definition at line 17 of file v1742unpack.h.
| int v1742event::group_mask | 
Definition at line 11 of file v1742unpack.h.
| int v1742event::len[4] | 
Definition at line 15 of file v1742unpack.h.
| int v1742event::pattern | 
Definition at line 10 of file v1742unpack.h.
| int v1742event::total_event_size | 
Definition at line 8 of file v1742unpack.h.
| int v1742event::tr[4] | 
Definition at line 16 of file v1742unpack.h.
| int v1742event::trigger_time_tag[4] | 
Definition at line 19 of file v1742unpack.h.