Page MenuHomeHEPForge

Hw64Decayer.icc
No OneTemporary

Size
663 B
Referenced Files
None
Subscribers
None

Hw64Decayer.icc

// -*- 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

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)

Event Timeline