|
Celeritas 0.7+cf8d83d
|
#include <G4Track.hh>#include "corecel/Types.hh"#include "corecel/math/Quantity.hh"#include "geocel/g4/Convert.hh"#include "celeritas/UnitTypes.hh"#include "GeantParticleView.hh"Classes | |
| class | celeritas::GeantTrackView< W > |
| Access track data from Geant4 with Celeritas units and precision. More... | |
| class | celeritas::GeantTrackView< Ownership::const_reference > |
| class | celeritas::GeantTrackView< Ownership::reference > |
Typedefs | |
| using | celeritas::GeantTrackViewConst = GeantTrackView< Ownership::const_reference > |
| using | celeritas::GeantTrackViewMutable = GeantTrackView< Ownership::reference > |
Functions | |
| celeritas::GeantTrackView (G4Track const &) -> GeantTrackView< Ownership::const_reference > | |
| celeritas::GeantTrackView (G4Track &) -> GeantTrackView< Ownership::reference > | |