#include <gEventDataCollection.h>
Definition at line 19 of file gEventDataCollection.h.
◆ GEventDataCollection()
- Parameters
-
header | Pointer to the event header. |
logger | Pointer 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.
◆ addDetectorDigitizedData()
void GEventDataCollection::addDetectorDigitizedData |
( |
std::string |
sdName, |
|
|
GDigitizedData * |
data |
|
) |
| |
◆ addDetectorTrueInfoData()
void GEventDataCollection::addDetectorTrueInfoData |
( |
std::string |
sdName, |
|
|
GTrueInfoData * |
data |
|
) |
| |
◆ getDataCollectionMap()
const std::map<std::string, GDataCollection*>* GEventDataCollection::getDataCollectionMap |
( |
| ) |
const |
|
inline |
◆ getDigitizedDataForDetector()
const std::vector< GDigitizedData * > * GEventDataCollection::getDigitizedDataForDetector |
( |
std::string |
detector | ) |
const |
◆ getEventNumber()
int GEventDataCollection::getEventNumber |
( |
| ) |
const |
|
inline |
◆ getHeader()
◆ getTrueInfoDataForDetector()
const std::vector< GTrueInfoData * > * GEventDataCollection::getTrueInfoDataForDetector |
( |
std::string |
detector | ) |
const |
The documentation for this class was generated from the following files: