File: QuarkoniumDecayer.h
Description:
QuarkoniumDecayer is a class that defines all the general routines
used in HERWIG++ to imitate the HERWIG 6.4 decays. The goal is to have an exact
copy of HERWIG 6.4 decay routines. This will allow for easy 'callibration'
of the new C++ code with the old Fortran code.
See
also:
namespace Herwig
CLASS
QuarkoniumDecayer:
Base class:
Public members:
inline QuarkoniumDecayer();
inline QuarkoniumDecayer(const QuarkoniumDecayer &);
virtual ~QuarkoniumDecayer();
Standard ctors and dtor
virtual bool accept(const DecayMode &) const;
return true if this decayer can perfom the decay specified by the
given decay mode.
virtual ParticleVector decay(const DecayMode &, const Particle &) const;
for a given decay mode and a given particle instance, perform the
decay and return the decay products.
static void Init();
Standard Init function used to initialize the interface.
inline virtual void doupdate() throw(UpdateException);
inline virtual void doinit() throw(InitException);
inline virtual void dofinish();
Standard Interfaced virtual functions
void persistentOutput(PersistentOStream &) const;
void persistentInput(PersistentIStream &, int);
Standard Persisten stream methods
Protected members:
inline virtual IBPtr clone() const;
inline virtual IBPtr fullclone() const;
Standard clone methods
inline virtual void rebind(const TranslationMap &trans)
throw(RebindException);
Change all pointers of Interfaced objects to corresponding clones
inline virtual IVector getReferences();
Return pointers to all interfaced objects referred to by this class.
Private members:
int MECode;
Ptr<GlobalParameters>::pointer global;
static ClassDescription<QuarkoniumDecayer> initQuarkoniumDecayer;
static long lastAddedNumber;
const QuarkoniumDecayer & operator=(const QuarkoniumDecayer &);
Private and non-existent assignment operator.
namespace ThePEG
template <>
STRUCT
BaseClassTrait<Herwig::QuarkoniumDecayer,1>
Public members:
typedef HandlerBase NthBase;
template <>
STRUCT
ClassTraits<Herwig::QuarkoniumDecayer>:
Public members:
static string className() { return "/Herwig++/QuarkoniumDecayer"; }
static string library() { return "libHwDecay.so"; }
DEFINED MACROS
HERWIG_QuarkoniumDecayer_H
INCLUDED FILES
ThePEG/Config/ThePEG.h
ThePEG/PDT/Decayer.h
ThePEG/Handlers/HandlerBase.h
ThePEG/Interface/Interfaced.h
ThePEG/PDT/DecayMode.h
ThePEG/Repository/Strategy.fh
DecayConfig.h
Herwig++/Utilities/GlobalParameters.h
fstream
QuarkoniumDecayer.icc