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