herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
SSGVNHVertex.h
1// -*- C++ -*-
2#ifndef HERWIG_SSGVNHVertex_H
3#define HERWIG_SSGVNHVertex_H
4//
5// This is the declaration of the SSGVNHVertex class.
6//
7
8#include "ThePEG/Helicity/Vertex/Scalar/RFSVertex.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
49
55 void persistentInput(PersistentIStream & is, int version);
57
64 static void Init();
65
66protected:
67
74 virtual IBPtr clone() const;
75
80 virtual IBPtr fullclone() const;
82
83protected:
84
92 virtual void doinit();
94
95private:
96
102
103private:
104
108 double sa_;
109
113 double sb_;
114
118 double ca_;
119
123 double cb_;
124
128 tMixingMatrixPtr nmix_;
129
133 Energy MPlanck_;
134
135};
136
137}
138
139#endif /* HERWIG_SSGVNHVertex_H */
The SSGVNHVertex class implements the coupling of the gravitino to a neutralino and Higgs boson.
Definition: SSGVNHVertex.h:22
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
double cb_
The value of .
Definition: SSGVNHVertex.h:123
static void Init()
The standard Init function used to initialize the interfaces.
double sa_
The value of .
Definition: SSGVNHVertex.h:108
Energy MPlanck_
The Planck mass.
Definition: SSGVNHVertex.h:133
SSGVNHVertex & operator=(const SSGVNHVertex &)=delete
The assignment operator is private and must never be called.
double ca_
The value of .
Definition: SSGVNHVertex.h:118
SSGVNHVertex()
The default constructor.
double sb_
The value of .
Definition: SSGVNHVertex.h:113
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
virtual IBPtr clone() const
Make a simple clone of this object.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
tMixingMatrixPtr nmix_
Pointer to the neutralino mixing matrix.
Definition: SSGVNHVertex.h:128
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr