herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
UEDP0H1H1Vertex.h
1 // -*- C++ -*-
2 //
3 // UEDP0H1H1Vertex.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_UEDP0H1H1Vertex_H
10 #define HERWIG_UEDP0H1H1Vertex_H
11 //
12 // This is the declaration of the UEDP0H1H1Vertex class.
13 //
14 
15 #include "ThePEG/Helicity/Vertex/Scalar/VSSVertex.h"
16 #include "UEDBase.h"
17 
18 namespace Herwig {
19 using namespace ThePEG;
20 
28 class UEDP0H1H1Vertex: public VSSVertex {
29 
30 public:
31 
36 
37 public:
38 
45  static void Init();
46 
53  virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2,
54  tcPDPtr part3);
55 
56 protected:
57 
64  virtual IBPtr clone() const {return new_ptr(*this);}
65 
70  virtual IBPtr fullclone() const {return new_ptr(*this);}
72 
73 protected:
74 
82  virtual void doinit();
84 
85 private:
86 
91  UEDP0H1H1Vertex & operator=(const UEDP0H1H1Vertex &) = delete;
92 
93 private:
94 
98  Energy2 theq2Last;
99 
104 };
105 }
106 
107 
108 #endif /* HERWIG_UEDP0H1H1Vertex_H */
std::complex< double > Complex
Complex theCoupLast
The value of the coupling when it was last evaluated.
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
The implementation of the vertex.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Energy2 theq2Last
The scale at which the coupling was last evaluated.
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr
-*- C++ -*-
virtual IBPtr clone() const
Make a simple clone of this object.