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

The MIPWA class allows the use on experimental extractions from Model Independent Partial Wave Analyses. More...

#include <MIPWA.h>

Inheritance diagram for Herwig::MIPWA:

Public Member Functions

 MIPWA ()
 The default constructor.
 
 MIPWA (long pid, ResonanceType::Type rtype, Energy m, Energy w, unsigned int d1, unsigned int d2, unsigned int s, double mag, double phi, InvEnergy rr, vector< Energy > en, vector< double > mag2, vector< double > phi2)
 Constructor specifiying the 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.

vector< Energy > energy_
 The energy points for the data table.
 
vector< double > mag_
 The magnitude of the amplitudes for the data table.
 
vector< double > phase_
 The phase of the amplitudes for the data table.
 
Interpolator< double, Energy >::Ptr iMag_
 Interpolators.
 
Interpolator< double, Energy >::Ptr iPhase_
 The interpolator for the imaginary part.
 
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.
 
MIPWAoperator= (const MIPWA &)=delete
 The assignment operator is private and must never be called.
 

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 MIPWA class allows the use on experimental extractions from Model Independent Partial Wave Analyses.

Definition at line 18 of file MIPWA.h.

Constructor & Destructor Documentation

◆ MIPWA() [1/2]

Herwig::MIPWA::MIPWA ( )
inline

The default constructor.

Definition at line 25 of file MIPWA.h.

◆ MIPWA() [2/2]

Herwig::MIPWA::MIPWA ( long  pid,
ResonanceType::Type  rtype,
Energy  m,
Energy  w,
unsigned int  d1,
unsigned int  d2,
unsigned int  s,
double  mag,
double  phi,
InvEnergy  rr,
vector< Energy >  en,
vector< double >  mag2,
vector< double >  phi2 
)
inline

Constructor specifiying the parameters.

Definition at line 31 of file MIPWA.h.

Member Function Documentation

◆ BreitWigner()

virtual Complex Herwig::MIPWA::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::MIPWA::dataBaseOutput ( ofstream &  output)
virtual

Output the parameters.

Reimplemented from Herwig::DalitzResonance.

◆ Init()

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

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

The assignment operator is private and must never be called.

In fact, it should not even be implemented.

◆ persistentInput()

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

Function used to write out object persistently.

Parameters
osthe persistent output stream written to.

Member Data Documentation

◆ energy_

vector<Energy> Herwig::MIPWA::energy_
private

The energy points for the data table.

Definition at line 90 of file MIPWA.h.

◆ iMag_

Interpolator<double,Energy>::Ptr Herwig::MIPWA::iMag_
mutableprivate

Interpolators.

The interpolator for the real part

Definition at line 109 of file MIPWA.h.

◆ iPhase_

Interpolator<double,Energy>::Ptr Herwig::MIPWA::iPhase_
mutableprivate

The interpolator for the imaginary part.

Definition at line 114 of file MIPWA.h.

◆ mag_

vector<double> Herwig::MIPWA::mag_
private

The magnitude of the amplitudes for the data table.

Definition at line 95 of file MIPWA.h.

◆ phase_

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

The phase of the amplitudes for the data table.

Definition at line 100 of file MIPWA.h.


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