ROOTANA
|
#include <TL2249Data.hxx>
Public Member Functions | |
uint32_t | GetMeasurement () const |
Get the ADC measurement. More... | |
Private Member Functions | |
LADCMeasurement (uint32_t header, uint32_t measurement) | |
Constructor; need to pass in header and measurement. More... | |
LADCMeasurement () | |
Private Attributes | |
uint32_t | adc_measurement_word |
Fields to hold the header, measurement, trailer and error words. More... | |
Friends | |
class | TL2249Data |
Class for each ADC measurement For the definition of obscure variables see the LeCroy2249 manual.
Definition at line 10 of file TL2249Data.hxx.
|
inlineprivate |
Constructor; need to pass in header and measurement.
Definition at line 26 of file TL2249Data.hxx.
|
private |
|
inline |
Get the ADC measurement.
Definition at line 17 of file TL2249Data.hxx.
|
friend |
Definition at line 12 of file TL2249Data.hxx.
|
private |
Fields to hold the header, measurement, trailer and error words.
Definition at line 23 of file TL2249Data.hxx.