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