| ROOTANA
    | 
#include <TV792Data.hxx>

| Public Member Functions | |
| uint32_t | GetMeasurement () const | 
| Get the ADC measurement. | |
| uint32_t | GetGeoAddress () const | 
| Get GEO address. | |
| uint32_t | GetCrate () const | 
| Get the crate number. | |
| uint32_t | GetChannel () const | 
| Get the channel number. | |
| bool | IsUnderThreshold () const | 
| Is Under Threshold? | |
| bool | IsOverFlow () const | 
| Is OverFlow? | |
| Private Member Functions | |
| VADCMeasurement (uint32_t header, uint32_t measurement) | |
| Constructor; need to pass in header and measurement. | |
| VADCMeasurement () | |
| Private Attributes | |
| uint32_t | adc_header_word | 
| Fields to hold the header, measurement, trailer and error words. | |
| uint32_t | adc_measurement_word | 
| Friends | |
| class | TV792Data | 
Class for each TDC measurement For the definition of obscure variables see the CAEN V792 manual.
Definition at line 10 of file TV792Data.hxx.
| 
 | inlineprivate | 
Constructor; need to pass in header and measurement.
Definition at line 41 of file TV792Data.hxx.
| 
 | private | 
| 
 | inline | 
Get the channel number.
Definition at line 26 of file TV792Data.hxx.

| 
 | inline | 
Get the crate number.
Definition at line 23 of file TV792Data.hxx.
| 
 | inline | 
Get GEO address.
Definition at line 20 of file TV792Data.hxx.
| 
 | inline | 
Get the ADC measurement.
Definition at line 17 of file TV792Data.hxx.

| 
 | inline | 
Is OverFlow?
Definition at line 32 of file TV792Data.hxx.
| 
 | inline | 
Is Under Threshold?
Definition at line 29 of file TV792Data.hxx.
| 
 | friend | 
Definition at line 12 of file TV792Data.hxx.
| 
 | private | 
Fields to hold the header, measurement, trailer and error words.
Definition at line 37 of file TV792Data.hxx.
| 
 | private | 
Definition at line 38 of file TV792Data.hxx.