Go to the documentation of this file.
51 : fpSteppingManager(0)
56 msg =
" You are instantiating G4UserSteppingAction BEFORE your\n";
57 msg +=
"G4VUserPhysicsList is instantiated and assigned to G4RunManager.\n";
58 msg +=
" Such an instantiation is prohibited since Geant4 version 8.0. To fix this problem,\n";
59 msg +=
"please make sure that your main() instantiates G4VUserPhysicsList AND\n";
60 msg +=
"set it to G4RunManager before instantiating other user action classes\n";
61 msg +=
"such as G4UserSteppingAction.";
62 G4Exception(
"G4UserSteppingAction::G4UserSteppingAction()",