CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Geant4eSteppingAction.cc
Go to the documentation of this file.
2 #include "G4Step.hh"
3 
4 void Geant4eSteppingAction::UserSteppingAction(const G4Step* step) {
5  theTrackLength += step->GetStepLength();
6 }