CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/TrackPropagation/Geant4e/src/Geant4eSteppingAction.cc

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