herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
Herwig::BSMWidthGenerator Class Reference

This class is designed to be able to calculate the running width for a BSM particle given the decay mode and partial width calculated from the decayer. More...

#include <BSMWidthGenerator.h>

Inheritance diagram for Herwig::BSMWidthGenerator:

Public Member Functions

 BSMWidthGenerator ()
 The default constructor.
 
Functions used by the persistent I/O system.
void persistentOutput (PersistentOStream &os) const
 Function used to write out object persistently. More...
 
void persistentInput (PersistentIStream &is, int version)
 Function used to read in object persistently. More...
 
- Public Member Functions inherited from Herwig::GenericWidthGenerator
 GenericWidthGenerator ()
 Default constructor.
 
virtual bool accept (const ParticleData &part) const
 Return true if this width generator can handle the given particle type. More...
 
virtual void dataBaseOutput (ofstream &output, bool header=true)
 Output the initialisation info for the database. More...
 
virtual Length lifeTime (const ParticleData &, Energy m, Energy w) const
 Given a particle type and a mass and a width of an instance of that particle type, generate a life time.
 
void persistentOutput (PersistentOStream &os) const
 Function used to write out object persistently. More...
 
void persistentInput (PersistentIStream &is, int version)
 Function used to read in object persistently. More...
 
virtual Energy width (const ParticleData &part, Energy m) const
 Calculate the width. More...
 
virtual DecayMap rate (const ParticleData &part) const
 Initialize the given decay map for the given particle type. More...
 
virtual DecayMap rate (const Particle &part)
 Return a decay map for a given particle instance. More...
 
virtual Energy partialWidth (int iloc, Energy m) const
 The partial width for a given mode. More...
 
virtual pair< Energy, Energy > width (Energy, const ParticleData &) const
 Return the total width and the sum of the partial widths for modes which are used.
 
- Public Member Functions inherited from ThePEG::WidthGenerator
Energy width (const Particle &) const
 
Energy width (const Particle &) const
 
- Public Member Functions inherited from ThePEG::Interfaced
virtual bool defaultInit ()
 
PPtr getParticle (PID) const
 
PDPtr getParticleData (PID) const
 
bool used () const
 
void useMe () const
 
tEGPtr generator () const
 
void persistentOutput (PersistentOStream &os) const
 
void persistentInput (PersistentIStream &is, int version)
 
PPtr getParticle (PID) const
 
PDPtr getParticleData (PID) const
 
bool used () const
 
void useMe () const
 
tEGPtr generator () const
 
void persistentOutput (PersistentOStream &os) const
 
void persistentInput (PersistentIStream &is, int version)
 
- Public Member Functions inherited from ThePEG::InterfacedBase
string fullName () const
 
string name () const
 
string path () const
 
string comment () const
 
void setup (istream &is)
 
virtual void debugme () const
 
void update ()
 
void init ()
 
virtual bool preInitialize () const
 
void initrun ()
 
void finish ()
 
void touch ()
 
void reset ()
 
void clear ()
 
InitState state () const
 
bool locked () const
 
bool touched () const
 
void persistentOutput (PersistentOStream &os) const
 
void persistentInput (PersistentIStream &is, int version)
 
void update ()
 
void init ()
 
virtual bool preInitialize () const
 
void initrun ()
 
void finish ()
 
void touch ()
 
void reset ()
 
void clear ()
 
InitState state () const
 
bool locked () const
 
bool touched () const
 
void persistentOutput (PersistentOStream &os) const
 
void persistentInput (PersistentIStream &is, int version)
 
- Public Member Functions inherited from ThePEG::Base
void debug () const
 
- Public Member Functions inherited from ThePEG::Pointer::ReferenceCounted
CounterType referenceCount () const
 
- Public Member Functions inherited from ThePEG::Named
 Named (const string &newName=string())
 
 Named (const Named &)=default
 
const string & name () const
 
bool operator== (const Named &other) const
 
bool operator< (const Named &other) const
 

Static Public Member Functions

static void Init ()
 The standard Init function used to initialize the interfaces. More...
 
- Static Public Member Functions inherited from Herwig::GenericWidthGenerator
static void Init ()
 Standard Init function used to initialize the interfaces.
 
- Static Public Member Functions inherited from ThePEG::WidthGenerator
static void Init ()
 
- Static Public Member Functions inherited from ThePEG::Interfaced
static void Init ()
 
- Static Public Member Functions inherited from ThePEG::InterfacedBase
static void Init ()
 
- Static Public Member Functions inherited from ThePEG::Base
static void Init ()
 

Protected Member Functions

virtual void setupMode (tcDMPtr mode, tDecayIntegratorPtr decayer, unsigned int imode)
 Perform the set up for a mode in classes inheriting from this one. More...
 
virtual Energy partial2BodyWidth (int iloc, Energy m0, Energy m1, Energy m2) const
 The $1\to2$ width for outgoing particles which can be off-shell. More...
 
Clone Methods.
virtual IBPtr clone () const
 Make a simple clone of this object. More...
 
virtual IBPtr fullclone () const
 Make a clone of this object, possibly modifying the cloned object to make it sane. More...
 
- Protected Member Functions inherited from Herwig::GenericWidthGenerator
Energy partial2BodyWidth (int iloc, Energy q) const
 The $1\to2$ width for on-shell particles. More...
 
tPDPtr particle () const
 Access to the particle dat for inheriting classes.
 
void particle (tPDPtr in)
 Set the particle.
 
int MEcode (int imode) const
 Matrix element code for a given mode. More...
 
double MEcoupling (int imode) const
 Coupling for a given mode. More...
 
Energy mass () const
 The on-shell mass of the particle.
 
bool initialize () const
 Access to the decay modes. More...
 
bool output () const
 Output option for use by the inheriting classes.
 
vector< tDMPtrdecayModes () const
 Access to the DecayModes.
 
virtual void doinit ()
 Initialize this object after the setup phase before saving and EventGenerator to disk. More...
 
virtual void dofinish ()
 Finalize this object. More...
 
virtual void rebind (const TranslationMap &trans)
 Rebind pointer to other Interfaced objects. More...
 
virtual IVector getReferences ()
 Return a vector of all pointers to Interfaced objects used in this object. More...
 
- Protected Member Functions inherited from ThePEG::Interfaced
void reporeg (IBPtr object, string name) const
 
bool setDefaultReference (PtrT &ptr, string classname, string objectname)
 
 Interfaced (const string &newName)
 
 Interfaced (const Interfaced &i)
 
void setGenerator (tEGPtr generator)
 
- Protected Member Functions inherited from ThePEG::InterfacedBase
 InterfacedBase (string newName)
 
 InterfacedBase (const InterfacedBase &i)
 
virtual void readSetup (istream &is)
 
virtual void doupdate ()
 
virtual void doinitrun ()
 
virtual void readSetup (istream &is)
 
virtual void doupdate ()
 
virtual void doinitrun ()
 
- Protected Member Functions inherited from ThePEG::Pointer::ReferenceCounted
 ReferenceCounted (const ReferenceCounted &)
 
ReferenceCountedoperator= (const ReferenceCounted &)
 
 ReferenceCounted (const ReferenceCounted &)
 
ReferenceCountedoperator= (const ReferenceCounted &)
 
- Protected Member Functions inherited from ThePEG::Named
const Namedoperator= (const Named &other)
 
const string & name (const string &newName)
 

Private Member Functions

BSMWidthGeneratoroperator= (const BSMWidthGenerator &)=delete
 The assignment operator is private and must never be called. More...
 

Private Attributes

vector< pair< tcDMPtr, tcGeneralTwoBodyDecayerPtr > > theModes
 A vector decay modes with their associated decayer cast to GeneralTwoBodyDecayer.
 

Additional Inherited Members

- Public Types inherited from ThePEG::WidthGenerator
typedef Selector< tDMPtrDecayMap
 
- Public Types inherited from ThePEG::InterfacedBase
enum  InitState
 
- Public Types inherited from ThePEG::Pointer::ReferenceCounted
typedef unsigned int CounterType
 
- Public Attributes inherited from ThePEG::InterfacedBase
 initializing
 
 uninitialized
 
 initialized
 
 runready
 
- Public Attributes inherited from ThePEG::Pointer::ReferenceCounted
const unsigned long uniqueId
 
- Static Protected Member Functions inherited from ThePEG::Interfaced
static void registerRepository (IBPtr)
 
static void registerRepository (IBPtr, string newName)
 

Detailed Description

This class is designed to be able to calculate the running width for a BSM particle given the decay mode and partial width calculated from the decayer.

See also
The interfaces defined for BSMWidthGenerator.

Definition at line 30 of file BSMWidthGenerator.h.

Member Function Documentation

◆ clone()

virtual IBPtr Herwig::BSMWidthGenerator::clone ( ) const
protectedvirtual

Make a simple clone of this object.

Returns
a pointer to the new object.

Reimplemented from Herwig::GenericWidthGenerator.

◆ fullclone()

virtual IBPtr Herwig::BSMWidthGenerator::fullclone ( ) const
protectedvirtual

Make a clone of this object, possibly modifying the cloned object to make it sane.

Returns
a pointer to the new object.

Reimplemented from Herwig::GenericWidthGenerator.

◆ Init()

static void Herwig::BSMWidthGenerator::Init ( )
static

The standard Init function used to initialize the interfaces.

Called exactly once for each class by the class description system before the main function starts or when this class is dynamically loaded.

◆ operator=()

BSMWidthGenerator& Herwig::BSMWidthGenerator::operator= ( const BSMWidthGenerator )
privatedelete

The assignment operator is private and must never be called.

In fact, it should not even be implemented.

◆ partial2BodyWidth()

virtual Energy Herwig::BSMWidthGenerator::partial2BodyWidth ( int  iloc,
Energy  m0,
Energy  m1,
Energy  m2 
) const
protectedvirtual

The $1\to2$ width for outgoing particles which can be off-shell.

Parameters
ilocThe location of the mode in the list.
m0The mass of the decaying particle.
m1The mass of the first outgoing particle.
m2The mass of the second outgoing particle.
Returns
The partial width.

Reimplemented from Herwig::GenericWidthGenerator.

◆ persistentInput()

void Herwig::BSMWidthGenerator::persistentInput ( PersistentIStream is,
int  version 
)

Function used to read in object persistently.

Parameters
isthe persistent input stream read from.
versionthe version number of the object when written.

◆ persistentOutput()

void Herwig::BSMWidthGenerator::persistentOutput ( PersistentOStream os) const

Function used to write out object persistently.

Parameters
osthe persistent output stream written to.

◆ setupMode()

virtual void Herwig::BSMWidthGenerator::setupMode ( tcDMPtr  mode,
tDecayIntegratorPtr  decayer,
unsigned int  imode 
)
protectedvirtual

Perform the set up for a mode in classes inheriting from this one.

Parameters
modeThe decay mode
decayerThe decayer for the mode.
imodeThe number of the mode.

Reimplemented from Herwig::GenericWidthGenerator.


The documentation for this class was generated from the following file: