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

The SingletonFormFactor class implements the form-factors from PRD43, 2939 for the decay of spin-1/2 baryons containing bottom and charm quarks. More...

#include <SingletonFormFactor.h>

Inheritance diagram for Herwig::SingletonFormFactor:

Public Member Functions

 SingletonFormFactor ()
 Default constructor.
 
virtual void dataBaseOutput (ofstream &os, bool header, bool create) const
 Output the setup information for the particle database. More...
 
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...
 
Form Factors
virtual void SpinHalfSpinHalfFormFactor (Energy2 q2, int iloc, int id0, int id1, Energy m0, Energy m1, Complex &f1v, Complex &f2v, Complex &f3v, Complex &f1a, Complex &f2a, Complex &f3a)
 The form factor for the weak decay of a spin $\frac12$ baryon to a spin $\frac12$ baryon. More...
 
- Public Member Functions inherited from Herwig::BaryonFormFactor
 BaryonFormFactor ()
 Default constructor.
 
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...
 
int formFactorNumber (int in, int out, bool &cc) const
 Find the location for a given pair of particle. More...
 
void particleID (int iloc, int &id0, int &id1)
 Get the particle ids for an entry. More...
 
void formFactorInfo (int iloc, int &ispin, int &ospin, int &spect1, int &spect2, int &inquark, int &outquark)
 Information on the form factor. More...
 
void formFactorInfo (int in, int out, int &ispin, int &ospin, int &spect1, int &spect2, int &inquark, int &outquark)
 Information on the form factor. More...
 
unsigned int numberOfFactors () const
 number of form factors
 
virtual void SpinHalfSpinThreeHalfFormFactor (Energy2 q2, int iloc, int id0, int id1, Energy m0, Energy m1, Complex &g1v, Complex &g2v, Complex &g3v, Complex &g4v, Complex &g1a, Complex &g2a, Complex &g3a, Complex &g4a)
 The form factor for the weak decay of a spin $\frac12$ baryon to a spin $\frac32$ baryon. More...
 
- 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 ()
 Standard Init function used to initialize the interfaces.
 
- Static Public Member Functions inherited from Herwig::BaryonFormFactor
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 ()
 

Protected Member Functions

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...
 
Standard Interfaced functions.
virtual void doinit ()
 Initialize this object after the setup phase before saving and EventGenerator to disk. More...
 
- Protected Member Functions inherited from Herwig::BaryonFormFactor
void addFormFactor (int in, int out, int inspin, int outspin, int spect1, int spect2, int inquark, int outquark)
 Add a form factor to the list. More...
 
void initialModes (unsigned int nmodes)
 Set initial number of modes. More...
 
unsigned int initialModes () const
 Get the 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
 InterfacedBase (string newName)
 
 InterfacedBase (const InterfacedBase &i)
 
virtual void readSetup (istream &is)
 
virtual void doupdate ()
 
virtual void doinitrun ()
 
virtual void dofinish ()
 
virtual IVector getReferences ()
 
virtual void rebind (const TranslationMap &)
 
virtual void readSetup (istream &is)
 
virtual void doupdate ()
 
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 &)
 
 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

SingletonFormFactoroperator= (const SingletonFormFactor &)=delete
 Private and non-existent assignment operator.
 

Private Attributes

Energy _mcharm
 The charm quark mass.
 
Energy _mstrange
 The strange quark mass.
 
double _thetalambda
 The mixing angle for the $\Lambda$.
 
double _thetasigma
 The mixing angle for the $\Sigma$.
 
double _thetaxi
 The mixing angle for the $\Xi$.
 
double _thetaxip
 The mixing angle for the $\Xi'$.
 
vector< Energy > _polemass
 The pole masses for the $q^2$ dependence of the form factors.
 
vector< double > _xi
 The $\xi$ parameter for the form factors.
 
vector< double > _nmM
 The normalisation factor, $N_{mM}$, for the form factors.
 
vector< Energy > _mquark
 The mass of the quark for the form factor.
 

Additional Inherited Members

- 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

The SingletonFormFactor class implements the form-factors from PRD43, 2939 for the decay of spin-1/2 baryons containing bottom and charm quarks.

See also
BaryonFormFactor

Definition at line 24 of file SingletonFormFactor.h.

Member Function Documentation

◆ clone()

virtual IBPtr Herwig::SingletonFormFactor::clone ( ) const
inlineprotectedvirtual

Make a simple clone of this object.

Returns
a pointer to the new object.

Reimplemented from Herwig::BaryonFormFactor.

Definition at line 98 of file SingletonFormFactor.h.

◆ dataBaseOutput()

virtual void Herwig::SingletonFormFactor::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::BaryonFormFactor.

◆ doinit()

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

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

Exceptions
InitExceptionif object could not be initialized properly.

Reimplemented from Herwig::BaryonFormFactor.

◆ fullclone()

virtual IBPtr Herwig::SingletonFormFactor::fullclone ( ) const
inlineprotectedvirtual

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::BaryonFormFactor.

Definition at line 104 of file SingletonFormFactor.h.

◆ persistentInput()

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

Function used to write out object persistently.

Parameters
osthe persistent output stream written to.

◆ SpinHalfSpinHalfFormFactor()

virtual void Herwig::SingletonFormFactor::SpinHalfSpinHalfFormFactor ( Energy2  q2,
int  iloc,
int  id0,
int  id1,
Energy  m0,
Energy  m1,
Complex f1v,
Complex f2v,
Complex f3v,
Complex f1a,
Complex f2a,
Complex f3a 
)
virtual

The form factor for the weak decay of a spin $\frac12$ baryon to a spin $\frac12$ baryon.

Parameters
q2The scale $q^2$.
ilocThe location in the form factor list.
id0The PDG code of the incoming baryon.
id1The PDG code of the outgoing baryon.
m0The mass of the incoming baryon.
m1The mass of the outgoing baryon.
f1vThe form factor $F^V_1$.
f2vThe form factor $F^V_2$.
f3vThe form factor $F^V_3$.
f1aThe form factor $F^A_1$.
f2aThe form factor $F^A_2$.
f3aThe form factor $F^A_3$.

Reimplemented from Herwig::BaryonFormFactor.


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