gdata
GEventDataCollection Class Reference

#include <gEventDataCollection.h>

Collaboration diagram for GEventDataCollection:
Collaboration graph

Public Member Functions

 GEventDataCollection (GEventDataCollectionHeader *header, GLogger *const logger)
 Constructs a GEventDataCollection. More...
 
 ~GEventDataCollection ()
 Destructor for GEventDataCollection. More...
 
void addDetectorTrueInfoData (std::string sdName, GTrueInfoData *data)
 Adds true hit information data for a detector. More...
 
void addDetectorDigitizedData (std::string sdName, GDigitizedData *data)
 Adds digitized hit data for a detector. More...
 
const GEventDataCollectionHeadergetHeader () const
 Gets the event header. More...
 
const std::map< std::string, GDataCollection * > * getDataCollectionMap () const
 Gets the map of data collections. More...
 
int getEventNumber () const
 Gets the event number. More...
 
const std::vector< GTrueInfoData * > * getTrueInfoDataForDetector (std::string detector) const
 Gets the true hit information data for a specific detector. More...
 
const std::vector< GDigitizedData * > * getDigitizedDataForDetector (std::string detector) const
 Gets the digitized hit data for a specific detector. More...
 

Detailed Description

Definition at line 19 of file gEventDataCollection.h.

Constructor & Destructor Documentation

◆ GEventDataCollection()

GEventDataCollection::GEventDataCollection ( GEventDataCollectionHeader header,
GLogger *const  logger 
)
inline
Parameters
headerPointer to the event header.
loggerPointer to a GLogger instance (using the 'gdata' name).

Definition at line 27 of file gEventDataCollection.h.

◆ ~GEventDataCollection()

GEventDataCollection::~GEventDataCollection ( )
inline

Deletes the event header, the data collection map (and its contents), and the logger.

Definition at line 37 of file gEventDataCollection.h.

Member Function Documentation

◆ addDetectorDigitizedData()

void GEventDataCollection::addDetectorDigitizedData ( std::string  sdName,
GDigitizedData data 
)
Parameters
sdNameThe sensitive detector name.
dataPointer to GDigitizedData.

Definition at line 16 of file gEventDataCollection.cc.

◆ addDetectorTrueInfoData()

void GEventDataCollection::addDetectorTrueInfoData ( std::string  sdName,
GTrueInfoData data 
)
Parameters
sdNameThe sensitive detector name.
dataPointer to GTrueInfoData.

Definition at line 8 of file gEventDataCollection.cc.

◆ getDataCollectionMap()

const std::map<std::string, GDataCollection*>* GEventDataCollection::getDataCollectionMap ( ) const
inline
Returns
Pointer to the map from detector names to GDataCollection.

Definition at line 70 of file gEventDataCollection.h.

◆ getDigitizedDataForDetector()

const std::vector< GDigitizedData * > * GEventDataCollection::getDigitizedDataForDetector ( std::string  detector) const
Parameters
detectorThe detector name.
Returns
Pointer to a vector of GDigitizedData pointers, or nullptr if not found.

Definition at line 31 of file gEventDataCollection.cc.

◆ getEventNumber()

int GEventDataCollection::getEventNumber ( ) const
inline
Returns
The event number.

Definition at line 76 of file gEventDataCollection.h.

◆ getHeader()

const GEventDataCollectionHeader* GEventDataCollection::getHeader ( ) const
inline
Returns
Pointer to the event header.

Definition at line 64 of file gEventDataCollection.h.

◆ getTrueInfoDataForDetector()

const std::vector< GTrueInfoData * > * GEventDataCollection::getTrueInfoDataForDetector ( std::string  detector) const
Parameters
detectorThe detector name.
Returns
Pointer to a vector of GTrueInfoData pointers, or nullptr if not found.

Definition at line 24 of file gEventDataCollection.cc.


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