38 HepMC::GenVertex* Vtx =
new HepMC::GenVertex(HepMC::FourVector(0., 0., 0.));
47 int py6PID = HepPID::translatePDTtoPythia(particleID);
49 double ee = 0, the = 0,
eta = 0;
55 pyjets.p[4][ip - 1] =
mass;
60 the = 2. * atan(
exp(-
eta));
62 py1ent_(ip, py6PID, ee, the, phi);
64 double px = pyjets.p[0][ip - 1];
65 double py = pyjets.p[1][ip - 1];
66 double pz = pyjets.p[2][ip - 1];
68 HepMC::FourVector
p(px, py, pz, ee);
70 Part->suggest_barcode(ip);
71 Vtx->add_particle_out(Part);
77 Vtx->add_particle_out(APart);
82 fEvt->add_vertex(Vtx);
T getParameter(std::string const &) const
HepMC::GenParticle * addAntiParticle(int &, int &, double &, double &, double &)
#define DEFINE_FWK_MODULE(type)
std::vector< int > fPartIDs
void py1ent_(int &ip, int &kf, double &pe, double &the, double &phi)
Pythia6Service * fPy6Service
void generateEvent(CLHEP::HepRandomEngine *) override