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