herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Decay
Baryon
NonLeptonicOmegaDecayer.h
1
// -*- C++ -*-
2
#ifndef HERWIG_NonLeptonicOmegaDecayer_H
3
#define HERWIG_NonLeptonicOmegaDecayer_H
4
// This is the declaration of the NonLeptonicOmegaDecayer class.
5
6
#include "Baryon1MesonDecayerBase.h"
7
8
namespace
Herwig
{
9
using namespace
ThePEG
;
10
23
class
NonLeptonicOmegaDecayer
:
public
Baryon1MesonDecayerBase
{
24
25
public
:
26
30
NonLeptonicOmegaDecayer
();
31
38
virtual
int
modeNumber
(
bool
& cc,
tcPDPtr
parent,
39
const
tPDVector
& children)
const
;
40
46
virtual
void
dataBaseOutput
(ofstream & os,
bool
header)
const
;
47
48
public
:
49
56
void
persistentOutput
(
PersistentOStream
& os)
const
;
57
63
void
persistentInput
(
PersistentIStream
& is,
int
version);
65
69
static
void
Init
();
70
71
protected
:
72
86
virtual
void
threeHalfHalfScalarCoupling
(
int
imode
,Energy m0,Energy m1,Energy m2,
87
Complex
& A,
Complex
& B)
const
;
89
90
protected
:
91
98
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
99
104
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
106
107
protected
:
108
116
virtual
void
doinit
();
117
121
virtual
void
doinitrun
();
123
124
private
:
125
129
NonLeptonicOmegaDecayer
&
operator=
(
const
NonLeptonicOmegaDecayer
&) =
delete
;
130
131
private
:
132
137
double
_dstar
;
138
143
double
_fstar
;
144
149
double
_omegad
;
150
155
double
_omegaf
;
156
160
double
_cbstar
;
161
165
double
_sc
;
166
170
double
_c
;
171
175
Energy
_fpi
;
176
180
double
_hpi
;
181
185
Energy
_hc
;
186
190
Energy
_d
;
191
195
Energy
_f
;
196
200
Energy
_mlambda
;
201
205
Energy
_mxi
;
206
210
Energy
_momega
;
211
215
Energy
_mxistar
;
216
220
Energy
_mpip
;
221
225
Energy
_mpi0
;
226
230
Energy
_mkp
;
231
235
Energy
_mk0
;
236
240
Energy
_mbstar
;
241
245
Energy
_mr
;
246
250
bool
_localmasses
;
251
255
long
_incomingB
;
256
260
vector<long>
_outgoingB
;
261
265
vector<long>
_outgoingM
;
266
270
vector<InvEnergy>
_a
;
271
275
vector<InvEnergy>
_b
;
276
280
vector<double>
_maxweight
;
281
};
282
283
}
284
285
286
#endif
/* HERWIG_NonLeptonicOmegaDecayer_H */
Herwig::Baryon1MesonDecayerBase
The Baryon1MesonDecayerBase class is the base class for the decay of a baryon to another baryon and a...
Definition:
Baryon1MesonDecayerBase.h:57
Herwig::DecayIntegrator::imode
int imode() const
The mode being used for this decay.
Definition:
DecayIntegrator.h:118
Herwig::NonLeptonicOmegaDecayer
The NonLeptonicOmegaDecayer class is designed for the non-leptonic weak decay of the Omega to a baryo...
Definition:
NonLeptonicOmegaDecayer.h:23
Herwig::NonLeptonicOmegaDecayer::_mkp
Energy _mkp
The mass of the .
Definition:
NonLeptonicOmegaDecayer.h:230
Herwig::NonLeptonicOmegaDecayer::_a
vector< InvEnergy > _a
The coefficient for the decays.
Definition:
NonLeptonicOmegaDecayer.h:270
Herwig::NonLeptonicOmegaDecayer::_mlambda
Energy _mlambda
The mass of the .
Definition:
NonLeptonicOmegaDecayer.h:200
Herwig::NonLeptonicOmegaDecayer::doinit
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
Herwig::NonLeptonicOmegaDecayer::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
NonLeptonicOmegaDecayer.h:98
Herwig::NonLeptonicOmegaDecayer::_maxweight
vector< double > _maxweight
The maximum weights for the decays.
Definition:
NonLeptonicOmegaDecayer.h:280
Herwig::NonLeptonicOmegaDecayer::_c
double _c
The coupling of the decuplet to the ground state baryons.
Definition:
NonLeptonicOmegaDecayer.h:170
Herwig::NonLeptonicOmegaDecayer::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::NonLeptonicOmegaDecayer::NonLeptonicOmegaDecayer
NonLeptonicOmegaDecayer()
Default constructor.
Herwig::NonLeptonicOmegaDecayer::_omegaf
double _omegaf
The coupling for the multiplet, this is from the paper.
Definition:
NonLeptonicOmegaDecayer.h:155
Herwig::NonLeptonicOmegaDecayer::Init
static void Init()
Standard Init function used to initialize the interfaces.
Herwig::NonLeptonicOmegaDecayer::dataBaseOutput
virtual void dataBaseOutput(ofstream &os, bool header) const
Output the setup information for the particle database.
Herwig::NonLeptonicOmegaDecayer::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::NonLeptonicOmegaDecayer::_fpi
Energy _fpi
The pion decay constant .
Definition:
NonLeptonicOmegaDecayer.h:175
Herwig::NonLeptonicOmegaDecayer::threeHalfHalfScalarCoupling
virtual void threeHalfHalfScalarCoupling(int imode, Energy m0, Energy m1, Energy m2, Complex &A, Complex &B) const
Coupling Members.
Herwig::NonLeptonicOmegaDecayer::_mpip
Energy _mpip
The mass of the .
Definition:
NonLeptonicOmegaDecayer.h:220
Herwig::NonLeptonicOmegaDecayer::_mxi
Energy _mxi
The mass of the .
Definition:
NonLeptonicOmegaDecayer.h:205
Herwig::NonLeptonicOmegaDecayer::doinitrun
virtual void doinitrun()
Initialize this object to the begining of the run phase.
Herwig::NonLeptonicOmegaDecayer::_mxistar
Energy _mxistar
The mass of the .
Definition:
NonLeptonicOmegaDecayer.h:215
Herwig::NonLeptonicOmegaDecayer::_incomingB
long _incomingB
The PDG code for the incoming baryon.
Definition:
NonLeptonicOmegaDecayer.h:255
Herwig::NonLeptonicOmegaDecayer::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
NonLeptonicOmegaDecayer.h:104
Herwig::NonLeptonicOmegaDecayer::_f
Energy _f
The coupling for the ground-state baryon multiplet.
Definition:
NonLeptonicOmegaDecayer.h:195
Herwig::NonLeptonicOmegaDecayer::_momega
Energy _momega
The mass of the .
Definition:
NonLeptonicOmegaDecayer.h:210
Herwig::NonLeptonicOmegaDecayer::_b
vector< InvEnergy > _b
The coefficient for the decays.
Definition:
NonLeptonicOmegaDecayer.h:275
Herwig::NonLeptonicOmegaDecayer::_localmasses
bool _localmasses
use local values for the masses for the couplings
Definition:
NonLeptonicOmegaDecayer.h:250
Herwig::NonLeptonicOmegaDecayer::_mbstar
Energy _mbstar
The mass of the resonance, this is the multiplet.
Definition:
NonLeptonicOmegaDecayer.h:240
Herwig::NonLeptonicOmegaDecayer::_outgoingB
vector< long > _outgoingB
The PDG code for the outgoing baryon.
Definition:
NonLeptonicOmegaDecayer.h:260
Herwig::NonLeptonicOmegaDecayer::modeNumber
virtual int modeNumber(bool &cc, tcPDPtr parent, const tPDVector &children) const
Which of the possible decays is required.
Herwig::NonLeptonicOmegaDecayer::_sc
double _sc
The coupling of the multiplet to the decuplet.
Definition:
NonLeptonicOmegaDecayer.h:165
Herwig::NonLeptonicOmegaDecayer::_hc
Energy _hc
The coupling.
Definition:
NonLeptonicOmegaDecayer.h:185
Herwig::NonLeptonicOmegaDecayer::_mpi0
Energy _mpi0
The mass of the .
Definition:
NonLeptonicOmegaDecayer.h:225
Herwig::NonLeptonicOmegaDecayer::_mk0
Energy _mk0
The mass of the .
Definition:
NonLeptonicOmegaDecayer.h:235
Herwig::NonLeptonicOmegaDecayer::_hpi
double _hpi
The pion self-coupling.
Definition:
NonLeptonicOmegaDecayer.h:180
Herwig::NonLeptonicOmegaDecayer::_fstar
double _fstar
The coupling for the multiplet, this is from the paper.
Definition:
NonLeptonicOmegaDecayer.h:143
Herwig::NonLeptonicOmegaDecayer::_dstar
double _dstar
The coupling for the multiplet, this is from the paper.
Definition:
NonLeptonicOmegaDecayer.h:137
Herwig::NonLeptonicOmegaDecayer::operator=
NonLeptonicOmegaDecayer & operator=(const NonLeptonicOmegaDecayer &)=delete
Private and non-existent assignment operator.
Herwig::NonLeptonicOmegaDecayer::_cbstar
double _cbstar
The coupling of the multiplet to the decuplet.
Definition:
NonLeptonicOmegaDecayer.h:160
Herwig::NonLeptonicOmegaDecayer::_omegad
double _omegad
The coupling for the multiplet, this is from the paper.
Definition:
NonLeptonicOmegaDecayer.h:149
Herwig::NonLeptonicOmegaDecayer::_outgoingM
vector< long > _outgoingM
The PDG code for the outgoing meson.
Definition:
NonLeptonicOmegaDecayer.h:265
Herwig::NonLeptonicOmegaDecayer::_mr
Energy _mr
The mass of the resonance, this is the multiplet.
Definition:
NonLeptonicOmegaDecayer.h:245
Herwig::NonLeptonicOmegaDecayer::_d
Energy _d
The coupling for the ground-state baryon multiplet.
Definition:
NonLeptonicOmegaDecayer.h:190
ThePEG::PersistentIStream
ThePEG::PersistentOStream
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG
ThePEG::Complex
std::complex< double > Complex
ThePEG::IBPtr
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::tPDVector
vector< tPDPtr > tPDVector
ThePEG::tcPDPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr
Generated on Thu Jun 20 2024 17:50:52 for Herwig by
1.9.6