Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19252347
Hw64Decayer.icc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
663 B
Referenced Files
None
Subscribers
None
Hw64Decayer.icc
View Options
// -*- C++ -*-
//
// This is the implementation of the inlined member functions of
// the Decayer class.
//
namespace Herwig {
using namespace ThePEG;
inline Hw64Decayer::Hw64Decayer(): MECode(0),_masstry(50) {}
inline IBPtr Hw64Decayer::clone() const {
return new_ptr(*this);
}
inline IBPtr Hw64Decayer::fullclone() const {
return new_ptr(*this);
}
inline void
Hw64Decayer::setParticleMomentum(ParticleVector &out, const cPDVector & particles,
const vector<Lorentz5Momentum> & moms) const {
unsigned int numProds = particles.size();
for(unsigned int ix=0;ix<numProds;++ix)
out.push_back(particles[ix]->produceParticle(moms[ix]));
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 30, 6:16 AM (2 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6374923
Default Alt Text
Hw64Decayer.icc (663 B)
Attached To
Mode
rHERWIGHG herwighg
Attached
Detach File
Event Timeline
Log In to Comment