Go to the documentation of this file.
41 msg =
" You are instantiating G4UserEventAction BEFORE your\n";
42 msg +=
"G4VUserPhysicsList is instantiated and assigned to G4RunManager.\n";
43 msg +=
" Such an instantiation is prohibited by Geant4 version 8.0. To fix this problem,\n";
44 msg +=
"please make sure that your main() instantiates G4VUserPhysicsList AND\n";
45 msg +=
"set it to G4RunManager before instantiating other user action classes\n";
46 msg +=
"such as G4UserEventAction.";
47 G4Exception(
"G4UserEventAction::G4UserEventAction()",