herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
RPVFFWVertex.h
1// -*- C++ -*-
2#ifndef Herwig_RPVFFWVertex_H
3#define Herwig_RPVFFWVertex_H
4//
5// This is the declaration of the RPVFFWVertex class.
6//
7
8#include "ThePEG/Helicity/Vertex/Vector/FFVVertex.h"
9#include "Herwig/Models/Susy/SusyBase.h"
10#include "Herwig/Models/Susy/MixingMatrix.fh"
11
12namespace Herwig {
13
14using namespace ThePEG;
15
23
24public:
25
30
38 virtual void setCoupling(Energy2 q2, tcPDPtr part1,
39 tcPDPtr part2, tcPDPtr part3);
40
41public:
42
50
56 void persistentInput(PersistentIStream & is, int version);
58
65 static void Init();
66
67protected:
68
75 virtual IBPtr clone() const;
76
81 virtual IBPtr fullclone() const;
83
84protected:
85
93 virtual void doinit();
95
96private:
97
103
104private:
105
113
117 vector<vector<Complex> > _ckm;
119
123 double _sw;
124
128 tMixingMatrixPtr _theN;
129
133 tMixingMatrixPtr _theU;
134
138 tMixingMatrixPtr _theV;
139
144
148 Energy2 _q2last;
149
154
159
164
169
173 unsigned int _interactions;
174};
175
176}
177
178#endif /* Herwig_RPVFFWVertex_H */
Here is the documentation of the RPVFFWVertex class.
Definition: RPVFFWVertex.h:22
Energy2 _q2last
The scale at which the coupling was last evaluated.
Definition: RPVFFWVertex.h:148
long _id2last
The id of the second chargino the last time the vertex was evaluated.
Definition: RPVFFWVertex.h:158
Complex _couplast
The value of the coupling when it was last evaluated.
Definition: RPVFFWVertex.h:143
vector< vector< Complex > > _ckm
The elements of the CKM matrix.
Definition: RPVFFWVertex.h:117
RPVFFWVertex()
The default constructor.
virtual IBPtr clone() const
Make a simple clone of this object.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
RPVFFWVertex & operator=(const RPVFFWVertex &)=delete
The assignment operator is private and must never be called.
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
bool _diagonal
True, if a diagonal CKM matrix should be assumed.
Definition: RPVFFWVertex.h:112
static void Init()
The standard Init function used to initialize the interfaces.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Complex _leftlast
The value of the left coupling when it was last evaluated.
Definition: RPVFFWVertex.h:163
tMixingMatrixPtr _theV
Store the V-type chargino mixing matrix.
Definition: RPVFFWVertex.h:138
double _sw
Store .
Definition: RPVFFWVertex.h:123
Complex _rightlast
The value of the right coupling when it was last evaluated.
Definition: RPVFFWVertex.h:168
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
tMixingMatrixPtr _theU
Store the U-type chargino mixing matrix.
Definition: RPVFFWVertex.h:133
long _id1last
The id of the first chargino the last time the vertex was evaluated.
Definition: RPVFFWVertex.h:153
unsigned int _interactions
Which interactions to include.
Definition: RPVFFWVertex.h:173
tMixingMatrixPtr _theN
Store the neutralino mixing matrix.
Definition: RPVFFWVertex.h:128
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
-*- C++ -*-
std::complex< double > Complex
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr