Page MenuHomeHEPForge

Hw64Decayer.icc
No OneTemporary

Size
1 KB
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() { }
inline Hw64Decayer::Hw64Decayer(const Hw64Decayer & x) : ThePEG::Decayer(x)
{
MECode = x.MECode;
}
inline IBPtr Hw64Decayer::clone() const {
Ptr<Hw64Decayer>::pointer rval = new Hw64Decayer();
rval->MECode = MECode;
return rval;
}
inline IBPtr Hw64Decayer::fullclone() const {
return clone();
}
inline void Hw64Decayer::doupdate() throw(UpdateException) {
ThePEG::HandlerBase::doupdate();
return;
}
inline void Hw64Decayer::doinit() throw(InitException) {
ThePEG::HandlerBase::doinit();
}
inline void Hw64Decayer::dofinish() {
ThePEG::HandlerBase::dofinish();
}
inline IVector Hw64Decayer::getReferences() {
IVector ret = ThePEG::Decayer::getReferences();
return ret;
}
inline void Hw64Decayer::rebind(const TranslationMap &trans)
throw(RebindException) {
ThePEG::Interfaced::rebind(trans);
}
}

File Metadata

Mime Type
text/plain
Expires
Tue, Sep 30, 5:46 AM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6451355
Default Alt Text
Hw64Decayer.icc (1 KB)

Event Timeline