#include <G4UserSteppingAction.hh>
Definition at line 51 of file G4UserSteppingAction.hh.
G4UserSteppingAction::G4UserSteppingAction |
( |
| ) |
|
Definition at line 49 of file G4UserSteppingAction.cc.
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()",
G4SteppingManager * fpSteppingManager
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
static G4ParticleTable * GetParticleTable()
G4UserSteppingAction::~G4UserSteppingAction |
( |
| ) |
|
|
virtual |
virtual void G4UserSteppingAction::UserSteppingAction |
( |
const G4Step * |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following files: