Page MenuHomeHEPForge

ShowerAlphaQCD.icc
No OneTemporary

Size
462 B
Referenced Files
None
Subscribers
None

ShowerAlphaQCD.icc

// -*- C++ -*-
//
// This is the implementation of the inlined member functions of
// the ShowerAlphaQCD class.
//
namespace Herwig {
inline ShowerAlphaQCD::ShowerAlphaQCD() {}
inline ShowerAlphaQCD::ShowerAlphaQCD(const ShowerAlphaQCD & x)
: ShowerAlpha(x) {
_Qmin = x._Qmin,
_asType = x._asType;
}
inline IBPtr ShowerAlphaQCD::clone() const {
return new_ptr(*this);
}
inline IBPtr ShowerAlphaQCD::fullclone() const {
return new_ptr(*this);
}
}

File Metadata

Mime Type
text/plain
Expires
Tue, Sep 30, 4:44 AM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6508764
Default Alt Text
ShowerAlphaQCD.icc (462 B)

Event Timeline