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

The KornerKurodaFormFactor class implements the simple model of PRD 16, 2165, 1997 for the form factors of the baryon octet/. More...

#include <KornerKurodaFormFactor.h>

Inheritance diagram for Herwig::KornerKurodaFormFactor:

Public Member Functions

 KornerKurodaFormFactor ()
 The default constructor.
 
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, FlavourInfo flavour, Virtuality virt=SpaceLike)
 The form factor for the weak decay of a spin \(\frac12\) baryon to a spin \(\frac12\) baryon.
 
virtual void dataBaseOutput (ofstream &os, bool header, bool create) const
 Output the setup information for the particle database.
 
- Public Member Functions inherited from Herwig::BaryonFormFactor
 BaryonFormFactor ()
 Default constructor.
 
int formFactorNumber (int in, int out, bool &cc) const
 Find the location for a given pair of particle.
 
void particleID (int iloc, int &id0, int &id1)
 Get the particle ids for an entry.
 
void formFactorInfo (int iloc, int &ispin, int &ospin, int &spect1, int &spect2, int &inquark, int &outquark)
 Information on the form factor.
 
void formFactorInfo (int in, int out, int &ispin, int &ospin, int &spect1, int &spect2, int &inquark, int &outquark)
 Information on the form factor.
 
unsigned int numberOfFactors () const
 number of form factors
 
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.
 
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, FlavourInfo flavour, Virtuality virt=SpaceLike)
 The form factor for the weak decay of a spin \(\frac12\) baryon to a spin \(\frac32\) baryon.
 
- 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.

bool includeNucleon_
 Whether or not to include the nucleon modes.
 
Energy mRho_
 Masses for the form-factors.
 
Energy mOmega_
 Mass of the \(\omega\) meson.
 
Energy mPhi_
 Mass of the \(\phi\) meson.
 
InvEnergy2 aPrime_
 Regge slope.
 
vector< double > c1Rho_
 Couplings for the form factors.
 
vector< double > c1Omega_
 Coupling \(C_1^\omega\).
 
vector< double > c1Phi_
 Coupling \(C_1^\phi\).
 
vector< double > c12Rho_
 Coupling \(C_1^\rho+C_2^\rho\).
 
vector< double > c12Omega_
 Coupling \(C_1^\omega+C_2^\omega\).
 
vector< double > c12Phi_
 Coupling \(C_1^\phi+C_2^\phi\).
 
vector< double > c2Rho_
 Coupling \(C_2^\rho\).
 
vector< double > c2Omega_
 Coupling \(C_2^\omega\).
 
vector< double > c2Phi_
 Coupling \(C_2^\phi\).
 
vector< double > mu_
 Magnetic moments.
 
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.
 
KornerKurodaFormFactoroperator= (const KornerKurodaFormFactor &)=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 Herwig::BaryonFormFactor
enum  Virtuality { TimeLike , SpaceLike }
 Whether the form factor is space- or time-like. More...
 
- 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::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 ()
 
- 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::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.
 
void initialModes (unsigned int nmodes)
 Set initial number of modes.
 
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
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 KornerKurodaFormFactor class implements the simple model of PRD 16, 2165, 1997 for the form factors of the baryon octet/.

See also
The interfaces defined for KornerKurodaFormFactor.

Definition at line 20 of file KornerKurodaFormFactor.h.

Member Function Documentation

◆ clone()

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

Make a simple clone of this object.

Returns
a pointer to the new object.

Reimplemented from Herwig::BaryonFormFactor.

◆ dataBaseOutput()

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

◆ fullclone()

virtual IBPtr Herwig::KornerKurodaFormFactor::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::BaryonFormFactor.

◆ Init()

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

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

The assignment operator is private and must never be called.

In fact, it should not even be implemented.

◆ persistentInput()

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

Function used to write out object persistently.

Parameters
osthe persistent output stream written to.

◆ SpinHalfSpinHalfFormFactor()

virtual void Herwig::KornerKurodaFormFactor::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,
FlavourInfo  flavour,
Virtuality  virt = SpaceLike 
)
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\).
virtWhether the q2 is space or timelike

Reimplemented from Herwig::BaryonFormFactor.

Member Data Documentation

◆ aPrime_

InvEnergy2 Herwig::KornerKurodaFormFactor::aPrime_
private

Regge slope.

Definition at line 151 of file KornerKurodaFormFactor.h.

◆ c12Omega_

vector<double> Herwig::KornerKurodaFormFactor::c12Omega_
private

Coupling \(C_1^\omega+C_2^\omega\).

Definition at line 180 of file KornerKurodaFormFactor.h.

◆ c12Phi_

vector<double> Herwig::KornerKurodaFormFactor::c12Phi_
private

Coupling \(C_1^\phi+C_2^\phi\).

Definition at line 185 of file KornerKurodaFormFactor.h.

◆ c12Rho_

vector<double> Herwig::KornerKurodaFormFactor::c12Rho_
private

Coupling \(C_1^\rho+C_2^\rho\).

Definition at line 175 of file KornerKurodaFormFactor.h.

◆ c1Omega_

vector<double> Herwig::KornerKurodaFormFactor::c1Omega_
private

Coupling \(C_1^\omega\).

Definition at line 165 of file KornerKurodaFormFactor.h.

◆ c1Phi_

vector<double> Herwig::KornerKurodaFormFactor::c1Phi_
private

Coupling \(C_1^\phi\).

Definition at line 170 of file KornerKurodaFormFactor.h.

◆ c1Rho_

vector<double> Herwig::KornerKurodaFormFactor::c1Rho_
private

Couplings for the form factors.

Coupling \(C_1^\rho\)

Definition at line 160 of file KornerKurodaFormFactor.h.

◆ c2Omega_

vector<double> Herwig::KornerKurodaFormFactor::c2Omega_
private

Coupling \(C_2^\omega\).

Definition at line 195 of file KornerKurodaFormFactor.h.

◆ c2Phi_

vector<double> Herwig::KornerKurodaFormFactor::c2Phi_
private

Coupling \(C_2^\phi\).

Definition at line 200 of file KornerKurodaFormFactor.h.

◆ c2Rho_

vector<double> Herwig::KornerKurodaFormFactor::c2Rho_
private

Coupling \(C_2^\rho\).

Definition at line 190 of file KornerKurodaFormFactor.h.

◆ includeNucleon_

bool Herwig::KornerKurodaFormFactor::includeNucleon_
private

Whether or not to include the nucleon modes.

Definition at line 126 of file KornerKurodaFormFactor.h.

◆ mOmega_

Energy Herwig::KornerKurodaFormFactor::mOmega_
private

Mass of the \(\omega\) meson.

Definition at line 140 of file KornerKurodaFormFactor.h.

◆ mPhi_

Energy Herwig::KornerKurodaFormFactor::mPhi_
private

Mass of the \(\phi\) meson.

Definition at line 145 of file KornerKurodaFormFactor.h.

◆ mRho_

Energy Herwig::KornerKurodaFormFactor::mRho_
private

Masses for the form-factors.

Mass of the \(\rho\) meson

Definition at line 135 of file KornerKurodaFormFactor.h.

◆ mu_

vector<double> Herwig::KornerKurodaFormFactor::mu_
private

Magnetic moments.

Definition at line 205 of file KornerKurodaFormFactor.h.


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