ROOTANA
Public Member Functions | Private Attributes
TV1730DppData Class Reference

Class to store DPP data from CAEN V1730. More...

#include <TV1730DppData.hxx>

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

Public Member Functions

 TV1730DppData (int bklen, int bktype, const char *name, void *pdata)
 Constructor. More...
 
uint32_t GetEventCounter () const
 Get Event Counter. More...
 
uint32_t GetGeoAddress () const
 Get Geographical Address. More...
 
uint32_t GetTriggerTimeTag () const
 Get the extended trigger time tag. More...
 
uint32_t GetChMask ()
 Get channel mask. More...
 
void Print ()
 Print the bank contents in a structured way. More...
 
std::vector< ChannelMeasurement > & 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< uint32_t > fGlobalHeader
 The overall global header. More...
 
std::vector< ChannelMeasurementfMeasurements
 Vector of V1730 Measurements. More...
 

Detailed Description

Class to store DPP data from CAEN V1730.

Definition at line 63 of file TV1730DppData.hxx.

Constructor & Destructor Documentation

◆ TV1730DppData()

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

Constructor.

Definition at line 7 of file TV1730DppData.cxx.

Here is the call graph for this function:

Member Function Documentation

◆ GetChMask()

uint32_t TV1730DppData::GetChMask ( )
inline

Get channel mask.

Definition at line 81 of file TV1730DppData.hxx.

Here is the caller graph for this function:

◆ GetEventCounter()

uint32_t TV1730DppData::GetEventCounter ( ) const
inline

Get Event Counter.

Definition at line 72 of file TV1730DppData.hxx.

◆ GetGeoAddress()

uint32_t TV1730DppData::GetGeoAddress ( ) const
inline

Get Geographical Address.

Definition at line 75 of file TV1730DppData.hxx.

◆ GetMeasurements()

std::vector<ChannelMeasurement>& TV1730DppData::GetMeasurements ( )
inline

Get the Vector of TDC Measurements.

Definition at line 86 of file TV1730DppData.hxx.

Here is the caller graph for this function:

◆ GetTriggerTimeTag()

uint32_t TV1730DppData::GetTriggerTimeTag ( ) const
inline

Get the extended trigger time tag.

Definition at line 78 of file TV1730DppData.hxx.

◆ Print()

void TV1730DppData::Print ( )
virtual

Print the bank contents in a structured way.

Reimplemented from TGenericData.

Definition at line 63 of file TV1730DppData.cxx.

Here is the call graph for this function:

Field Documentation

◆ fGlobalHeader

std::vector<uint32_t> TV1730DppData::fGlobalHeader
private

The overall global header.

Definition at line 96 of file TV1730DppData.hxx.

◆ fMeasurements

std::vector<ChannelMeasurement> TV1730DppData::fMeasurements
private

Vector of V1730 Measurements.

Definition at line 99 of file TV1730DppData.hxx.


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