ROOTANA
|
#include <TMesytecData.hxx>
Public Member Functions | |
uint32_t | GetMeasurement () const |
Get the ADC measurement. More... | |
uint32_t | GetModuleID () const |
Get Module ID. More... | |
uint32_t | GetChannel () const |
Get the channel number. More... | |
bool | IsOutOfRange () const |
Is Out Of Range? More... | |
Private Member Functions | |
ADCMeasMesy (uint32_t header, uint32_t measurement) | |
Constructor; need to pass in header and measurement. More... | |
ADCMeasMesy () | |
Private Attributes | |
uint32_t | adc_header_word |
Fields to hold the header, measurement, extendedtimestamp words. More... | |
uint32_t | adc_measurement_word |
uint32_t | adc_extendedtimestamp_word |
Friends | |
class | TMesytecData |
Class for each TDC measurement For the definition of obscure variables see the CAEN V1190 manual. Currently doesn't support reading out extended timestamp!
Definition at line 13 of file TMesytecData.hxx.
|
inlineprivate |
Constructor; need to pass in header and measurement.
Definition at line 39 of file TMesytecData.hxx.
|
private |
|
inline |
Get the channel number.
Definition at line 26 of file TMesytecData.hxx.
uint32_t ADCMeasMesy::GetMeasurement | ( | ) | const |
Get the ADC measurement.
Definition at line 7 of file TMesytecData.cxx.
|
inline |
Get Module ID.
Definition at line 23 of file TMesytecData.hxx.
|
inline |
Is Out Of Range?
Definition at line 29 of file TMesytecData.hxx.
|
friend |
Definition at line 15 of file TMesytecData.hxx.
|
private |
Definition at line 36 of file TMesytecData.hxx.
|
private |
Fields to hold the header, measurement, extendedtimestamp words.
Definition at line 34 of file TMesytecData.hxx.
|
private |
Definition at line 35 of file TMesytecData.hxx.