herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Decay
FormFactors
MelikhovFormFactor.h
1
// -*- C++ -*-
2
//
3
// MelikhovFormFactor.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_MelikhovFormFactor_H
10
#define HERWIG_MelikhovFormFactor_H
11
//
12
// This is the declaration of the MelikhovFormFactor class.
13
//
14
15
#include "ScalarFormFactor.h"
16
17
namespace
Herwig
{
18
using namespace
ThePEG
;
19
28
class
MelikhovFormFactor
:
public
ScalarFormFactor
{
29
30
public
:
31
35
MelikhovFormFactor
();
36
50
virtual
void
ScalarScalarFormFactor
(Energy2 q2,
unsigned
int
iloc,
int
id0,
int
id1,
51
Energy m0,Energy m1,
52
Complex
& f0,
Complex
& fp)
const
;
53
67
virtual
void
ScalarVectorFormFactor
(Energy2 q2,
unsigned
int
iloc,
int
id0,
int
id1,
68
Energy m0, Energy m1,
Complex
& V,
69
Complex
& A0,
Complex
& A1,
Complex
& A2)
const
;
71
78
virtual
void
dataBaseOutput
(ofstream & os,
bool
header,
bool
create)
const
;
79
80
public
:
81
88
void
persistentOutput
(
PersistentOStream
& os)
const
;
89
95
void
persistentInput
(
PersistentIStream
& is,
int
version);
97
104
static
void
Init
();
105
106
protected
:
107
114
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
115
120
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
122
123
protected
:
124
132
virtual
void
doinit
();
134
135
private
:
136
141
MelikhovFormFactor
&
operator=
(
const
MelikhovFormFactor
&) =
delete
;
142
143
private
:
144
150
unsigned
int
_ifit
;
151
155
double
_Rplus0
;
156
160
Energy
_Mplus
;
161
165
double
_nplus
;
166
170
double
_RV0
;
171
175
Energy
_MV
;
176
180
double
_nV
;
181
185
double
_R10
;
186
190
Energy
_M1
;
191
195
double
_n1
;
196
200
double
_R20
;
201
205
Energy
_M2
;
206
210
double
_n2
;
212
};
213
214
}
215
216
#endif
/* HERWIG_MelikhovFormFactor_H */
Herwig::MelikhovFormFactor
The MelikhovFormFactor class implements the model of Phys.
Definition:
MelikhovFormFactor.h:28
Herwig::MelikhovFormFactor::_MV
Energy _MV
The value of for the form factor.
Definition:
MelikhovFormFactor.h:175
Herwig::MelikhovFormFactor::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::MelikhovFormFactor::dataBaseOutput
virtual void dataBaseOutput(ofstream &os, bool header, bool create) const
Output the setup information for the particle database.
Herwig::MelikhovFormFactor::doinit
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
Herwig::MelikhovFormFactor::_R20
double _R20
The value of for the form factor.
Definition:
MelikhovFormFactor.h:200
Herwig::MelikhovFormFactor::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::MelikhovFormFactor::MelikhovFormFactor
MelikhovFormFactor()
The default constructor.
Herwig::MelikhovFormFactor::_Mplus
Energy _Mplus
The value of for the form factor.
Definition:
MelikhovFormFactor.h:160
Herwig::MelikhovFormFactor::_M2
Energy _M2
The value of for the form factor.
Definition:
MelikhovFormFactor.h:205
Herwig::MelikhovFormFactor::_n2
double _n2
The value of for the form factor.
Definition:
MelikhovFormFactor.h:210
Herwig::MelikhovFormFactor::_RV0
double _RV0
The value of for the form factor.
Definition:
MelikhovFormFactor.h:170
Herwig::MelikhovFormFactor::operator=
MelikhovFormFactor & operator=(const MelikhovFormFactor &)=delete
The assignment operator is private and must never be called.
Herwig::MelikhovFormFactor::_M1
Energy _M1
The value of for the form factor.
Definition:
MelikhovFormFactor.h:190
Herwig::MelikhovFormFactor::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::MelikhovFormFactor::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
MelikhovFormFactor.h:120
Herwig::MelikhovFormFactor::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::MelikhovFormFactor::_nplus
double _nplus
The value of for the form factor.
Definition:
MelikhovFormFactor.h:165
Herwig::MelikhovFormFactor::_ifit
unsigned int _ifit
The set of fit parameters to use.
Definition:
MelikhovFormFactor.h:150
Herwig::MelikhovFormFactor::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::MelikhovFormFactor::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
MelikhovFormFactor.h:114
Herwig::MelikhovFormFactor::_nV
double _nV
The value of for the form factor.
Definition:
MelikhovFormFactor.h:180
Herwig::MelikhovFormFactor::_Rplus0
double _Rplus0
The value of for the form factor.
Definition:
MelikhovFormFactor.h:155
Herwig::MelikhovFormFactor::_n1
double _n1
The value of for the form factor.
Definition:
MelikhovFormFactor.h:195
Herwig::MelikhovFormFactor::_R10
double _R10
The value of for the form factor.
Definition:
MelikhovFormFactor.h:185
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
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