ROOTANA
|
Class for storing data from CAEN V792 module. More...
#include <TV792NData.hxx>
Public Member Functions | |
TV792NData (int bklen, int bktype, const char *name, void *pdata) | |
Constructor. More... | |
void | Print () |
Print the bank contents in a structured way. More... | |
uint32_t | GetGeoAddress () const |
Get GEO address. More... | |
uint32_t | GetCrate () const |
Get the crate number. More... | |
uint32_t | GetNumberChannels () const |
Get the number of converted channels. More... | |
uint32_t | GetEventCounter () const |
Get the event counter. More... | |
std::vector< VADCNMeasurement > & | GetMeasurements () |
Get the Vector of TDC Measurements. More... | |
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. More... | |
Private Attributes | |
std::vector< VADCNMeasurement > | fMeasurements |
Vector of TDC Measurements. More... | |
uint32_t | fAdc_header_word |
Fields to hold the header, measurement, trailer and error words. More... | |
uint32_t | fAdc_trailer_word |
Class for storing data from CAEN V792 module.
Definition at line 54 of file TV792NData.hxx.
TV792NData::TV792NData | ( | int | bklen, |
int | bktype, | ||
const char * | name, | ||
void * | pdata | ||
) |
|
inline |
Get the crate number.
Definition at line 69 of file TV792NData.hxx.
|
inline |
Get the event counter.
Definition at line 75 of file TV792NData.hxx.
|
inline |
Get GEO address.
Definition at line 66 of file TV792NData.hxx.
|
inline |
Get the Vector of TDC Measurements.
Definition at line 78 of file TV792NData.hxx.
|
inline |
Get the number of converted channels.
Definition at line 72 of file TV792NData.hxx.
|
virtual |
Print the bank contents in a structured way.
Reimplemented from TGenericData.
Definition at line 32 of file TV792NData.cxx.
|
private |
Fields to hold the header, measurement, trailer and error words.
Definition at line 88 of file TV792NData.hxx.
|
private |
Definition at line 89 of file TV792NData.hxx.
|
private |
Vector of TDC Measurements.
Definition at line 84 of file TV792NData.hxx.