herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
SextetFFVVertex.h
1// -*- C++ -*-
2#ifndef HERWIG_SextetFFVVertex_H
3#define HERWIG_SextetFFVVertex_H
4//
5// This is the declaration of the SextetFFVVertex class.
6//
7
8#include "ThePEG/Helicity/Vertex/Vector/FFVVertex.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> g2_;
114
118 vector<double> g2p_;
119
121
122 };
123
124}
125
126#endif /* HERWIG_SextetFFVVertex_H */
Here is the documentation of the SextetFFVVertex class.
vector< double > g2_
The various couplings.
vector< double > g2p_
The singlet coupling to .
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
SextetFFVVertex()
The default constructor.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
SextetFFVVertex & operator=(const SextetFFVVertex &)=delete
The assignment operator is private and must never be called.
static void Init()
The standard Init function used to initialize the interfaces.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
virtual IBPtr clone() const
Make a simple clone of this object.
ColourStructure::T colourStructure() const
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr