60 double the = 2.*atan(
exp(-eta));
64 double pp =
sqrt( ee*ee - mass*mass );
65 double px = pp *
sin(the) *
cos(phi);
66 double py = pp *
sin(the) *
sin(phi);
67 double pz = pp *
cos(the);
69 if ( !((
fMasterGen->particleData).isParticle( particleID )) )
71 particleID = std::fabs(particleID) ;
86 if ( (
fMasterGen->particleData).isParticle( -particleID ) )
T getParameter(std::string const &) const
Sin< T >::type sin(const T &t)
const char * classname() const override
#define DEFINE_FWK_MODULE(type)
bool generatePartonsAndHadronize() override
Cos< T >::type cos(const T &t)
edm::GeneratorFilter< gen::Py8EGun, gen::ExternalDecayDriver > Pythia8EGun
std::unique_ptr< HepMC::GenEvent > & event()
std::vector< int > fPartIDs
P8RndmEngine & randomEngine()
HepMC::Pythia8ToHepMC toHepMC
std::unique_ptr< Pythia8::Pythia > fMasterGen
Py8EGun(edm::ParameterSet const &)