CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Geant4eSteppingAction.h
Go to the documentation of this file.
1 #ifndef TrackPropagation_Geant4eSteppingAction_h
2 #define TrackPropagation_Geant4eSteppingAction_h
3 
4 #include "G4UserSteppingAction.hh"
5 
11 class Geant4eSteppingAction: public G4UserSteppingAction {
12  public:
15 
19  double trackLength() const {return theTrackLength;}
20 
24  void reset() {theTrackLength = 0;}
25 
29  virtual void UserSteppingAction(const G4Step* step);
30 
31  protected:
33 };
34 
35 
36 
37 #endif
list step
Definition: launcher.py:15
virtual void UserSteppingAction(const G4Step *step)