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

The DalitzSigma class implements the model of Zou and Bugg for the sigma resonance. More...

#include <DalitzSigma.h>

Inheritance diagram for Herwig::DalitzSigma:

Public Member Functions

Standard constructors and destructors.
 DalitzSigma ()
 The default constructor.
 
 DalitzSigma (long pid, ResonanceType::Type rtype, Energy m, Energy w, unsigned int d1, unsigned int d2, unsigned int s, double mag, double phi, InvEnergy rr, Energy2 a, Energy b1, InvEnergy b2, Energy g4pi)
 Constructor with parameters.
 
virtual Complex BreitWigner (const Energy &mAB, const Energy &mA, const Energy &mB) const
 Return the Breit-Wigner times the form factor.
 
virtual void dataBaseOutput (ofstream &output)
 Output the parameters.
 
- Public Member Functions inherited from Herwig::DalitzResonance
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.
 
 DalitzResonance ()
 The default constructor.
 
 DalitzResonance (long pid, ResonanceType::Type rtype, Energy m, Energy w, unsigned int d1, unsigned int d2, unsigned int s, double mag, double phi, InvEnergy rr)
 Constructor specifiying the parameters.
 
- 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
 

Functions used by the persistent I/O system.

Energy2 a_
 Parameters of the propagator form.
 
Energy b1_
 \(b_1\) parameter
 
InvEnergy b2_
 \(b_2\) parameter
 
Energy g4Pi_
 Four pion coupling.
 
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.
 
DalitzSigmaoperator= (const DalitzSigma &)=delete
 The assignment operator is private and must never be called.
 
double rho4pi (const Energy2 &s, const Energy &mpi) const
 Four pion phase-space.
 

Additional Inherited Members

- Public Types inherited from ThePEG::Pointer::ReferenceCounted
typedef unsigned int CounterType
 
- Static Public Member Functions inherited from Herwig::DalitzResonance
static void Init ()
 The standard Init function used to initialize the interfaces.
 
static DalitzResonancePtr readResonance (string arg, string &error)
 Read the parameters for a Dalitz resonance.
 
- Static Public Member Functions inherited from ThePEG::Base
static void Init ()
 
- Public Attributes inherited from Herwig::DalitzResonance
long id
 PID of resonant particle.
 
ResonanceType::Type type
 Type of the resonance.
 
Energy mass
 Mass of the resonance.
 
Energy width
 Width of the resonance.
 
unsigned int daughter1
 The children.
 
unsigned int daughter2
 
unsigned int spectator
 The spectactor.
 
Complex amp
 The amplitude.
 
InvEnergy R
 Radius for the Ballt-Weisskopf formfactor.
 
- Public Attributes inherited from ThePEG::Pointer::ReferenceCounted
const unsigned long uniqueId
 
- Protected Member Functions inherited from ThePEG::Pointer::ReferenceCounted
 ReferenceCounted (const ReferenceCounted &)
 
ReferenceCountedoperator= (const ReferenceCounted &)
 

Detailed Description

The DalitzSigma class implements the model of Zou and Bugg for the sigma resonance.

Definition at line 17 of file DalitzSigma.h.

Constructor & Destructor Documentation

◆ DalitzSigma() [1/2]

Herwig::DalitzSigma::DalitzSigma ( )
inline

The default constructor.

Definition at line 26 of file DalitzSigma.h.

◆ DalitzSigma() [2/2]

Herwig::DalitzSigma::DalitzSigma ( long  pid,
ResonanceType::Type  rtype,
Energy  m,
Energy  w,
unsigned int  d1,
unsigned int  d2,
unsigned int  s,
double  mag,
double  phi,
InvEnergy  rr,
Energy2  a,
Energy  b1,
InvEnergy  b2,
Energy  g4pi 
)
inline

Constructor with parameters.

Definition at line 32 of file DalitzSigma.h.

Member Function Documentation

◆ BreitWigner()

virtual Complex Herwig::DalitzSigma::BreitWigner ( const Energy &  mAB,
const Energy &  mA,
const Energy &  mB 
) const
virtual

Return the Breit-Wigner times the form factor.

Reimplemented from Herwig::DalitzResonance.

◆ dataBaseOutput()

virtual void Herwig::DalitzSigma::dataBaseOutput ( ofstream &  output)
virtual

Output the parameters.

Reimplemented from Herwig::DalitzResonance.

◆ Init()

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

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

The assignment operator is private and must never be called.

In fact, it should not even be implemented.

◆ persistentInput()

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

Function used to write out object persistently.

Parameters
osthe persistent output stream written to.

◆ rho4pi()

double Herwig::DalitzSigma::rho4pi ( const Energy2 &  s,
const Energy &  mpi 
) const
inlineprivate

Four pion phase-space.

Definition at line 91 of file DalitzSigma.h.

References ThePEG::sqr(), and ThePEG::sqrt().

Member Data Documentation

◆ a_

Energy2 Herwig::DalitzSigma::a_
private

Parameters of the propagator form.

\(a\) parameter

Definition at line 106 of file DalitzSigma.h.

◆ b1_

Energy Herwig::DalitzSigma::b1_
private

\(b_1\) parameter

Definition at line 111 of file DalitzSigma.h.

◆ b2_

InvEnergy Herwig::DalitzSigma::b2_
private

\(b_2\) parameter

Definition at line 116 of file DalitzSigma.h.

◆ g4Pi_

Energy Herwig::DalitzSigma::g4Pi_
private

Four pion coupling.

Definition at line 121 of file DalitzSigma.h.


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