#include <G4UserEventAction.hh>
Definition at line 51 of file G4UserEventAction.hh.
G4UserEventAction::G4UserEventAction |
( |
| ) |
|
Definition at line 36 of file G4UserEventAction.cc.
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()",
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
static G4ParticleTable * GetParticleTable()
G4UserEventAction::~G4UserEventAction |
( |
| ) |
|
|
virtual |
void G4UserEventAction::BeginOfEventAction |
( |
const G4Event * |
anEvent | ) |
|
|
virtual |
void G4UserEventAction::EndOfEventAction |
( |
const G4Event * |
anEvent | ) |
|
|
virtual |
The documentation for this class was generated from the following files: