#include <G4VPrimaryGenerator.hh>
Definition at line 44 of file G4VPrimaryGenerator.hh.
◆ G4VPrimaryGenerator()
G4VPrimaryGenerator::G4VPrimaryGenerator |
( |
| ) |
|
◆ ~G4VPrimaryGenerator()
G4VPrimaryGenerator::~G4VPrimaryGenerator |
( |
| ) |
|
|
virtual |
◆ CheckVertexInsideWorld()
Definition at line 43 of file G4VPrimaryGenerator.cc.
44{
46 -> GetNavigatorForTracking();
47
49 G4VSolid* solid = world-> GetLogicalVolume()-> GetSolid();
50 EInside qinside = solid-> Inside(pos);
51
52 return (qinside !=
kInside) ? false :
true;
53}
static G4TransportationManager * GetTransportationManager()
◆ GeneratePrimaryVertex()
virtual void G4VPrimaryGenerator::GeneratePrimaryVertex |
( |
G4Event * |
evt | ) |
|
|
pure virtual |
◆ GetParticlePosition()
◆ GetParticleTime()
G4double G4VPrimaryGenerator::GetParticleTime |
( |
| ) |
|
|
inline |
◆ SetParticlePosition()
void G4VPrimaryGenerator::SetParticlePosition |
( |
G4ThreeVector |
aPosition | ) |
|
|
inline |
◆ SetParticleTime()
void G4VPrimaryGenerator::SetParticleTime |
( |
G4double |
aTime | ) |
|
|
inline |
◆ particle_position
◆ particle_time
G4double G4VPrimaryGenerator::particle_time = 0.0 |
|
protected |
The documentation for this class was generated from the following files: