ROOTANA
Public Member Functions | Private Attributes
TV792Data Class Reference

Class for storing data from CAEN V792 module. More...

#include <TV792Data.hxx>

Inheritance diagram for TV792Data:
Inheritance graph
[legend]
Collaboration diagram for TV792Data:
Collaboration graph
[legend]

Public Member Functions

 TV792Data (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< VADCMeasurement > & 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< VADCMeasurementfMeasurements
 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
 

Detailed Description

Class for storing data from CAEN V792 module.

Definition at line 53 of file TV792Data.hxx.

Constructor & Destructor Documentation

◆ TV792Data()

TV792Data::TV792Data ( int  bklen,
int  bktype,
const char *  name,
void *  pdata 
)

Constructor.

Definition at line 5 of file TV792Data.cxx.

Here is the call graph for this function:

Member Function Documentation

◆ GetCrate()

uint32_t TV792Data::GetCrate ( ) const
inline

Get the crate number.

Definition at line 68 of file TV792Data.hxx.

Here is the caller graph for this function:

◆ GetEventCounter()

uint32_t TV792Data::GetEventCounter ( ) const
inline

Get the event counter.

Definition at line 74 of file TV792Data.hxx.

Here is the caller graph for this function:

◆ GetGeoAddress()

uint32_t TV792Data::GetGeoAddress ( ) const
inline

Get GEO address.

Definition at line 65 of file TV792Data.hxx.

Here is the caller graph for this function:

◆ GetMeasurements()

std::vector<VADCMeasurement>& TV792Data::GetMeasurements ( )
inline

Get the Vector of TDC Measurements.

Definition at line 77 of file TV792Data.hxx.

Here is the caller graph for this function:

◆ GetNumberChannels()

uint32_t TV792Data::GetNumberChannels ( ) const
inline

Get the number of converted channels.

Definition at line 71 of file TV792Data.hxx.

Here is the caller graph for this function:

◆ Print()

void TV792Data::Print ( )
virtual

Print the bank contents in a structured way.

Reimplemented from TGenericData.

Definition at line 32 of file TV792Data.cxx.

Here is the call graph for this function:
Here is the caller graph for this function:

Field Documentation

◆ fAdc_header_word

uint32_t TV792Data::fAdc_header_word
private

Fields to hold the header, measurement, trailer and error words.

Definition at line 87 of file TV792Data.hxx.

◆ fAdc_trailer_word

uint32_t TV792Data::fAdc_trailer_word
private

Definition at line 88 of file TV792Data.hxx.

◆ fMeasurements

std::vector<VADCMeasurement> TV792Data::fMeasurements
private

Vector of TDC Measurements.

Definition at line 83 of file TV792Data.hxx.


The documentation for this class was generated from the following files: