#include <G4UserStackingAction.hh>
Definition at line 44 of file G4UserStackingAction.hh.
G4UserStackingAction::G4UserStackingAction |
( |
| ) |
|
Definition at line 37 of file G4UserStackingAction.cc.
42 msg =
" You are instantiating G4UserStackingAction BEFORE your\n";
43 msg +=
"G4VUserPhysicsList is instantiated and assigned to G4RunManager.\n";
44 msg +=
" Such an instantiation is prohibited by Geant4 version 8.0. To fix this problem,\n";
45 msg +=
"please make sure that your main() instantiates G4VUserPhysicsList AND\n";
46 msg +=
"set it to G4RunManager before instantiating other user action classes\n";
47 msg +=
"such as G4UserStackingAction.";
48 G4Exception(
"G4UserStackingAction::G4UserStackingAction()",
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
static G4ParticleTable * GetParticleTable()
G4UserStackingAction::~G4UserStackingAction |
( |
| ) |
|
|
virtual |
void G4UserStackingAction::NewStage |
( |
| ) |
|
|
virtual |
void G4UserStackingAction::PrepareNewEvent |
( |
| ) |
|
|
virtual |
Definition at line 52 of file G4UserStackingAction.hh.
const XML_Char int const XML_Char * value
G4StackManager * stackManager
The documentation for this class was generated from the following files: