herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Decay
WeakCurrents
OmegaPionSNDCurrent.h
1
// -*- C++ -*-
2
#ifndef Herwig_OmegaPionSNDCurrent_H
3
#define Herwig_OmegaPionSNDCurrent_H
4
//
5
// This is the declaration of the OmegaPionSNDCurrent class.
6
//
7
8
#include "WeakCurrent.h"
9
10
namespace
Herwig
{
11
12
using namespace
ThePEG
;
13
24
class
OmegaPionSNDCurrent
:
public
WeakCurrent
{
25
26
public
:
27
31
OmegaPionSNDCurrent
();
32
33
public
:
34
55
virtual
bool
createMode
(
int
icharge,
tcPDPtr
resonance,
56
FlavourInfo
flavour,
57
unsigned
int
imode,PhaseSpaceModePtr mode,
58
unsigned
int
iloc,
int
ires,
59
PhaseSpaceChannel
phase, Energy upp );
60
70
virtual
tPDVector
particles
(
int
icharge,
unsigned
int
imode,
int
iq,
int
ia);
72
86
virtual
vector<LorentzPolarizationVectorE>
87
current
(
tcPDPtr
resonance,
88
FlavourInfo
flavour,
89
const
int
imode,
const
int
ichan,Energy & scale,
90
const
tPDVector
&
outgoing
,
91
const
vector<Lorentz5Momentum> & momenta,
92
DecayIntegrator::MEOption
meopt)
const
;
93
97
virtual
void
constructSpinInfo
(
ParticleVector
decay)
const
;
98
104
virtual
bool
accept
(vector<int>
id
);
105
112
virtual
unsigned
int
decayMode
(vector<int>
id
);
113
120
virtual
void
dataBaseOutput
(ofstream & os,
bool
header,
bool
create)
const
;
121
122
public
:
123
130
void
persistentOutput
(
PersistentOStream
& os)
const
;
131
137
void
persistentInput
(
PersistentIStream
& is,
int
version);
139
146
static
void
Init
();
147
148
protected
:
149
156
virtual
IBPtr
clone
()
const
;
157
162
virtual
IBPtr
fullclone
()
const
;
164
protected
:
165
171
virtual
void
doinit
();
172
173
private
:
174
179
OmegaPionSNDCurrent
&
operator=
(
const
OmegaPionSNDCurrent
&) =
delete
;
180
181
private :
182
186
vector<Energy>
rhoMasses_
;
187
191
vector<Energy>
rhoWidths_
;
192
196
vector<double>
amp_
;
197
201
vector<double>
phase_
;
202
206
vector<Complex>
wgts_
;
207
211
double
fRho_
;
212
216
InvEnergy
gRhoOmegaPi_
;
217
221
Energy
mpi_
;
222
};
223
224
}
225
226
#endif
/* Herwig_OmegaPionSNDCurrent_H */
Herwig::DecayIntegrator::MEOption
MEOption
Enum for the matrix element option.
Definition:
DecayIntegrator.h:72
Herwig::OmegaPionSNDCurrent
The OmegaPionSNDCurrent class implements the decay current for via an intermediate .
Definition:
OmegaPionSNDCurrent.h:24
Herwig::OmegaPionSNDCurrent::particles
virtual tPDVector particles(int icharge, unsigned int imode, int iq, int ia)
The particles produced by the current.
Herwig::OmegaPionSNDCurrent::gRhoOmegaPi_
InvEnergy gRhoOmegaPi_
Coupling of the rho to the omega and a pion, .
Definition:
OmegaPionSNDCurrent.h:216
Herwig::OmegaPionSNDCurrent::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::OmegaPionSNDCurrent::rhoMasses_
vector< Energy > rhoMasses_
Masses of the resonances.
Definition:
OmegaPionSNDCurrent.h:186
Herwig::OmegaPionSNDCurrent::createMode
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.
Herwig::OmegaPionSNDCurrent::decayMode
virtual unsigned int decayMode(vector< int > id)
Return the decay mode number for a given set of particles in the current.
Herwig::OmegaPionSNDCurrent::constructSpinInfo
virtual void constructSpinInfo(ParticleVector decay) const
Construct the SpinInfo for the decay products.
Herwig::OmegaPionSNDCurrent::wgts_
vector< Complex > wgts_
Weights of the different rho resonances in the current.
Definition:
OmegaPionSNDCurrent.h:206
Herwig::OmegaPionSNDCurrent::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::OmegaPionSNDCurrent::doinit
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
Herwig::OmegaPionSNDCurrent::rhoWidths_
vector< Energy > rhoWidths_
Widths of the resonances.
Definition:
OmegaPionSNDCurrent.h:191
Herwig::OmegaPionSNDCurrent::OmegaPionSNDCurrent
OmegaPionSNDCurrent()
The default constructor.
Herwig::OmegaPionSNDCurrent::dataBaseOutput
virtual void dataBaseOutput(ofstream &os, bool header, bool create) const
Output the setup information for the particle database.
Herwig::OmegaPionSNDCurrent::accept
virtual bool accept(vector< int > id)
Accept the decay.
Herwig::OmegaPionSNDCurrent::amp_
vector< double > amp_
Ampltitudes for the different rhos in the current.
Definition:
OmegaPionSNDCurrent.h:196
Herwig::OmegaPionSNDCurrent::fRho_
double fRho_
Coupling of the rho to the photon, .
Definition:
OmegaPionSNDCurrent.h:211
Herwig::OmegaPionSNDCurrent::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::OmegaPionSNDCurrent::phase_
vector< double > phase_
Phases for the different rhos in the current.
Definition:
OmegaPionSNDCurrent.h:201
Herwig::OmegaPionSNDCurrent::current
virtual vector< LorentzPolarizationVectorE > current(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.
Herwig::OmegaPionSNDCurrent::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Herwig::OmegaPionSNDCurrent::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Herwig::OmegaPionSNDCurrent::mpi_
Energy mpi_
The pion mass.
Definition:
OmegaPionSNDCurrent.h:221
Herwig::OmegaPionSNDCurrent::operator=
OmegaPionSNDCurrent & operator=(const OmegaPionSNDCurrent &)=delete
The assignment operator is private and must never be called.
Herwig::PhaseSpaceChannel
This class is designed to store the information needed for a given phase-space channel for use by the...
Definition:
PhaseSpaceChannel.h:52
Herwig::WeakCurrent
The WeakCurrent class is the base class for the hadronic currents produced in weak decays.
Definition:
WeakCurrent.h:59
ThePEG::PersistentIStream
ThePEG::PersistentOStream
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG::Helicity::outgoing
outgoing
ThePEG
ThePEG::IBPtr
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::tPDVector
vector< tPDPtr > tPDVector
ThePEG::ParticleVector
vector< PPtr > ParticleVector
ThePEG::tcPDPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr
Herwig::FlavourInfo
Definition:
IsoSpin.h:46
Generated on Thu Jun 20 2024 17:50:52 for Herwig by
1.9.6