herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Models
StandardModel
SMFFZVertex.h
1
// -*- C++ -*-
2
//
3
// SMFFZVertex.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_SMFFZVertex_H
10
#define HERWIG_SMFFZVertex_H
11
//
12
// This is the declaration of the SMFFZVertex class.
13
//
14
#include "ThePEG/Helicity/Vertex/Vector/FFVVertex.h"
15
#include "ThePEG/StandardModel/StandardModelBase.h"
16
17
namespace
Herwig
{
18
using namespace
ThePEG
;
19
28
class
SMFFZVertex
:
public
FFVVertex
{
29
30
public
:
31
35
SMFFZVertex
();
36
44
virtual
void
setCoupling
(Energy2 q2,
tcPDPtr
part1,
tcPDPtr
part2,
tcPDPtr
part3);
45
46
public
:
47
54
void
persistentOutput
(
PersistentOStream
& os)
const
;
55
61
void
persistentInput
(
PersistentIStream
& is,
int
version);
63
67
static
void
Init
();
68
69
protected
:
70
77
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
78
83
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
85
86
protected
:
87
93
virtual
void
doinit
();
94
95
private
:
96
100
SMFFZVertex
&
operator=
(
const
SMFFZVertex
&) =
delete
;
101
102
private
:
103
111
vector<double>
_gl
;
112
116
vector<double>
_gr
;
117
121
Complex
_couplast
;
122
126
Energy2
_q2last
;
128
};
129
}
130
131
#endif
/* HERWIG_SMFFZVertex_H */
Herwig::SMFFZVertex
This is the implementation of the Standard Model fermion-antifermion Z vertex.
Definition:
SMFFZVertex.h:28
Herwig::SMFFZVertex::_q2last
Energy2 _q2last
The scale at which the coupling was last evaluated.
Definition:
SMFFZVertex.h:126
Herwig::SMFFZVertex::doinit
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
Herwig::SMFFZVertex::Init
static void Init()
Standard Init function used to initialize the interfaces.
Herwig::SMFFZVertex::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::SMFFZVertex::_gr
vector< double > _gr
The right couplings of the Standard Model fermions.
Definition:
SMFFZVertex.h:116
Herwig::SMFFZVertex::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
SMFFZVertex.h:83
Herwig::SMFFZVertex::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::SMFFZVertex::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
SMFFZVertex.h:77
Herwig::SMFFZVertex::_couplast
Complex _couplast
The last value of the electroweak coupling calculated.
Definition:
SMFFZVertex.h:121
Herwig::SMFFZVertex::operator=
SMFFZVertex & operator=(const SMFFZVertex &)=delete
Private and non-existent assignment operator.
Herwig::SMFFZVertex::setCoupling
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
Herwig::SMFFZVertex::SMFFZVertex
SMFFZVertex()
Default constructor.
Herwig::SMFFZVertex::_gl
vector< double > _gl
Storage of the couplings.
Definition:
SMFFZVertex.h:111
ThePEG::Helicity::FFVVertex
ThePEG::PersistentIStream
ThePEG::PersistentOStream
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