herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Decay
FormFactors
BaryonSimpleFormFactor.h
1
// -*- C++ -*-
2
#ifndef HERWIG_BaryonSimpleFormFactor_H
3
#define HERWIG_BaryonSimpleFormFactor_H
4
//
5
// This is the declaration of the BaryonSimpleFormFactor class.
6
//
7
#include "BaryonFormFactor.h"
8
9
namespace
Herwig
{
10
using namespace
ThePEG
;
11
21
class
BaryonSimpleFormFactor
:
public
BaryonFormFactor
{
22
23
public
:
24
28
BaryonSimpleFormFactor
();
29
36
void
persistentOutput
(
PersistentOStream
& os)
const
;
37
43
void
persistentInput
(
PersistentIStream
& is,
int
version);
45
49
static
void
Init
();
50
51
public
:
52
72
virtual
void
SpinHalfSpinHalfFormFactor
(Energy2 q2,
int
iloc,
int
id0,
int
id1,
73
Energy m0, Energy m1,
74
Complex
& f1v,
Complex
& f2v,
Complex
& f3v,
75
Complex
& f1a,
Complex
& f2a,
Complex
& f3a,
76
FlavourInfo
flavour,
77
Virtuality
virt=SpaceLike);
79
86
virtual
void
dataBaseOutput
(ofstream & os,
bool
header,
bool
create)
const
;
87
88
protected
:
89
96
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
97
102
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
104
105
protected
:
106
107
115
virtual
void
doinit
();
117
118
private
:
119
123
BaryonSimpleFormFactor
&
operator=
(
const
BaryonSimpleFormFactor
&) =
delete
;
124
125
private
:
126
130
double
_gA
;
131
135
double
_alphaD
;
136
140
double
_etaV
;
141
145
double
_etaA
;
146
150
double
_rhoE
;
151
155
double
_rhoM
;
156
160
vector<double>
_f1
;
161
165
vector<double>
_f2
;
166
170
vector<double>
_g1
;
171
175
vector<double>
_g2
;
176
177
};
178
179
}
180
181
#endif
/* HERWIG_BaryonSimpleFormFactor_H */
Herwig::BaryonFormFactor
The BaryonFormFactor class is the base class for the implementation of the form-factors for the weak ...
Definition:
BaryonFormFactor.h:92
Herwig::BaryonFormFactor::Virtuality
Virtuality
Whether the form factor is space- or time-like.
Definition:
BaryonFormFactor.h:99
Herwig::BaryonSimpleFormFactor
The BaryonSimpleFormFactor class is a simple model for the form-factors for the semi-leptonic decay o...
Definition:
BaryonSimpleFormFactor.h:21
Herwig::BaryonSimpleFormFactor::_g1
vector< double > _g1
The calculated constants for the form factor.
Definition:
BaryonSimpleFormFactor.h:170
Herwig::BaryonSimpleFormFactor::_etaA
double _etaA
The breaking parameter.
Definition:
BaryonSimpleFormFactor.h:145
Herwig::BaryonSimpleFormFactor::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::BaryonSimpleFormFactor::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::BaryonSimpleFormFactor::_gA
double _gA
The axial vector coupling in decay.
Definition:
BaryonSimpleFormFactor.h:130
Herwig::BaryonSimpleFormFactor::operator=
BaryonSimpleFormFactor & operator=(const BaryonSimpleFormFactor &)=delete
Private and non-existent assignment operator.
Herwig::BaryonSimpleFormFactor::_f1
vector< double > _f1
The calculated constants for the form factor.
Definition:
BaryonSimpleFormFactor.h:160
Herwig::BaryonSimpleFormFactor::BaryonSimpleFormFactor
BaryonSimpleFormFactor()
Default constructor.
Herwig::BaryonSimpleFormFactor::SpinHalfSpinHalfFormFactor
virtual void SpinHalfSpinHalfFormFactor(Energy2 q2, int iloc, int id0, int id1, Energy m0, Energy m1, Complex &f1v, Complex &f2v, Complex &f3v, Complex &f1a, Complex &f2a, Complex &f3a, FlavourInfo flavour, Virtuality virt=SpaceLike)
The form factor for the weak decay of a spin baryon to a spin baryon.
Herwig::BaryonSimpleFormFactor::doinit
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
Herwig::BaryonSimpleFormFactor::_etaV
double _etaV
The breaking parameter.
Definition:
BaryonSimpleFormFactor.h:140
Herwig::BaryonSimpleFormFactor::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
BaryonSimpleFormFactor.h:102
Herwig::BaryonSimpleFormFactor::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
BaryonSimpleFormFactor.h:96
Herwig::BaryonSimpleFormFactor::_g2
vector< double > _g2
The calculated constants for the form factor.
Definition:
BaryonSimpleFormFactor.h:175
Herwig::BaryonSimpleFormFactor::_alphaD
double _alphaD
The ratio.
Definition:
BaryonSimpleFormFactor.h:135
Herwig::BaryonSimpleFormFactor::dataBaseOutput
virtual void dataBaseOutput(ofstream &os, bool header, bool create) const
Output the setup information for the particle database.
Herwig::BaryonSimpleFormFactor::Init
static void Init()
Standard Init function used to initialize the interfaces.
Herwig::BaryonSimpleFormFactor::_rhoE
double _rhoE
The breaking parameter for the electic dipole moment.
Definition:
BaryonSimpleFormFactor.h:150
Herwig::BaryonSimpleFormFactor::_f2
vector< double > _f2
The calculated constants for the form factor.
Definition:
BaryonSimpleFormFactor.h:165
Herwig::BaryonSimpleFormFactor::_rhoM
double _rhoM
The breaking parameter for the electic dipole moment.
Definition:
BaryonSimpleFormFactor.h:155
ThePEG::PersistentIStream
ThePEG::PersistentOStream
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG
ThePEG::Complex
std::complex< double > Complex
ThePEG::IBPtr
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
Herwig::FlavourInfo
Definition:
IsoSpin.h:46
Generated on Thu Jun 20 2024 17:50:52 for Herwig by
1.9.6