herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Models
StandardModel
SMFFWVertex.h
1
// -*- C++ -*-
2
//
3
// SMFFWVertex.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_SMFFWVertex_H
10
#define HERWIG_SMFFWVertex_H
11
//
12
// This is the declaration of the SMFFWVertex class.
13
14
#include "ThePEG/Helicity/Vertex/Vector/FFVVertex.h"
15
16
namespace
Herwig
{
17
using namespace
ThePEG
;
18
27
class
SMFFWVertex
:
public
FFVVertex
{
28
29
public
:
30
34
SMFFWVertex
();
35
36
public
:
37
44
void
persistentOutput
(
PersistentOStream
& os)
const
;
45
51
void
persistentInput
(
PersistentIStream
& is,
int
version);
53
57
static
void
Init
();
58
66
virtual
void
setCoupling
(Energy2 q2,
tcPDPtr
part1,
tcPDPtr
part2,
tcPDPtr
part3);
67
68
protected
:
69
76
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
77
82
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
84
85
protected
:
86
92
virtual
void
doinit
();
93
94
private
:
95
99
SMFFWVertex
&
operator=
(
const
SMFFWVertex
&) =
delete
;
100
101
private
:
102
107
bool
_diagonal
;
108
116
vector<vector<Complex> >
_ckm
;
117
121
Complex
_couplast
;
122
126
Energy2
_q2last
;
128
};
129
}
130
131
#endif
/* HERWIG_SMFFWVertex_H */
Herwig::SMFFWVertex
This is the implementation of the Standard model coupling of the W to the fermions.
Definition:
SMFFWVertex.h:27
Herwig::SMFFWVertex::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
SMFFWVertex.h:76
Herwig::SMFFWVertex::_ckm
vector< vector< Complex > > _ckm
Storage of the couplings.
Definition:
SMFFWVertex.h:116
Herwig::SMFFWVertex::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
SMFFWVertex.h:82
Herwig::SMFFWVertex::_couplast
Complex _couplast
The last value of the electroweak coupling calculated.
Definition:
SMFFWVertex.h:121
Herwig::SMFFWVertex::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::SMFFWVertex::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::SMFFWVertex::SMFFWVertex
SMFFWVertex()
Default constructor.
Herwig::SMFFWVertex::_diagonal
bool _diagonal
True, if a diagonal CKM matrix should be assumed.
Definition:
SMFFWVertex.h:107
Herwig::SMFFWVertex::doinit
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
Herwig::SMFFWVertex::operator=
SMFFWVertex & operator=(const SMFFWVertex &)=delete
Private and non-existent assignment operator.
Herwig::SMFFWVertex::Init
static void Init()
Standard Init function used to initialize the interfaces.
Herwig::SMFFWVertex::_q2last
Energy2 _q2last
The scale at which the coupling was last evaluated.
Definition:
SMFFWVertex.h:126
Herwig::SMFFWVertex::setCoupling
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
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