herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
SSGVNVVertex.h
1// -*- C++ -*-
2#ifndef HERWIG_SSGVNVVertex_H
3#define HERWIG_SSGVNVVertex_H
4//
5// This is the declaration of the SSGVNVVertex class.
6//
7
8#include "ThePEG/Helicity/Vertex/Vector/RFVVertex.h"
9#include "MixingMatrix.h"
10
11namespace Herwig {
12
13using namespace ThePEG;
14
23
24public:
25
30
39 virtual void setCoupling(Energy2 q2,tcPDPtr part1,
40 tcPDPtr part2,tcPDPtr part3);
41
42public:
43
51
57 void persistentInput(PersistentIStream & is, int version);
59
66 static void Init();
67
68protected:
69
76 virtual IBPtr clone() const;
77
82 virtual IBPtr fullclone() const;
84
85protected:
86
94 virtual void doinit();
96
97private:
98
104
105private:
106
110 double sw_;
111
115 double cw_;
116
120 double sb_;
121
125 double cb_;
126
130 Energy mz_;
131
135 tMixingMatrixPtr nmix_;
136
140 Energy MPlanck_;
141
142};
143
144}
145
146#endif /* HERWIG_SSGVNVVertex_H */
The SSGVNVVertex class implements the coupling of the gravitino to a gaugino and the assoicated gauge...
Definition: SSGVNVVertex.h:22
double cb_
The value of .
Definition: SSGVNVVertex.h:125
tMixingMatrixPtr nmix_
Pointer to the neutralino mixing matrix.
Definition: SSGVNVVertex.h:135
Energy MPlanck_
The Planck mass.
Definition: SSGVNVVertex.h:140
static void Init()
The standard Init function used to initialize the interfaces.
Energy mz_
The Z mass.
Definition: SSGVNVVertex.h:130
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
SSGVNVVertex & operator=(const SSGVNVVertex &)=delete
The assignment operator is private and must never be called.
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
double sb_
The value of .
Definition: SSGVNVVertex.h:120
virtual IBPtr clone() const
Make a simple clone of this object.
SSGVNVVertex()
The default constructor.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr