Page MenuHomeHEPForge

PartnerFinder.icc
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

PartnerFinder.icc

// -*- C++ -*-
//
// This is the implementation of the inlined member functions of
// the PartnerFinder class.
//
namespace Herwig {
inline PartnerFinder::PartnerFinder() {}
inline PartnerFinder::PartnerFinder(const PartnerFinder & x)
: Pythia7::HandlerBase(x)
{}
//-------------------------------------------------------------------------
inline IBPtr PartnerFinder::clone() const {
return new_ptr(*this);
}
inline IBPtr PartnerFinder::fullclone() const {
return new_ptr(*this);
}
inline void PartnerFinder::doupdate() throw(UpdateException) {
Pythia7::HandlerBase::doupdate();
// First update base class.
bool redo = touched();
// redo if touched.
// UpdateChecker::check(aDependentMember, redo);
// Update referenced objects on which this depends redo is set to true
// if the dependent object is touched.
// for_each(ContainerOfDependencies, UpdateChecker(redo));
// Update a container of references.
// for_each(MapOfDependencies, UpdateMapChecker(redo));
// Update a map of references.
if ( !redo ) return;
// return if nothing has been touched. Otherwise do the actual update.
// touch()
// Touch if anything has changed.
}
inline void PartnerFinder::doinit() throw(InitException) {
Pythia7::HandlerBase::doinit();
}
inline void PartnerFinder::dofinish() {
Pythia7::HandlerBase::dofinish();
}
inline void PartnerFinder::rebind(const TranslationMap & trans)
throw(RebindException) {
// dummy = trans.translate(dummy);
Pythia7::HandlerBase::rebind(trans);
}
inline IVector PartnerFinder::getReferences() {
IVector ret = Pythia7::HandlerBase::getReferences();
// ret.push_back(dummy);
return ret;
}
}

File Metadata

Mime Type
text/plain
Expires
Tue, Sep 30, 6:16 AM (1 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6526567
Default Alt Text
PartnerFinder.icc (1 KB)

Event Timeline