Celeritas 0.6.0-rc.2.10+develop.de0a3a05
|
Event data to be used within a Geant4/Celeritas offloading application. More...
#include <EventData.hh>
Public Attributes | |
int | event_id {0} |
std::vector< std::vector< EventHitData > > | hits |
Event data to be used within a Geant4/Celeritas offloading application.
The hits are designed to be assigned to each sensitive volume, so that a vector of hits of a given volume can be retrieved by doing
Therefore, sensitive detector IDs must be contiguously assigned and mapped to their sensitive detector name at startup.