12 #include <Geant4/G4ParticleTable.hh>
13 #include <Geant4/G4ParticleDefinition.hh>
25 _beam_profile(nullptr),
26 _legacy_vertexgenerator(false)
55 PHG4InEvent *ineve = findNode::getClass<PHG4InEvent>(topNode,
"PHG4INEVENT");
67 vector<PHG4Particle *>::const_iterator iter;
int verbosity
The verbosity level. 0 means not verbose at all.
int AddParticle(const int vtxid, PHG4Particle *particle)
int AddVtx(const double x, const double y, const double z, const double t)
virtual void identify(std::ostream &os=std::cout) const
virtual int ReuseExistingVertex(PHCompositeNode *topNode)
std::vector< PHG4Particle * > particlelist
virtual int InitRun(PHCompositeNode *topNode)
void SetParticleId(PHG4Particle *particle, PHG4InEvent *ineve)
virtual ~PHG4ParticleGun()
PHG4ParticleGun(const std::string &name="PGUN")
int process_event(PHCompositeNode *topNode)
bool _legacy_vertexgenerator
SQPrimaryVertexGen * _vertexGen
virtual int InitRun(PHCompositeNode *topNode)
Class to generate the event vertex, based on the beam profile and the target+spectrometer materials g...
TVector3 generateVertex()
generate 3-D vertex position
int InitRun(PHCompositeNode *node)
Initialize at the begining of Run.