herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
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
17namespace Herwig {
18using namespace ThePEG;
19
28
29public:
30
35
42 static void Init();
43
51 virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2,
52 tcPDPtr part3, tcPDPtr part4);
53
54protected:
55
62 virtual IBPtr clone() const {return new_ptr(*this);}
63
68 virtual IBPtr fullclone() const {return new_ptr(*this);}
70
71protected:
72
80 virtual void doinit();
82
83private:
84
90
91private:
92
96 Energy2 theq2Last;
97
102};
103}
104
105#endif /* HERWIG_UEDG0G0G1G1Vertex_H */
This is the implementation of the coupling of two Standard Model gluons to a pair of level 1 KK gluon...
UEDG0G0G1G1Vertex()
The default constructor.
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3, tcPDPtr part4)
Calculate the coupling.
Energy2 theq2Last
The scale at which the coupling was last evaluated.
Complex theCoupLast
The value of the coupling when it was last evaluated.
UEDG0G0G1G1Vertex & operator=(const UEDG0G0G1G1Vertex &)=delete
The assignment operator is private and must never be called.
virtual IBPtr clone() const
Make a simple clone of this object.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
static void Init()
The standard Init function used to initialize the interfaces.
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
-*- C++ -*-
std::complex< double > Complex
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr