herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
SextetGVVVertex.h
1// -*- C++ -*-
2#ifndef THEPEG_SextetGVVVertex_H
3#define THEPEG_SextetGVVVertex_H
4//
5// This is the declaration of the SextetGVVVertex class.
6//
7
8#include "ThePEG/Helicity/Vertex/Vector/VVVVertex.h"
9
10namespace Herwig {
11
12using namespace ThePEG;
13
21
22public:
23
28 colourStructure(ColourStructure::SU3T6);
29 }
30
37 virtual void setCoupling(Energy2 q2,tcPDPtr part1,
38 tcPDPtr part2,tcPDPtr part3);
39
40public:
41
48 static void Init();
49
50protected:
51
58 virtual IBPtr clone() const;
59
64 virtual IBPtr fullclone() const;
66protected:
67
75 virtual void doinit();
77
78private:
79
85
86private:
87
92
96 Energy2 q2Last_;
97
98};
99
100}
101
102#endif /* THEPEG_SextetGVVVertex_H */
Here is the documentation of the SextetGVVVertex class.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Complex coupLast_
Store the value of the coupling when last evaluated.
static void Init()
The standard Init function used to initialize the interfaces.
Energy2 q2Last_
Store the scale at which coupling was last evaluated.
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 coupling.
SextetGVVVertex & operator=(const SextetGVVVertex &)=delete
The assignment operator is private and must never be called.
virtual IBPtr clone() const
Make a simple clone of this object.
SextetGVVVertex()
The default constructor.
ColourStructure::T colourStructure() const
-*- C++ -*-
std::complex< double > Complex
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr