LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
ArtG4TrackingAction.cc
Go to the documentation of this file.
3 
5  : actionHolder_{actionHolder}
6 {}
7 
8 void
10 {
12 }
13 
14 void
16 {
18 }
void postUserTrackingAction(const G4Track *)
void PostUserTrackingAction(const G4Track *currentTrack) override
ActionHolderService * actionHolder_
void preUserTrackingAction(const G4Track *)
void PreUserTrackingAction(const G4Track *currentTrack) override
ArtG4TrackingAction(ActionHolderService *actionHolder)