herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
SextetFFSVertex.h
1// -*- C++ -*-
2#ifndef HERWIG_SextetFFSVertex_H
3#define HERWIG_SextetFFSVertex_H
4//
5// This is the declaration of the SextetFFSVertex class.
6//
7
8#include "ThePEG/Helicity/Vertex/Scalar/FFSVertex.h"
9
10namespace Herwig {
11
12using namespace ThePEG;
13
21
22public:
23
28 colourStructure(ColourStructure::SU3K6);
29 }
30
38 virtual void setCoupling(Energy2 q2, tcPDPtr part1,
39 tcPDPtr part2, tcPDPtr part3);
40
41public:
42
50
56 void persistentInput(PersistentIStream & is, int version);
58
65 static void Init();
66
67protected:
68
75 virtual IBPtr clone() const;
76
81 virtual IBPtr fullclone() const;
83
84protected:
85
93 virtual void doinit();
95
96private:
97
103
104private:
105
113 vector<double> g1L_;
114
118 vector<double> g1R_;
119
123 vector<double> g1pR_;
124
128 vector<double> g1ppR_;
129
133 vector<double> g3L_;
135
136 };
137
138}
139
140#endif /* HERWIG_SextetFFSVertex_H */
Here is the documentation of the SextetFFSVertex class.
vector< double > g1pR_
The singlet coupling to .
static void Init()
The standard Init function used to initialize the interfaces.
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.
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.
vector< double > g1R_
The singlet coupling to .
SextetFFSVertex()
The default constructor.
vector< double > g3L_
Coupling to .
vector< double > g1L_
The various couplings.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
virtual IBPtr clone() const
Make a simple clone of this object.
SextetFFSVertex & operator=(const SextetFFSVertex &)=delete
The assignment operator is private and must never be called.
vector< double > g1ppR_
The singlet coupling to .
ColourStructure::T colourStructure() const
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr