herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Decay
FormFactors
WSBFormFactor.h
1
// -*- C++ -*-
2
//
3
// WSBFormFactor.h is a part of Herwig - A multi-purpose Monte Carlo event generator
4
// Copyright (C) 2002-2019 The Herwig Collaboration
5
//
6
// Herwig is licenced under version 3 of the GPL, see COPYING for details.
7
// Please respect the MCnet academic guidelines, see GUIDELINES for details.
8
//
9
#ifndef HERWIG_WSBFormFactor_H
10
#define HERWIG_WSBFormFactor_H
11
//
12
// This is the declaration of the WSBFormFactor class.
13
//
14
#include "ScalarFormFactor.h"
15
16
namespace
Herwig
{
17
using namespace
ThePEG
;
18
38
class
WSBFormFactor
:
public
ScalarFormFactor
{
39
40
public
:
41
45
WSBFormFactor
();
46
60
virtual
void
ScalarScalarFormFactor
(Energy2 q2,
unsigned
int
iloc,
int
id0,
int
id1,
61
Energy m0,Energy m1,
62
Complex
& f0,
Complex
& fp)
const
;
63
77
virtual
void
ScalarVectorFormFactor
(Energy2 q2,
unsigned
int
iloc,
int
id0,
int
id1,
78
Energy m0, Energy m1,
Complex
& V,
79
Complex
& A0,
Complex
& A1,
Complex
& A2)
const
;
81
88
virtual
void
dataBaseOutput
(ofstream & os,
bool
header,
bool
create)
const
;
89
90
public
:
91
98
void
persistentOutput
(
PersistentOStream
& os)
const
;
99
105
void
persistentInput
(
PersistentIStream
& is,
int
version);
107
111
static
void
Init
();
112
113
protected
:
114
121
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
122
127
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
129
130
protected
:
131
134
140
virtual
void
doinit
();
142
143
private
:
144
148
WSBFormFactor
&
operator=
(
const
WSBFormFactor
&) =
delete
;
149
150
private
:
151
157
vector<double>
_F0
;
158
162
vector<double>
_V
;
163
167
vector<double>
_A0
;
168
172
vector<double>
_A1
;
173
177
vector<double>
_A2
;
178
182
vector<Energy>
_mS0
;
183
187
vector<Energy>
_mS1
;
188
192
vector<Energy>
_mV0
;
193
197
vector<Energy>
_mV1
;
199
203
double
_thetaeta
;
204
};
205
206
}
207
208
#endif
/* HERWIG_WSBFormFactor_H */
Herwig::ScalarFormFactor
The ScalarFormFactor class is the base class for the form factors for the weak decay of scalar to sca...
Definition:
ScalarFormFactor.h:97
Herwig::WSBFormFactor
The WSBFormFactor class is the implementation of the form factor model of Z.Phys.
Definition:
WSBFormFactor.h:38
Herwig::WSBFormFactor::_A2
vector< double > _A2
the form factor at for vector decays.
Definition:
WSBFormFactor.h:177
Herwig::WSBFormFactor::_thetaeta
double _thetaeta
The mixing angle.
Definition:
WSBFormFactor.h:203
Herwig::WSBFormFactor::WSBFormFactor
WSBFormFactor()
Default constructor.
Herwig::WSBFormFactor::_V
vector< double > _V
the form factor at for vector decays.
Definition:
WSBFormFactor.h:162
Herwig::WSBFormFactor::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
WSBFormFactor.h:127
Herwig::WSBFormFactor::_mS0
vector< Energy > _mS0
Spin-0 mass for the scalar form factors.
Definition:
WSBFormFactor.h:182
Herwig::WSBFormFactor::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::WSBFormFactor::_A0
vector< double > _A0
the form factor at for vector decays.
Definition:
WSBFormFactor.h:167
Herwig::WSBFormFactor::operator=
WSBFormFactor & operator=(const WSBFormFactor &)=delete
Private and non-existent assignment operator.
Herwig::WSBFormFactor::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
WSBFormFactor.h:121
Herwig::WSBFormFactor::_A1
vector< double > _A1
the form factor at for vector decays.
Definition:
WSBFormFactor.h:172
Herwig::WSBFormFactor::ScalarScalarFormFactor
virtual void ScalarScalarFormFactor(Energy2 q2, unsigned int iloc, int id0, int id1, Energy m0, Energy m1, Complex &f0, Complex &fp) const
The form factor for the weak decay of a scalar to a scalar.
Herwig::WSBFormFactor::Init
static void Init()
Standard Init function used to initialize the interfaces.
Herwig::WSBFormFactor::doinit
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
Herwig::WSBFormFactor::_mV1
vector< Energy > _mV1
Spin-1 mass for the vector form factors.
Definition:
WSBFormFactor.h:197
Herwig::WSBFormFactor::dataBaseOutput
virtual void dataBaseOutput(ofstream &os, bool header, bool create) const
Output the setup information for the particle database.
Herwig::WSBFormFactor::_F0
vector< double > _F0
The form factor at for scalar decays.
Definition:
WSBFormFactor.h:157
Herwig::WSBFormFactor::_mV0
vector< Energy > _mV0
Spin-0 mass for the vector form factors.
Definition:
WSBFormFactor.h:192
Herwig::WSBFormFactor::ScalarVectorFormFactor
virtual void ScalarVectorFormFactor(Energy2 q2, unsigned int iloc, int id0, int id1, Energy m0, Energy m1, Complex &V, Complex &A0, Complex &A1, Complex &A2) const
The form factor for the weak decay of a scalar to a vector.
Herwig::WSBFormFactor::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::WSBFormFactor::_mS1
vector< Energy > _mS1
Spin-1 mass for the scalar form factors.
Definition:
WSBFormFactor.h:187
ThePEG::PersistentIStream
ThePEG::PersistentOStream
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG
ThePEG::Complex
std::complex< double > Complex
ThePEG::IBPtr
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
Generated on Thu Jun 20 2024 17:50:52 for Herwig by
1.9.6