|
gdata
|
Defines the GDataCollection class, the per-detector container of truth and digitized hit data. More...
#include "gDigitizedData.h"#include "gTrueInfoData.h"#include <memory>#include <ostream>#include <vector>

Go to the source code of this file.
Data Structures | |
| class | GDataCollection |
| Per-sensitive-detector container that owns truth and digitized data objects. More... | |
GDataCollection is the detector-local aggregation unit used by higher-level containers. One instance usually corresponds to one sensitive detector entry and stores:
It supports two distinct usage patterns.
Event mode:
Integrated mode:
Design notes:
Definition in file gDataCollection.h.