1 #ifndef PHG4ParticleGeneratorVectorMeson_H__
2 #define PHG4ParticleGeneratorVectorMeson_H__
24 void add_decay_particles(
const std::string &name1,
const std::string &name2,
const unsigned int decay_id);
58 double smearvtx(
const double position,
const double width,
FUNCTION dist)
const;
59 std::map<unsigned int, int> decay1_codes;
60 std::map<unsigned int, std::string> decay1_names;
61 std::map<unsigned int, int> decay2_codes;
62 std::map<unsigned int, std::string> decay2_names;
63 std::map<unsigned int, double> decay_vtx_offset_x;
64 std::map<unsigned int, double> decay_vtx_offset_y;
65 std::map<unsigned int, double> decay_vtx_offset_z;
double _vertex_size_width
void set_vertex_size_parameters(const double mean, const double width)
set the dimensions of the distribution of particles about the vertex
void set_mass(const double mass)
void set_existing_vertex_offset_vector(const double x, const double y, const double z)
set an offset vector from the existing vertex
void set_read_vtx_from_hepmc(bool read_vtx)
void set_decay_types(const std::string &decay1, const std::string &decay2)
void set_histrand_init(const int initflag)
int process_event(PHCompositeNode *topNode)
void set_vertex_size_function(FUNCTION r)
set the distribution function of particles about the vertex
void set_decay_vertex_offset(double dx, double dy, double dz, const unsigned int decay_id)
void set_eta_range(const double eta_min, const double eta_max)
void set_vertex_distribution_width(const double x, const double y, const double z)
set the width of the vertex distribution function about the mean
void set_width(const double width)
void set_rapidity_range(const double y_min, const double y_max)
void set_mom_range(const double mom_min, const double mom_max)
FUNCTION _vertex_size_func_r
void set_pt_range(const double pt_min, const double pt_max)
void add_decay_particles(const std::string &name1, const std::string &name2, const unsigned int decay_id)
interface for adding particles by name
int InitRun(PHCompositeNode *topNode)
PHG4ParticleGeneratorVectorMeson(const std::string &name="PGUN")
FUNCTION
supported function distributions
void set_vertex_distribution_mean(const double x, const double y, const double z)
set the mean value of the vertex distribution
virtual ~PHG4ParticleGeneratorVectorMeson()
void set_vertex_distribution_function(FUNCTION x, FUNCTION y, FUNCTION z)
toss a new vertex according to a Uniform or Gaus distribution