#include <BreitWignerMass.h>
Public Member Functions | |
Virtual methods required by the MassGenerator base class. | |
virtual bool | accept (const ParticleData &) const |
Return true if this mass generator can handle the given particle type. | |
virtual Energy | mass (const ParticleData &) const |
Generate a mass for an instance of a given particle type. | |
Static Public Member Functions | |
static void | Init () |
Standard Init function used to initialize the interface. | |
Protected Member Functions | |
Clone Methods. | |
virtual IBPtr | clone () const |
Make a simple clone of this object. | |
virtual IBPtr | fullclone () const |
Make a clone of this object, possibly modifying the cloned object to make it sane. | |
Private Member Functions | |
BreitWignerMass & | operator= (const BreitWignerMass &) |
Private and non-existent assignment operator. | |
Static Private Attributes | |
static NoPIOClassDescription < BreitWignerMass > | initBreitWignerMass |
Describe concrete class without persistent data. |
Definition at line 27 of file BreitWignerMass.h.
virtual IBPtr ThePEG::BreitWignerMass::clone | ( | ) | const [protected, virtual] |
Make a simple clone of this object.
Implements ThePEG::InterfacedBase.
virtual IBPtr ThePEG::BreitWignerMass::fullclone | ( | ) | const [protected, virtual] |
Make a clone of this object, possibly modifying the cloned object to make it sane.
Reimplemented from ThePEG::InterfacedBase.