LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
IonizationAndScintillationAction.h
Go to the documentation of this file.
1 
11 #ifndef LARG4_IONIZATIONANDSCINTILLATIONACTION_H
12 #define LARG4_IONIZATIONANDSCINTILLATIONACTION_H
13 
14 #include "nug4/G4Base/UserAction.h"
15 
16 // Forward declarations.
17 class G4Step;
18 
19 namespace larg4 {
20 
22  public:
23  // Standard constructors and destructors;
26 
27  // UserActions method that we'll override, to obtain access to
28  // Geant4's steps
29  virtual void SteppingAction(const G4Step*);
30 
31  private:
32  };
33 
34 } // namespace LArG4
35 
36 #endif // LARG4_IONIZATIONANDSCINTILLATIONACTION_H
Geant4 interface.
see below
virtual void SteppingAction(const G4Step *)
G4UserSteppingAction interface.