EDepSimUserTrackingAction.hh
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////
2 // $Id: EDepSim::UserTrackingAction.hh,v 1.3 2004/03/18 20:49:27 t2k Exp $
3 //
4 #ifndef EDepSim_UserTrackingAction_h
5 #define EDepSim_UserTrackingAction_h 1
6 
7 #include "G4UserTrackingAction.hh"
8 class G4Track;
9 
10 namespace EDepSim {class UserTrackingAction;}
11 class EDepSim::UserTrackingAction : public G4UserTrackingAction
12 {
13  public:
15  virtual ~UserTrackingAction();
16 
17  virtual void PreUserTrackingAction(const G4Track*);
18 };
19 #endif
Construct a module from components.
Definition: TG4HitSegment.h:10
virtual void PreUserTrackingAction(const G4Track *)