ROOTANA
|
#include <TV792Data.hxx>
Public Member Functions | |
uint32_t | GetMeasurement () const |
Get the ADC measurement. More... | |
uint32_t | GetGeoAddress () const |
Get GEO address. More... | |
uint32_t | GetCrate () const |
Get the crate number. More... | |
uint32_t | GetChannel () const |
Get the channel number. More... | |
bool | IsUnderThreshold () const |
Is Under Threshold? More... | |
bool | IsOverFlow () const |
Is OverFlow? More... | |
Private Member Functions | |
VADCMeasurement (uint32_t header, uint32_t measurement) | |
Constructor; need to pass in header and measurement. More... | |
VADCMeasurement () | |
Private Attributes | |
uint32_t | adc_header_word |
Fields to hold the header, measurement, trailer and error words. More... | |
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.