herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
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
18namespace Herwig {
19using namespace ThePEG;
20
30
31public:
32
37
38public:
39
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
73protected:
74
81 virtual IBPtr clone() const {return new_ptr(*this);}
82
87 virtual IBPtr fullclone() const {return new_ptr(*this);}
89
90protected:
91
99 virtual void doinit();
101
102private:
103
109
110private:
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
156
161
166
171
176
181};
182}
183
184
185#endif /* HERWIG_UEDF1F0W1Vertex_H */
This is the coupling, where is any level 1 EW gauge boson.
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
UEDF1F0W1Vertex()
The default constructor.
double theCosOne
The value of .
Energy2 theq2last
The scale at which the coupling was last evaluated.
UEDF1F0W1Vertex & operator=(const UEDF1F0W1Vertex &)=delete
The assignment operator is private and must never be called.
long theSMlast
The last SM fermion in the vertex.
vector< vector< Complex > > theCKM
Store the CKM matrix for the interactions.
long theGBlast
The last gauge boson in the vertex.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Complex theLlast
The value of the left coupling when it was last evaluated.
double theCosW
The value of .
long theKKlast
The last KK-fermion in the vertex.
Complex theCouplast
The value of when it was last evaluated.
double theSinW
The value of .
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the coupling.
double theSinOne
The value of .
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
double theSinWmO
The value of .
Complex theRlast
The value of the right coupling when it was last evaluated.
virtual IBPtr clone() const
Make a simple clone of this object.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
static void Init()
The standard Init function used to initialize the interfaces.
double theCosWmO
The value of .
-*- C++ -*-
std::complex< double > Complex
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr