|
ROOTANA
|
Class for storing data from LeCroy 2249 module. More...
#include <TL2249Data.hxx>


Public Member Functions | |
| TL2249Data (int bklen, int bktype, const char *name, void *pdata) | |
| Constructor. | |
| void | Print () |
| Print the bank contents in a structured way. | |
| std::vector< LADCMeasurement > & | GetMeasurements () |
| Get the Vector of ADC Measurements. | |
Public Member Functions inherited from TGenericData | |
| TGenericData (int bklen, int bktype, const char *name, void *pdata) | |
| virtual | ~TGenericData () |
| const uint16_t * | GetData16 () const |
| const uint32_t * | GetData32 () const |
| const uint64_t * | GetData64 () const |
| const float * | GetFloat () const |
| const double * | GetDouble () const |
| const char * | GetChar () const |
| int | GetSize () const |
| int | GetType () const |
| std::string | GetName () const |
| void | Dump () |
| Dump the bank contents in an unstructured way. | |
Private Attributes | |
| std::vector< LADCMeasurement > | fMeasurements |
| Vector of ADC Measurements. | |
Class for storing data from LeCroy 2249 module.
Definition at line 37 of file TL2249Data.hxx.
| TL2249Data::TL2249Data | ( | int | bklen, |
| int | bktype, | ||
| const char * | name, | ||
| void * | pdata | ||
| ) |
|
inline |
Get the Vector of ADC Measurements.
Definition at line 49 of file TL2249Data.hxx.

|
virtual |
Print the bank contents in a structured way.
Reimplemented from TGenericData.
Definition at line 18 of file TL2249Data.cxx.

|
private |
Vector of ADC Measurements.
Definition at line 55 of file TL2249Data.hxx.