00001 #include "TrackPropagation/Geant4e/interface/Geant4eSteppingAction.h" 00002 #include "G4Step.hh" 00003 00004 void Geant4eSteppingAction::UserSteppingAction(const G4Step* step) { 00005 theTrackLength += step->GetStepLength(); 00006 }