herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Decay
Baryon
OmegaXiStarPionDecayer.h
1
// -*- C++ -*-
2
#ifndef HERWIG_OmegaXiStarPionDecayer_H
3
#define HERWIG_OmegaXiStarPionDecayer_H
4
// This is the declaration of the OmegaXiStarPionDecayer class.
5
6
#include "Baryon1MesonDecayerBase.h"
7
8
namespace
Herwig
{
9
using namespace
ThePEG
;
10
19
class
OmegaXiStarPionDecayer
:
public
Baryon1MesonDecayerBase
{
20
21
public
:
22
26
OmegaXiStarPionDecayer
();
27
34
virtual
int
modeNumber
(
bool
& cc,
tcPDPtr
parent,
35
const
tPDVector
& children)
const
;
36
42
virtual
void
dataBaseOutput
(ofstream & os,
bool
header)
const
;
43
44
public
:
45
52
void
persistentOutput
(
PersistentOStream
& os)
const
;
53
59
void
persistentInput
(
PersistentIStream
& is,
int
version);
61
65
static
void
Init
();
66
67
protected
:
68
84
virtual
void
threeHalfThreeHalfScalarCoupling
(
int
imode
,Energy m0,Energy m1,Energy m2,
85
Complex
& A1,
Complex
& A2,
86
Complex
& B1,
Complex
& B2)
const
;
88
89
public
:
90
97
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
98
103
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
105
106
protected
:
107
115
virtual
void
doinit
();
116
120
virtual
void
doinitrun
();
122
123
private
:
124
128
OmegaXiStarPionDecayer
&
operator=
(
const
OmegaXiStarPionDecayer
&) =
delete
;
129
130
private
:
131
135
double
Acomm_
;
136
140
double
AP_
;
141
145
double
AS_
;
146
150
double
BP_
;
151
155
double
BS_
;
156
160
int
idin_
;
161
165
int
idout_
;
166
170
double
wgtmax_
;
171
172
};
173
174
}
175
176
177
#endif
/* HERWIG_OmegaXiStarPionDecayer_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::OmegaXiStarPionDecayer
The OmegaXiStarPionDecayer class implements the results of hep-ph/0405162 for the weak decay of the ...
Definition:
OmegaXiStarPionDecayer.h:19
Herwig::OmegaXiStarPionDecayer::dataBaseOutput
virtual void dataBaseOutput(ofstream &os, bool header) const
Output the setup information for the particle database.
Herwig::OmegaXiStarPionDecayer::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
OmegaXiStarPionDecayer.h:103
Herwig::OmegaXiStarPionDecayer::AP_
double AP_
The amplitude from hep-ph/0405162.
Definition:
OmegaXiStarPionDecayer.h:140
Herwig::OmegaXiStarPionDecayer::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::OmegaXiStarPionDecayer::doinit
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
Herwig::OmegaXiStarPionDecayer::BS_
double BS_
The amplitude from hep-ph/0405162.
Definition:
OmegaXiStarPionDecayer.h:155
Herwig::OmegaXiStarPionDecayer::modeNumber
virtual int modeNumber(bool &cc, tcPDPtr parent, const tPDVector &children) const
Which of the possible decays is required.
Herwig::OmegaXiStarPionDecayer::Acomm_
double Acomm_
The amplitude from hep-ph/0405162.
Definition:
OmegaXiStarPionDecayer.h:135
Herwig::OmegaXiStarPionDecayer::idout_
int idout_
PDG code of the outgoing baryon.
Definition:
OmegaXiStarPionDecayer.h:165
Herwig::OmegaXiStarPionDecayer::wgtmax_
double wgtmax_
maximum weight for the decay
Definition:
OmegaXiStarPionDecayer.h:170
Herwig::OmegaXiStarPionDecayer::threeHalfThreeHalfScalarCoupling
virtual void threeHalfThreeHalfScalarCoupling(int imode, Energy m0, Energy m1, Energy m2, Complex &A1, Complex &A2, Complex &B1, Complex &B2) const
Coupling Members.
Herwig::OmegaXiStarPionDecayer::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::OmegaXiStarPionDecayer::OmegaXiStarPionDecayer
OmegaXiStarPionDecayer()
Default constructor.
Herwig::OmegaXiStarPionDecayer::AS_
double AS_
The amplitude from hep-ph/0405162.
Definition:
OmegaXiStarPionDecayer.h:145
Herwig::OmegaXiStarPionDecayer::doinitrun
virtual void doinitrun()
Initialize this object to the begining of the run phase.
Herwig::OmegaXiStarPionDecayer::Init
static void Init()
Standard Init function used to initialize the interfaces.
Herwig::OmegaXiStarPionDecayer::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
OmegaXiStarPionDecayer.h:97
Herwig::OmegaXiStarPionDecayer::idin_
int idin_
PDG code of the incoming baryon.
Definition:
OmegaXiStarPionDecayer.h:160
Herwig::OmegaXiStarPionDecayer::BP_
double BP_
The amplitude from hep-ph/0405162.
Definition:
OmegaXiStarPionDecayer.h:150
Herwig::OmegaXiStarPionDecayer::operator=
OmegaXiStarPionDecayer & operator=(const OmegaXiStarPionDecayer &)=delete
Private and non-existent assignment operator.
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