Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19251012
Hw64Decayer.icc
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
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() { }
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
Details
Attached
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)
Attached To
Mode
rHERWIGHG herwighg
Attached
Detach File
Event Timeline
Log In to Comment