herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Models
UED
UEDF1F0W1Vertex.h
1
// -*- C++ -*-
2
//
3
// UEDF1F0W1Vertex.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_UEDF1F0W1Vertex_H
10
#define HERWIG_UEDF1F0W1Vertex_H
11
//
12
// This is the declaration of the UEDF1F0W1Vertex class.
13
//
14
15
#include "ThePEG/Helicity/Vertex/Vector/FFVVertex.h"
16
#include "UEDBase.h"
17
18
namespace
Herwig
{
19
using namespace
ThePEG
;
20
29
class
UEDF1F0W1Vertex
:
public
FFVVertex
{
30
31
public
:
32
36
UEDF1F0W1Vertex
();
37
38
public
:
39
46
void
persistentOutput
(
PersistentOStream
& os)
const
;
47
53
void
persistentInput
(
PersistentIStream
& is,
int
version);
55
62
static
void
Init
();
63
70
virtual
void
setCoupling
(Energy2 q2,
tcPDPtr
part1,
tcPDPtr
part2,
71
tcPDPtr
part3);
72
73
protected
:
74
81
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
82
87
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
89
90
protected
:
91
99
virtual
void
doinit
();
101
102
private
:
103
108
UEDF1F0W1Vertex
&
operator=
(
const
UEDF1F0W1Vertex
&) =
delete
;
109
110
private
:
111
115
double
theSinW
;
116
120
double
theCosW
;
121
125
double
theSinOne
;
126
130
double
theCosOne
;
131
135
double
theSinWmO
;
136
140
double
theCosWmO
;
141
145
vector< vector<Complex> >
theCKM
;
146
150
Energy2
theq2last
;
151
155
Complex
theCouplast
;
156
160
Complex
theLlast
;
161
165
Complex
theRlast
;
166
170
long
theGBlast
;
171
175
long
theKKlast
;
176
180
long
theSMlast
;
181
};
182
}
183
184
185
#endif
/* HERWIG_UEDF1F0W1Vertex_H */
Herwig::UEDF1F0W1Vertex
This is the coupling, where is any level 1 EW gauge boson.
Definition:
UEDF1F0W1Vertex.h:29
Herwig::UEDF1F0W1Vertex::doinit
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
Herwig::UEDF1F0W1Vertex::UEDF1F0W1Vertex
UEDF1F0W1Vertex()
The default constructor.
Herwig::UEDF1F0W1Vertex::theCosOne
double theCosOne
The value of .
Definition:
UEDF1F0W1Vertex.h:130
Herwig::UEDF1F0W1Vertex::theq2last
Energy2 theq2last
The scale at which the coupling was last evaluated.
Definition:
UEDF1F0W1Vertex.h:150
Herwig::UEDF1F0W1Vertex::operator=
UEDF1F0W1Vertex & operator=(const UEDF1F0W1Vertex &)=delete
The assignment operator is private and must never be called.
Herwig::UEDF1F0W1Vertex::theSMlast
long theSMlast
The last SM fermion in the vertex.
Definition:
UEDF1F0W1Vertex.h:180
Herwig::UEDF1F0W1Vertex::theCKM
vector< vector< Complex > > theCKM
Store the CKM matrix for the interactions.
Definition:
UEDF1F0W1Vertex.h:145
Herwig::UEDF1F0W1Vertex::theGBlast
long theGBlast
The last gauge boson in the vertex.
Definition:
UEDF1F0W1Vertex.h:170
Herwig::UEDF1F0W1Vertex::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
UEDF1F0W1Vertex.h:87
Herwig::UEDF1F0W1Vertex::theLlast
Complex theLlast
The value of the left coupling when it was last evaluated.
Definition:
UEDF1F0W1Vertex.h:160
Herwig::UEDF1F0W1Vertex::theCosW
double theCosW
The value of .
Definition:
UEDF1F0W1Vertex.h:120
Herwig::UEDF1F0W1Vertex::theKKlast
long theKKlast
The last KK-fermion in the vertex.
Definition:
UEDF1F0W1Vertex.h:175
Herwig::UEDF1F0W1Vertex::theCouplast
Complex theCouplast
The value of when it was last evaluated.
Definition:
UEDF1F0W1Vertex.h:155
Herwig::UEDF1F0W1Vertex::theSinW
double theSinW
The value of .
Definition:
UEDF1F0W1Vertex.h:115
Herwig::UEDF1F0W1Vertex::setCoupling
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the coupling.
Herwig::UEDF1F0W1Vertex::theSinOne
double theSinOne
The value of .
Definition:
UEDF1F0W1Vertex.h:125
Herwig::UEDF1F0W1Vertex::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::UEDF1F0W1Vertex::theSinWmO
double theSinWmO
The value of .
Definition:
UEDF1F0W1Vertex.h:135
Herwig::UEDF1F0W1Vertex::theRlast
Complex theRlast
The value of the right coupling when it was last evaluated.
Definition:
UEDF1F0W1Vertex.h:165
Herwig::UEDF1F0W1Vertex::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
UEDF1F0W1Vertex.h:81
Herwig::UEDF1F0W1Vertex::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::UEDF1F0W1Vertex::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::UEDF1F0W1Vertex::theCosWmO
double theCosWmO
The value of .
Definition:
UEDF1F0W1Vertex.h:140
ThePEG::Helicity::FFVVertex
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