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