// $Id: ExR01SteppingAction.cc,v 1.2 1999/04/17 04:06:49 kurasige Exp $ #include "ExR01SteppingAction.hh" #include "globals.hh" #include "RecorderBase.hh" void ExR01SteppingAction::UserSteppingAction(const G4Step* s){ // Perform any record-keeping for this step. if (records != NULL) records->RecordStep(s); }