herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Models
Susy
SSGSSVertex.h
1
// -*- C++ -*-
2
//
3
// SSGSSVertex.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_SSGSSVertex_H
10
#define HERWIG_SSGSSVertex_H
11
//
12
// This is the declaration of the SSGSSVertex class.
13
//
14
15
#include "ThePEG/Helicity/Vertex/Scalar/VSSVertex.h"
16
#include "SusyBase.h"
17
18
namespace
Herwig
{
19
using namespace
ThePEG
;
20
27
class
SSGSSVertex
:
public
VSSVertex
{
28
29
public
:
30
34
SSGSSVertex
();
35
42
static
void
Init
();
43
51
virtual
void
setCoupling
(Energy2 q2,
tcPDPtr
part1,
52
tcPDPtr
part2,
tcPDPtr
part3);
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
72
protected
:
73
81
virtual
void
doinit
();
83
84
private
:
85
90
SSGSSVertex
&
operator=
(
const
SSGSSVertex
&) =
delete
;
91
92
private
:
93
97
Complex
_couplast
;
98
102
Energy2
_q2last
;
103
};
104
}
105
106
#endif
/* HERWIG_SSGSSVertex_H */
Herwig::SSGSSVertex
The SSGSSVertex implements the coupling of a gluon to 2 sfermions.
Definition:
SSGSSVertex.h:27
Herwig::SSGSSVertex::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::SSGSSVertex::_q2last
Energy2 _q2last
Store the scale at which coupling was last evaluated.
Definition:
SSGSSVertex.h:102
Herwig::SSGSSVertex::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
SSGSSVertex.h:68
Herwig::SSGSSVertex::setCoupling
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
Herwig::SSGSSVertex::SSGSSVertex
SSGSSVertex()
The default constructor.
Herwig::SSGSSVertex::_couplast
Complex _couplast
Store the value of the coupling when last evaluated.
Definition:
SSGSSVertex.h:97
Herwig::SSGSSVertex::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
SSGSSVertex.h:62
Herwig::SSGSSVertex::operator=
SSGSSVertex & operator=(const SSGSSVertex &)=delete
The assignment operator is private and must never be called.
Herwig::SSGSSVertex::doinit
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
ThePEG::Helicity::VSSVertex
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG
ThePEG::Complex
std::complex< double > Complex
ThePEG::IBPtr
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::tcPDPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr
Generated on Thu Jun 20 2024 17:50:53 for Herwig by
1.9.6