herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
LHFFPVertex.h
1// -*- C++ -*-
2#ifndef HERWIG_LHFFPVertex_H
3#define HERWIG_LHFFPVertex_H
4//
5// This is the declaration of the LHFFPVertex class.
6//
7
8#include "ThePEG/Helicity/Vertex/Vector/FFVVertex.h"
9#include "LHModel.h"
10
11namespace Herwig {
12
13using namespace ThePEG;
14
21
22public:
23
28
36 virtual void setCoupling(Energy2 q2,tcPDPtr part1,tcPDPtr part2,tcPDPtr part3);
37
45
51 void persistentInput(PersistentIStream & is, int version);
53
60 static void Init();
61
62protected:
63
70 virtual IBPtr clone() const {return new_ptr(*this);}
71
76 virtual IBPtr fullclone() const {return new_ptr(*this);}
78
79protected:
80
88 virtual void doinit();
90
91private:
92
97 LHFFPVertex & operator=(const LHFFPVertex &) = delete;
98
99private:
100
108 vector<double> _charge;
109
114
118 Energy2 _q2last;
119
123 vector<double> _gl;
124
128 vector<double> _gr;
130
131};
132
133}
134
135#endif /* HERWIG_LHFFPVertex_H */
The LHFFPVertex class implements the couplings of the fermions, both of the Standard Model and the ad...
Definition: LHFFPVertex.h:20
virtual IBPtr clone() const
Make a simple clone of this object.
Definition: LHFFPVertex.h:70
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
static void Init()
The standard Init function used to initialize the interfaces.
vector< double > _gl
Left couplings for the heavy photon.
Definition: LHFFPVertex.h:123
vector< double > _charge
Storage of the couplings.
Definition: LHFFPVertex.h:108
Energy2 _q2last
The scale at which the coupling was last evaluated.
Definition: LHFFPVertex.h:118
Complex _couplast
The last value of the coupling calculated.
Definition: LHFFPVertex.h:113
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
LHFFPVertex & operator=(const LHFFPVertex &)=delete
The assignment operator is private and must never be called.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition: LHFFPVertex.h:76
vector< double > _gr
Right couplings for the heavy photon.
Definition: LHFFPVertex.h:128
LHFFPVertex()
The default constructor.
-*- C++ -*-
std::complex< double > Complex
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr