#include <TrackingManagerHelper.h>
|
template<typename PhysicsImpl > |
static void | TrackChargedParticle (G4Track *aTrack, PhysicsImpl &physics) |
|
template<typename PhysicsImpl > |
static void | TrackNeutralParticle (G4Track *aTrack, PhysicsImpl &physics) |
|
template<typename PhysicsImpl , typename NavigationImpl > |
static void | TrackParticle (G4Track *aTrack, PhysicsImpl &physics, NavigationImpl &navigation) |
|
Definition at line 46 of file TrackingManagerHelper.h.
◆ TrackChargedParticle()
template<typename PhysicsImpl >
static void TrackingManagerHelper::TrackChargedParticle |
( |
G4Track * |
aTrack, |
|
|
PhysicsImpl & |
physics |
|
) |
| |
|
static |
◆ TrackNeutralParticle()
template<typename PhysicsImpl >
static void TrackingManagerHelper::TrackNeutralParticle |
( |
G4Track * |
aTrack, |
|
|
PhysicsImpl & |
physics |
|
) |
| |
|
static |
◆ TrackParticle()
template<typename PhysicsImpl , typename NavigationImpl >
static void TrackingManagerHelper::TrackParticle |
( |
G4Track * |
aTrack, |
|
|
PhysicsImpl & |
physics, |
|
|
NavigationImpl & |
navigation |
|
) |
| |
|
static |