Celeritas
0.5.0-56+6b053cd
|
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.