Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19250975
QuarkoniumDecayer.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
QuarkoniumDecayer.icc
View Options
// -*- C++ -*-
//
// This is the implementation of the inlined member functions of
// the Decayer class.
//
namespace Herwig {
using namespace ThePEG;
inline QuarkoniumDecayer::QuarkoniumDecayer() { }
inline QuarkoniumDecayer::QuarkoniumDecayer(const QuarkoniumDecayer & x)
: ThePEG::Decayer(x) {
MECode = x.MECode;
}
inline IBPtr QuarkoniumDecayer::clone() const {
Ptr<QuarkoniumDecayer>::pointer rval = new QuarkoniumDecayer();
rval->MECode = MECode;
return rval;
}
inline IBPtr QuarkoniumDecayer::fullclone() const {
return clone();
}
inline void QuarkoniumDecayer::doupdate() throw(UpdateException) {
ThePEG::HandlerBase::doupdate();
return;
}
inline void QuarkoniumDecayer::doinit() throw(InitException) {
ThePEG::HandlerBase::doinit();
}
inline void QuarkoniumDecayer::dofinish() {
ThePEG::HandlerBase::dofinish();
}
inline IVector QuarkoniumDecayer::getReferences() {
IVector ret = ThePEG::Decayer::getReferences();
return ret;
}
inline void QuarkoniumDecayer::rebind(const TranslationMap &trans)
throw(RebindException) {
ThePEG::Interfaced::rebind(trans);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Sep 30, 5:45 AM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6490105
Default Alt Text
QuarkoniumDecayer.icc (1 KB)
Attached To
Mode
rHERWIGHG herwighg
Attached
Detach File
Event Timeline
Log In to Comment