herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Models
UED
UEDF1F0H1Vertex.h
1
// -*- C++ -*-
2
//
3
// UEDF1F0H1Vertex.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_UEDF1F0H1Vertex_H
10
#define HERWIG_UEDF1F0H1Vertex_H
11
//
12
// This is the declaration of the UEDF1F0H1Vertex class.
13
//
14
15
#include "ThePEG/Helicity/Vertex/Scalar/FFSVertex.h"
16
#include "UEDBase.h"
17
18
namespace
Herwig
{
19
using namespace
ThePEG
;
20
28
class
UEDF1F0H1Vertex
:
public
FFSVertex
{
29
30
public
:
31
35
UEDF1F0H1Vertex
();
36
37
public
:
38
45
void
persistentOutput
(
PersistentOStream
& os)
const
;
46
52
void
persistentInput
(
PersistentIStream
& is,
int
version);
54
61
static
void
Init
();
62
69
virtual
void
setCoupling
(Energy2 q2,
tcPDPtr
part1,
tcPDPtr
part2,
70
tcPDPtr
part3);
71
72
protected
:
73
80
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
81
86
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
88
89
protected
:
90
98
virtual
void
doinit
();
100
101
private
:
102
107
UEDF1F0H1Vertex
&
operator=
(
const
UEDF1F0H1Vertex
&) =
delete
;
108
109
private
:
110
114
InvEnergy
theRadius
;
115
119
Energy
theMw
;
120
124
Energy
theMz
;
125
129
double
theSinThetaW
;
130
134
double
theCosThetaW
;
135
139
Energy2
theq2Last
;
140
144
Complex
theCoupLast
;
145
149
Complex
theLeftLast
;
150
154
Complex
theRightLast
;
155
159
long
theAntiLast
;
160
164
long
theFermLast
;
165
170
long
theHLast
;
171
};
172
}
173
174
175
#endif
/* HERWIG_UEDF1F0H1Vertex_H */
Herwig::UEDF1F0H1Vertex
The implementation of the vertex.
Definition:
UEDF1F0H1Vertex.h:28
Herwig::UEDF1F0H1Vertex::UEDF1F0H1Vertex
UEDF1F0H1Vertex()
The default constructor.
Herwig::UEDF1F0H1Vertex::theCoupLast
Complex theCoupLast
The value of the coupling when it was last evaluated.
Definition:
UEDF1F0H1Vertex.h:144
Herwig::UEDF1F0H1Vertex::theCosThetaW
double theCosThetaW
The value of .
Definition:
UEDF1F0H1Vertex.h:134
Herwig::UEDF1F0H1Vertex::theRadius
InvEnergy theRadius
The compactification radius.
Definition:
UEDF1F0H1Vertex.h:114
Herwig::UEDF1F0H1Vertex::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::UEDF1F0H1Vertex::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
UEDF1F0H1Vertex.h:86
Herwig::UEDF1F0H1Vertex::theAntiLast
long theAntiLast
The PDG code of the 1st particle at the vertex when it was last evaluated.
Definition:
UEDF1F0H1Vertex.h:159
Herwig::UEDF1F0H1Vertex::theHLast
long theHLast
The PDG code of the Higgs particle at the vertex when it was last evaluated.
Definition:
UEDF1F0H1Vertex.h:170
Herwig::UEDF1F0H1Vertex::theRightLast
Complex theRightLast
The value of the right coupling when it was last evaluated.
Definition:
UEDF1F0H1Vertex.h:154
Herwig::UEDF1F0H1Vertex::theMw
Energy theMw
The mass of the -boson.
Definition:
UEDF1F0H1Vertex.h:119
Herwig::UEDF1F0H1Vertex::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::UEDF1F0H1Vertex::theMz
Energy theMz
The mass of the -boson.
Definition:
UEDF1F0H1Vertex.h:124
Herwig::UEDF1F0H1Vertex::doinit
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
Herwig::UEDF1F0H1Vertex::setCoupling
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the coupling.
Herwig::UEDF1F0H1Vertex::operator=
UEDF1F0H1Vertex & operator=(const UEDF1F0H1Vertex &)=delete
The assignment operator is private and must never be called.
Herwig::UEDF1F0H1Vertex::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::UEDF1F0H1Vertex::theFermLast
long theFermLast
The PDG code of the 2nd particle at the vertex when it was last evaluated.
Definition:
UEDF1F0H1Vertex.h:164
Herwig::UEDF1F0H1Vertex::theSinThetaW
double theSinThetaW
The value of .
Definition:
UEDF1F0H1Vertex.h:129
Herwig::UEDF1F0H1Vertex::theLeftLast
Complex theLeftLast
The value of the left coupling when it was last evaluated.
Definition:
UEDF1F0H1Vertex.h:149
Herwig::UEDF1F0H1Vertex::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
UEDF1F0H1Vertex.h:80
Herwig::UEDF1F0H1Vertex::theq2Last
Energy2 theq2Last
The scale at which the coupling was last evaluated.
Definition:
UEDF1F0H1Vertex.h:139
ThePEG::Helicity::FFSVertex
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::tcPDPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr
Generated on Thu Jun 20 2024 17:50:53 for Herwig by
1.9.6