gdata
GDataCollection Class Reference

#include <gDataCollection.h>

Collaboration diagram for GDataCollection:
Collaboration graph

Public Member Functions

 GDataCollection (GLogger *const logger)
 Constructs a GDataCollection. More...
 
 ~GDataCollection ()
 Destructor for GDataCollection. More...
 
void addTrueInfoData (GTrueInfoData *data)
 Adds true hit information data. More...
 
void addDigitizedData (GDigitizedData *data)
 Adds digitized hit data. More...
 
const std::vector< GTrueInfoData * > * getTrueInfoData () const
 Returns the vector of true hit information data. More...
 
const std::vector< GDigitizedData * > * getDigitizedData () const
 Returns the vector of digitized hit data. More...
 

Detailed Description

Definition at line 18 of file gDataCollection.h.

Constructor & Destructor Documentation

◆ GDataCollection()

GDataCollection::GDataCollection ( GLogger *const  logger)
inline
Parameters
loggerPointer to a GLogger instance.

Definition at line 24 of file gDataCollection.h.

◆ ~GDataCollection()

GDataCollection::~GDataCollection ( )
inline

Deletes all stored hit data and the associated containers.

Definition at line 35 of file gDataCollection.h.

Member Function Documentation

◆ addDigitizedData()

void GDataCollection::addDigitizedData ( GDigitizedData data)
inline
Parameters
dataPointer to GDigitizedData.

Definition at line 56 of file gDataCollection.h.

◆ addTrueInfoData()

void GDataCollection::addTrueInfoData ( GTrueInfoData data)
inline
Parameters
dataPointer to GTrueInfoData.

Definition at line 47 of file gDataCollection.h.

◆ getDigitizedData()

const std::vector<GDigitizedData*>* GDataCollection::getDigitizedData ( ) const
inline
Returns
Pointer to the vector of GDigitizedData pointers.

Definition at line 71 of file gDataCollection.h.

◆ getTrueInfoData()

const std::vector<GTrueInfoData*>* GDataCollection::getTrueInfoData ( ) const
inline
Returns
Pointer to the vector of GTrueInfoData pointers.

Definition at line 65 of file gDataCollection.h.


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