herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
UEDF1F1G0Vertex.h
1 // -*- C++ -*-
2 //
3 // UEDF1F1G0Vertex.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_UEDF1F1G0Vertex_H
10 #define HERWIG_UEDF1F1G0Vertex_H
11 //
12 // This is the declaration of the UEDF1F1G0Vertex class.
13 //
14 
15 #include "ThePEG/Helicity/Vertex/Vector/FFVVertex.h"
16 #include "UEDBase.h"
17 
18 namespace Herwig {
19 using namespace ThePEG;
20 
27 class UEDF1F1G0Vertex: public FFVVertex {
28 
29 public:
30 
35 
42  static void Init();
43 
50  virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2,
51  tcPDPtr part3);
52 
53 protected:
54 
61  virtual IBPtr clone() const {return new_ptr(*this);}
62 
67  virtual IBPtr fullclone() const {return new_ptr(*this);}
69 
70 
71 protected:
72 
80  virtual void doinit();
82 
83 private:
84 
89  UEDF1F1G0Vertex & operator=(const UEDF1F1G0Vertex &) = delete;
90 
91 private:
92 
96  Energy2 theq2Last;
97 
102 };
103 }
104 
105 #endif /* HERWIG_UEDF1F1G0Vertex_H */
std::complex< double > Complex
Energy2 theq2Last
The energy at which the coupling was last evaluated.
This is the implementation of the vertex.
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
virtual IBPtr clone() const
Make a simple clone of this object.
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr
-*- C++ -*-
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Complex theCoupLast
The value of the coupling when it was last evaluated.