Class Reference for E1039 Core & Analysis Software
PHG4ParticleGun.h
Go to the documentation of this file.
1 #ifndef PHG4ParticleGun_H__
2 #define PHG4ParticleGun_H__
3 
5 
6 #include <TF2.h>
7 #include <TGeoManager.h>
8 #include <phgeom/PHGeomUtility.h>
9 class PHG4Particle;
10 class SQPrimaryVertexGen;
11 
13 
18 {
19  public:
20  PHG4ParticleGun(const std::string &name="PGUN");
21  virtual ~PHG4ParticleGun();
22 
23  virtual int InitRun(PHCompositeNode *topNode);
24 
25  int process_event(PHCompositeNode *topNode);
26 
27 
28 
29  TF2* get_beam_profile() const {
30  return _beam_profile;
31  }
32 
33  void set_beam_profile(TF2* beamProfile) {
34  _beam_profile = beamProfile;
35  }
36 
39 
40  protected:
41 
43 
46 };
47 
48 #endif
[Obsolete] A simple event generator.
void enableLegacyVtxGen()
Enable legacy vertex gen.
void set_beam_profile(TF2 *beamProfile)
virtual ~PHG4ParticleGun()
PHG4ParticleGun(const std::string &name="PGUN")
int process_event(PHCompositeNode *topNode)
bool _legacy_vertexgenerator
TF2 * get_beam_profile() const
SQPrimaryVertexGen * _vertexGen
virtual int InitRun(PHCompositeNode *topNode)
Class to generate the event vertex, based on the beam profile and the target+spectrometer materials g...