| ROOTANA
    | 
#include <v1190unpack.h>

| Public Member Functions | |
| v1190event () | |
| void | Print () const | 
| Data Fields | |
| bool | error | 
| int | event_count | 
| int | geo | 
| int | tdc_header_tdc | 
| int | tdc_header_event_id | 
| int | tdc_header_bunch_id | 
| int | tdc_trailer_tdc | 
| int | tdc_trailer_event_id | 
| int | tdc_trailer_word_count | 
| int | tdc_error_tdc | 
| int | tdc_error_flags | 
| int | ettt | 
| bool | trailer_trigger_lost | 
| bool | trailer_output_buffer_overflow | 
| bool | trailer_tdc_error | 
| int | trailer_word_count | 
| int | trailer_geo | 
| std::vector< v1190hit > | hits | 
Definition at line 13 of file v1190unpack.h.
| v1190event::v1190event | ( | ) | 
Definition at line 6 of file v1190unpack.cxx.
| void v1190event::Print | ( | ) | const | 
Definition at line 126 of file v1190unpack.cxx.
| bool v1190event::error | 
Definition at line 16 of file v1190unpack.h.
| int v1190event::ettt | 
Definition at line 32 of file v1190unpack.h.
| int v1190event::event_count | 
Definition at line 18 of file v1190unpack.h.
| int v1190event::geo | 
Definition at line 19 of file v1190unpack.h.
| std::vector<v1190hit> v1190event::hits | 
Definition at line 40 of file v1190unpack.h.
| int v1190event::tdc_error_flags | 
Definition at line 30 of file v1190unpack.h.
| int v1190event::tdc_error_tdc | 
Definition at line 29 of file v1190unpack.h.
| int v1190event::tdc_header_bunch_id | 
Definition at line 23 of file v1190unpack.h.
| int v1190event::tdc_header_event_id | 
Definition at line 22 of file v1190unpack.h.
| int v1190event::tdc_header_tdc | 
Definition at line 21 of file v1190unpack.h.
| int v1190event::tdc_trailer_event_id | 
Definition at line 26 of file v1190unpack.h.
| int v1190event::tdc_trailer_tdc | 
Definition at line 25 of file v1190unpack.h.
| int v1190event::tdc_trailer_word_count | 
Definition at line 27 of file v1190unpack.h.
| int v1190event::trailer_geo | 
Definition at line 38 of file v1190unpack.h.
| bool v1190event::trailer_output_buffer_overflow | 
Definition at line 35 of file v1190unpack.h.
| bool v1190event::trailer_tdc_error | 
Definition at line 36 of file v1190unpack.h.
| bool v1190event::trailer_trigger_lost | 
Definition at line 34 of file v1190unpack.h.
| int v1190event::trailer_word_count | 
Definition at line 37 of file v1190unpack.h.