herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
LHTPFFPVertex.h
1// -*- C++ -*-
2#ifndef HERWIG_LHTPFFPVertex_H
3#define HERWIG_LHTPFFPVertex_H
4//
5// This is the declaration of the LHTPFFPVertex class.
6//
7
8#include "ThePEG/Helicity/Vertex/Vector/FFVVertex.h"
9
10namespace Herwig {
11
12using namespace ThePEG;
13
19
20public:
21
26
34 virtual void setCoupling(Energy2 q2,tcPDPtr part1,tcPDPtr part2,tcPDPtr part3);
35
36public:
37
45
51 void persistentInput(PersistentIStream & is, int version);
53
60 static void Init();
61
62protected:
63
70 virtual IBPtr clone() const;
71
76 virtual IBPtr fullclone() const;
78
79protected:
80
86 virtual void doinit();
87
88private:
89
95
96private:
97
105 vector<double> charge_;
106
111
115 Energy2 q2Last_;
117
125 double coupd_;
126
130 double coupu_;
131
135 double coupe_;
136
140 double coupnu_;
141
146
150 double sL_,cL_;
151
155 double sR_,cR_;
157};
158
159}
160
161#endif /* HERWIG_LHTPFFPVertex_H */
The LHTPFFPVertex class implements the couplings of the photon and its heavy partner in the Little H...
Definition: LHTPFFPVertex.h:18
double coupe_
Coupling of .
double coupu_
Coupling of .
LHTPFFPVertex & operator=(const LHTPFFPVertex &)=delete
The assignment operator is private and must never be called.
Energy2 q2Last_
The scale at which the coupling was last evaluated.
virtual IBPtr clone() const
Make a simple clone of this object.
double TPreFactor_
Coupling of heavy top.
Complex coupLast_
The last value of the coupling calculated.
double sR_
Right mixings.
double coupd_
Couplings of the fermion and T-fermions to the .
double coupnu_
Coupling of .
vector< double > charge_
Storage of the couplings.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
static void Init()
The standard Init function used to initialize the interfaces.
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
double sL_
Left mixings.
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
LHTPFFPVertex()
The default constructor.
-*- C++ -*-
std::complex< double > Complex
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr