herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
Herwig::PhiPiCurrent Class Reference

The PhiPiCurrent class implements a current for \(\phi\pi\) using a current based on the model of Phys.Rev. More...

#include <PhiPiCurrent.h>

Inheritance diagram for Herwig::PhiPiCurrent:

Public Member Functions

 PhiPiCurrent ()
 The default constructor.
 
Methods for the construction of the phase space integrator.
virtual bool createMode (int icharge, tcPDPtr resonance, FlavourInfo flavour, unsigned int imode, PhaseSpaceModePtr mode, unsigned int iloc, int ires, PhaseSpaceChannel phase, Energy upp)
 Complete the construction of the decay mode for integration.classes inheriting from this one.
 
virtual tPDVector particles (int icharge, unsigned int imode, int iq, int ia)
 The particles produced by the current.
 
virtual vector< LorentzPolarizationVectorEcurrent (tcPDPtr resonance, FlavourInfo flavour, const int imode, const int ichan, Energy &scale, const tPDVector &outgoing, const vector< Lorentz5Momentum > &momenta, DecayIntegrator::MEOption meopt) const
 Hadronic current.
 
virtual void constructSpinInfo (ParticleVector decay) const
 Construct the SpinInfo for the decay products.
 
virtual bool accept (vector< int > id)
 Accept the decay.
 
virtual unsigned int decayMode (vector< int > id)
 Return the decay mode number for a given set of particles in the current.
 
virtual void dataBaseOutput (ofstream &os, bool header, bool create) const
 Output the setup information for the particle database.
 
- Public Member Functions inherited from Herwig::WeakCurrent
 WeakCurrent ()
 Default constructor.
 
unsigned int numberOfModes () const
 Return the number of modes handled by this current.
 
void decayModeInfo (unsigned int imode, int &iq, int &ia) const
 Information on a decay mode.
 
void persistentOutput (PersistentOStream &os) const
 Function used to write out object persistently.
 
void persistentInput (PersistentIStream &is, int version)
 Function used to read in object persistently.
 
- 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
 
- Public Member Functions inherited from ThePEG::InterfacedBase
string fullName () const
 
string name () const
 
string path () const
 
string comment () const
 
void setup (istream &is)
 
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
 
virtual IBPtr fullclone () const
 
void persistentOutput (PersistentOStream &os) const
 
void persistentInput (PersistentIStream &is, int version)
 
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
 
virtual IBPtr fullclone () const
 
- Public Member Functions inherited from ThePEG::Base
void debug () const
 
virtual void debugme () 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
 

Clone Methods.

vector< Energy > rhoMasses_
 Masses of the \(\rho\) resonances.
 
vector< Energy > rhoWidths_
 Widths of the \(\rho\) resonances.
 
vector< InvEnergy > amp_
 Ampltitudes for the different rhos in the current.
 
vector< double > phase_
 Phases for the different rhos in the current.
 
vector< complex< InvEnergy > > wgts_
 Weights of the different rho resonances in the current.
 
vector< double > br4pi_
 The 4 \(\pi\) branching ratios of the resonances.
 
Energy mpi_
 The pion mass.
 
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.
 
virtual void doinit ()
 Initialize this object after the setup phase before saving an EventGenerator to disk.
 
PhiPiCurrentoperator= (const PhiPiCurrent &)=delete
 The assignment operator is private and must never be called.
 

Functions used by the persistent I/O system.

void persistentOutput (PersistentOStream &os) const
 Function used to write out object persistently.
 
void persistentInput (PersistentIStream &is, int version)
 Function used to read in object persistently.
 
static void Init ()
 The standard Init function used to initialize the interfaces.
 

Additional Inherited Members

- Public Types inherited from ThePEG::InterfacedBase
enum  InitState
 
- Public Types inherited from ThePEG::Pointer::ReferenceCounted
typedef unsigned int CounterType
 
- Static Public Member Functions inherited from Herwig::WeakCurrent
static void Init ()
 Standard Init function used to initialize the interfaces.
 
- 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 ()
 
- Public Attributes inherited from ThePEG::InterfacedBase
 initializing
 
 uninitialized
 
 initialized
 
 runready
 
- Public Attributes inherited from ThePEG::Pointer::ReferenceCounted
const unsigned long uniqueId
 
- Protected Member Functions inherited from Herwig::WeakCurrent
void addDecayMode (int iq, int ia)
 Add a decay mode to the list.
 
void setInitialModes (unsigned int nmodes)
 Set initial number of modes.
 
- 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
virtual void readSetup (istream &is)
 
virtual void doupdate ()
 
virtual void doinit ()
 
virtual void doinitrun ()
 
virtual void dofinish ()
 
virtual IVector getReferences ()
 
virtual void rebind (const TranslationMap &)
 
virtual IBPtr clone () const=0
 
 InterfacedBase (string newName)
 
 InterfacedBase (const InterfacedBase &i)
 
virtual void readSetup (istream &is)
 
virtual void doupdate ()
 
virtual void doinit ()
 
virtual void doinitrun ()
 
virtual void dofinish ()
 
virtual IVector getReferences ()
 
virtual void rebind (const TranslationMap &)
 
- Protected Member Functions inherited from ThePEG::Pointer::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)
 
- Static Protected Member Functions inherited from ThePEG::Interfaced
static void registerRepository (IBPtr)
 
static void registerRepository (IBPtr, string newName)
 

Detailed Description

The PhiPiCurrent class implements a current for \(\phi\pi\) using a current based on the model of Phys.Rev.

D77 (2008) 092002, 2008.

See also
The interfaces defined for PhiPiCurrent.

Definition at line 21 of file PhiPiCurrent.h.

Member Function Documentation

◆ accept()

virtual bool Herwig::PhiPiCurrent::accept ( vector< int >  id)
virtual

Accept the decay.

Checks the meson against the list

Parameters
idThe id's of the particles in the current.
Returns
Can this current have the external particles specified.

Implements Herwig::WeakCurrent.

◆ clone()

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

Make a simple clone of this object.

Returns
a pointer to the new object.

Implements ThePEG::InterfacedBase.

◆ constructSpinInfo()

virtual void Herwig::PhiPiCurrent::constructSpinInfo ( ParticleVector  decay) const
virtual

Construct the SpinInfo for the decay products.

Reimplemented from Herwig::WeakCurrent.

◆ createMode()

virtual bool Herwig::PhiPiCurrent::createMode ( int  icharge,
tcPDPtr  resonance,
FlavourInfo  flavour,
unsigned int  imode,
PhaseSpaceModePtr  mode,
unsigned int  iloc,
int  ires,
PhaseSpaceChannel  phase,
Energy  upp 
)
virtual

Complete the construction of the decay mode for integration.classes inheriting from this one.

This method is purely virtual and must be implemented in the classes inheriting from WeakCurrent.

Parameters
ichargeThe total charge of the outgoing particles in the current.
resonanceIf specified only include terms with this particle
flavourInformation on the required flavours of the quarks
imodeThe mode in the current being asked for.
modeThe phase space mode for the integration
ilocThe location of the of the first particle from the current in the list of outgoing particles.
iresThe location of the first intermediate for the current.
phaseThe prototype phase space channel for the integration.
uppThe maximum possible mass the particles in the current are allowed to have.
Returns
Whether the current was sucessfully constructed.

Implements Herwig::WeakCurrent.

◆ current()

virtual vector< LorentzPolarizationVectorE > Herwig::PhiPiCurrent::current ( tcPDPtr  resonance,
FlavourInfo  flavour,
const int  imode,
const int  ichan,
Energy &  scale,
const tPDVector outgoing,
const vector< Lorentz5Momentum > &  momenta,
DecayIntegrator::MEOption  meopt 
) const
virtual

Hadronic current.

This method is purely virtual and must be implemented in all classes inheriting from this one.

Parameters
resonanceIf specified only include terms with this particle
flavourInformation on the required flavours of the quarks
imodeThe mode
ichanThe phase-space channel the current is needed for.
scaleThe invariant mass of the particles in the current.
outgoingThe particles produced in the decay
momentaThe momenta of the particles produced in the decay
meoptOption for the calculation of the matrix element
Returns
The current.

Implements Herwig::WeakCurrent.

◆ dataBaseOutput()

virtual void Herwig::PhiPiCurrent::dataBaseOutput ( ofstream &  os,
bool  header,
bool  create 
) const
virtual

Output the setup information for the particle database.

Parameters
osThe stream to output the information to
headerWhether or not to output the information for MySQL
createWhether or not to add a statement creating the object

Reimplemented from Herwig::WeakCurrent.

◆ decayMode()

virtual unsigned int Herwig::PhiPiCurrent::decayMode ( vector< int >  id)
virtual

Return the decay mode number for a given set of particles in the current.

Checks the meson against the list

Parameters
idThe id's of the particles in the current.
Returns
The number of the mode

Implements Herwig::WeakCurrent.

◆ doinit()

virtual void Herwig::PhiPiCurrent::doinit ( )
protectedvirtual

Initialize this object after the setup phase before saving an EventGenerator to disk.

Exceptions
InitExceptionif object could not be initialized properly.

Reimplemented from ThePEG::InterfacedBase.

◆ fullclone()

virtual IBPtr Herwig::PhiPiCurrent::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 ThePEG::InterfacedBase.

◆ Init()

static void Herwig::PhiPiCurrent::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=()

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

The assignment operator is private and must never be called.

In fact, it should not even be implemented.

◆ particles()

virtual tPDVector Herwig::PhiPiCurrent::particles ( int  icharge,
unsigned int  imode,
int  iq,
int  ia 
)
virtual

The particles produced by the current.

This just returns the pseudoscalar meson.

Parameters
ichargeThe total charge of the particles in the current.
imodeThe mode for which the particles are being requested
iqThe PDG code for the quark
iaThe PDG code for the antiquark
Returns
The external particles for the current.

Implements Herwig::WeakCurrent.

◆ persistentInput()

void Herwig::PhiPiCurrent::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::PhiPiCurrent::persistentOutput ( PersistentOStream os) const

Function used to write out object persistently.

Parameters
osthe persistent output stream written to.

Member Data Documentation

◆ amp_

vector<InvEnergy> Herwig::PhiPiCurrent::amp_
private

Ampltitudes for the different rhos in the current.

Definition at line 194 of file PhiPiCurrent.h.

◆ br4pi_

vector<double> Herwig::PhiPiCurrent::br4pi_
private

The 4 \(\pi\) branching ratios of the resonances.

Definition at line 209 of file PhiPiCurrent.h.

◆ mpi_

Energy Herwig::PhiPiCurrent::mpi_
private

The pion mass.

Definition at line 214 of file PhiPiCurrent.h.

◆ phase_

vector<double> Herwig::PhiPiCurrent::phase_
private

Phases for the different rhos in the current.

Definition at line 199 of file PhiPiCurrent.h.

◆ rhoMasses_

vector<Energy> Herwig::PhiPiCurrent::rhoMasses_
private

Masses of the \(\rho\) resonances.

Definition at line 184 of file PhiPiCurrent.h.

◆ rhoWidths_

vector<Energy> Herwig::PhiPiCurrent::rhoWidths_
private

Widths of the \(\rho\) resonances.

Definition at line 189 of file PhiPiCurrent.h.

◆ wgts_

vector<complex<InvEnergy> > Herwig::PhiPiCurrent::wgts_
private

Weights of the different rho resonances in the current.

Definition at line 204 of file PhiPiCurrent.h.


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