herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
LeptoquarkModelSLQSLQGVertex.h
1// -*- C++ -*-
2//
3// LeptoquarkModelSLQSLQGVertex.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_LeptoquarkModelSLQSLQGVertex_H
10#define HERWIG_LeptoquarkModelSLQSLQGVertex_H
11//
12// This is the declaration of the LeptoquarkModelSLQSLQGVertex class.
13
14#include "ThePEG/Helicity/Vertex/Scalar/VSSVertex.h"
15#include "Herwig/Models/Leptoquarks/LeptoquarkModel.h"
16
17namespace Herwig {
18using namespace ThePEG;
19
30
31public:
32
37
41 static void Init();
42
50 virtual void setCoupling(Energy2 q2,tcPDPtr part1,tcPDPtr part2,tcPDPtr part3);
51
52protected:
53
60 virtual IBPtr clone() const {return new_ptr(*this);}
61
66 virtual IBPtr fullclone() const {return new_ptr(*this);}
68
69protected:
70
76 virtual void doinit();
77
78private:
79
84
88 Energy2 q2last_;
89
94
95};
96
97}
98
99#endif /* HERWIG_LeptoquarkModelSLQSLQGVertex_H */
The LeptoquarkModelSLQSLQGVertex class is the implementation of the gluon coupling to pairs of scalar...
static void Init()
Standard Init function used to initialize the interfaces.
LeptoquarkModelSLQSLQGVertex & operator=(const LeptoquarkModelSLQSLQGVertex &)=delete
Private and non-existent assignment operator.
virtual IBPtr clone() const
Make a simple clone of this object.
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
Complex couplast_
The coupling when it was last evaluated.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
Energy2 q2last_
The energy at which the coupling was last evaluated.
LeptoquarkModelSLQSLQGVertex()
Default constructor.
-*- C++ -*-
std::complex< double > Complex
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr