herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
RPVWWHVertex.h
1// -*- C++ -*-
2#ifndef Herwig_RPVWWHVertex_H
3#define Herwig_RPVWWHVertex_H
4//
5// This is the declaration of the RPVWWHVertex class.
6//
7
8#include "ThePEG/Helicity/Vertex/Scalar/VVSVertex.h"
9
10namespace Herwig {
11
12using namespace ThePEG;
13
19
20public:
21
26
34 virtual void setCoupling(Energy2 q2, tcPDPtr particle1, tcPDPtr particle2,
35 tcPDPtr particle3);
36
37public:
38
46
52 void persistentInput(PersistentIStream & is, int version);
54
61 static void Init();
62
63protected:
64
71 virtual IBPtr clone() const;
72
77 virtual IBPtr fullclone() const;
79
80protected:
81
89 virtual void doinit();
91
92private:
93
98 RPVWWHVertex & operator=(const RPVWWHVertex &) = delete;
99
100private:
101
105 vector<vector<complex<Energy> > > couplings_;
106
110 double coupLast_;
111
115 Energy2 q2Last_;
116
117};
118
119}
120
121#endif /* Herwig_RPVWWHVertex_H */
The RPVWWHVertex class implements the couplings of a pair of gauge bosons to scalars in the R-parity ...
Definition: RPVWWHVertex.h:18
Energy2 q2Last_
last value of the scale
Definition: RPVWWHVertex.h:115
virtual IBPtr clone() const
Make a simple clone of this object.
static void Init()
The standard Init function used to initialize the interfaces.
vector< vector< complex< Energy > > > couplings_
The factors for the various interactions.
Definition: RPVWWHVertex.h:105
virtual void setCoupling(Energy2 q2, tcPDPtr particle1, tcPDPtr particle2, tcPDPtr particle3)
Calculate the coupling for the vertex.
RPVWWHVertex & operator=(const RPVWWHVertex &)=delete
The assignment operator is private and must never be called.
RPVWWHVertex()
The default constructor.
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 coupLast_
last value of the coupling
Definition: RPVWWHVertex.h:110
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr