#include <G4VUserPrimaryGeneratorAction.hh>
◆ G4VUserPrimaryGeneratorAction()
G4VUserPrimaryGeneratorAction::G4VUserPrimaryGeneratorAction |
( |
| ) |
|
Definition at line 37 of file G4VUserPrimaryGeneratorAction.cc.
38{
40 G4String msg;
41 msg = " You are instantiating G4VUserPrimaryGeneratorAction BEFORE your\n";
42 msg += "G4VUserPhysicsList is instantiated and assigned to G4RunManager.\n";
43 msg += " Such an instantiation is prohibited. 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 G4VUserPrimaryParticleGeneratorAction.";
47 G4Exception(
"G4VUserPrimaryGeneratorAction::G4VUserPrimaryGeneratorAction()",
"Run0061",
49 }
50}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
static G4ParticleTable * GetParticleTable()
◆ ~G4VUserPrimaryGeneratorAction()
virtual G4VUserPrimaryGeneratorAction::~G4VUserPrimaryGeneratorAction |
( |
| ) |
|
|
virtualdefault |
◆ GeneratePrimaries()
virtual void G4VUserPrimaryGeneratorAction::GeneratePrimaries |
( |
G4Event * | anEvent | ) |
|
|
pure virtual |
The documentation for this class was generated from the following files: