herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
SextetPSSVertex.h
1// -*- C++ -*-
2#ifndef HERWIG_SextetPSSVertex_H
3#define HERWIG_SextetPSSVertex_H
4//
5// This is the declaration of the SextetPSSVertex class.
6//
7
8#include "ThePEG/Helicity/Vertex/Scalar/VSSVertex.h"
9
10namespace Herwig {
11
12using namespace ThePEG;
13
21
22public:
23
28 colourStructure(ColourStructure::DELTA);
29 }
30
38 virtual void setCoupling(Energy2 q2,tcPDPtr part1,
39 tcPDPtr part2,tcPDPtr part3);
40
41public:
42
49 static void Init();
50
51protected:
52
59 virtual IBPtr clone() const;
60
65 virtual IBPtr fullclone() const;
67
68protected:
69
77 virtual void doinit();
79
80private:
81
87
88private:
89
94
98 Energy2 q2Last_;
99
100};
101
102}
103
104#endif /* HERWIG_SextetPSSVertex_H */
Here is the documentation of the SextetPSSVertex class.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
SextetPSSVertex & operator=(const SextetPSSVertex &)=delete
The assignment operator is private and must never be called.
static void Init()
The standard Init function used to initialize the interfaces.
SextetPSSVertex()
The default constructor.
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
virtual IBPtr clone() const
Make a simple clone of this object.
Energy2 q2Last_
Store the scale at which coupling was last evaluated.
Complex coupLast_
Store the value of the coupling when last evaluated.
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
ColourStructure::T colourStructure() const
-*- C++ -*-
std::complex< double > Complex
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr