herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
UEDG0G0G1G1Vertex.h
1 // -*- C++ -*-
2 //
3 // UEDG0G0G1G1Vertex.h is a part of Herwig - A multi-purpose Monte Carlo event generator
4 // Copyright (C) 2002-2019 The Herwig Collaboration
5 //
6 // Herwig is licenced under version 3 of the GPL, see COPYING for details.
7 // Please respect the MCnet academic guidelines, see GUIDELINES for details.
8 //
9 #ifndef HERWIG_UEDG0G0G1G1Vertex_H
10 #define HERWIG_UEDG0G0G1G1Vertex_H
11 //
12 // This is the declaration of the UEDG0G0G1G1Vertex class.
13 //
14 
15 #include "ThePEG/Helicity/Vertex/Vector/VVVVVertex.h"
16 
17 namespace Herwig {
18 using namespace ThePEG;
19 
28 
29 public:
30 
35 
42  static void Init();
43 
51  virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2,
52  tcPDPtr part3, tcPDPtr part4);
53 
54 protected:
55 
62  virtual IBPtr clone() const {return new_ptr(*this);}
63 
68  virtual IBPtr fullclone() const {return new_ptr(*this);}
70 
71 protected:
72 
80  virtual void doinit();
82 
83 private:
84 
89  UEDG0G0G1G1Vertex & operator=(const UEDG0G0G1G1Vertex &) = delete;
90 
91 private:
92 
96  Energy2 theq2Last;
97 
102 };
103 }
104 
105 #endif /* HERWIG_UEDG0G0G1G1Vertex_H */
std::complex< double > Complex
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
Energy2 theq2Last
The scale at which the coupling was last evaluated.
This is the implementation of the coupling of two Standard Model gluons to a pair of level 1 KK gluon...
Complex theCoupLast
The value of the coupling when it was last evaluated.
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr
-*- C++ -*-
virtual IBPtr clone() const
Make a simple clone of this object.