herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Models
Zprime
ZprimeModelZPQQVertex.h
1
// -*- C++ -*-
2
//
3
// ZprimeModelZPQQVertex.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_ZprimeModelZPQQVertex_H
10
#define HERWIG_ZprimeModelZPQQVertex_H
11
//
12
// This is the declaration of the ZprimeModelZPQQVertex class.
13
14
#include "ThePEG/Helicity/Vertex/Vector/FFVVertex.h"
15
#include "Herwig/Models/Zprime/ZprimeModel.h"
16
#include "ThePEG/PDT/EnumParticles.h"
17
18
namespace
Herwig
{
19
using namespace
ThePEG
;
20
29
class
ZprimeModelZPQQVertex
:
public
FFVVertex
{
30
31
public
:
32
36
ZprimeModelZPQQVertex
();
37
45
virtual
void
setCoupling
(Energy2 q2,
tcPDPtr
part1,
tcPDPtr
part2,
tcPDPtr
part3);
46
47
public
:
48
55
void
persistentOutput
(
PersistentOStream
& os)
const
;
56
62
void
persistentInput
(
PersistentIStream
& is,
int
version);
64
68
static
void
Init
();
69
70
protected
:
71
78
virtual
IBPtr
clone
()
const
;
79
84
virtual
IBPtr
fullclone
()
const
;
86
87
protected
:
88
94
virtual
void
doinit
();
95
96
private
:
97
101
ZprimeModelZPQQVertex
&
operator=
(
const
ZprimeModelZPQQVertex
&) =
delete
;
102
106
tcSMPtr
_theModel
;
107
108
109
private
:
110
115
119
double
_cZPTU_L
;
120
121
125
double
_cZPTU_R
;
126
130
double
_cZPTT_L
;
131
132
136
double
_cZPTT_R
;
137
141
double
_cZPUU_L
;
142
143
147
double
_cZPUU_R
;
148
152
double
_cZPCC_L
;
153
154
158
double
_cZPCC_R
;
159
163
double
_cZPSS_L
;
164
165
169
double
_cZPSS_R
;
170
174
double
_cZPDD_L
;
175
179
double
_cZPDD_R
;
180
184
double
_cZPBB_L
;
185
189
double
_cZPBB_R
;
190
194
double
_cZPee_L
;
195
199
double
_cZPee_R
;
200
204
double
_cZPmm_L
;
205
209
double
_cZPmm_R
;
210
214
double
_cZPtt_L
;
215
219
double
_cZPtt_R
;
220
221
225
double
_cZPnuenue_L
;
226
230
double
_cZPnuenue_R
;
231
235
double
_cZPnumnum_L
;
236
240
double
_cZPnumnum_R
;
241
245
double
_cZPnutnut_L
;
246
250
double
_cZPnutnut_R
;
251
255
double
_cZP_o
;
256
257
259
};
260
261
}
262
263
#endif
/* HERWIG_ZprimeModelZPQQVertex_H */
Herwig::ZprimeModelZPQQVertex
This is the implementation of the vertex coupling the Standard Model Higgs to the Standard Model ferm...
Definition:
ZprimeModelZPQQVertex.h:29
Herwig::ZprimeModelZPQQVertex::_cZP_o
double _cZP_o
Z prime overall coupling.
Definition:
ZprimeModelZPQQVertex.h:255
Herwig::ZprimeModelZPQQVertex::_cZPBB_L
double _cZPBB_L
Z prime coupling to d-dbar (left-handed)
Definition:
ZprimeModelZPQQVertex.h:184
Herwig::ZprimeModelZPQQVertex::_cZPmm_L
double _cZPmm_L
Z prime coupling to mu+mu- (left-handed)
Definition:
ZprimeModelZPQQVertex.h:204
Herwig::ZprimeModelZPQQVertex::_cZPee_R
double _cZPee_R
Z prime coupling to e+e- (right-handed)
Definition:
ZprimeModelZPQQVertex.h:199
Herwig::ZprimeModelZPQQVertex::_cZPUU_L
double _cZPUU_L
Z prime coupling to u-ubar (left-handed)
Definition:
ZprimeModelZPQQVertex.h:141
Herwig::ZprimeModelZPQQVertex::_cZPSS_R
double _cZPSS_R
Z prime coupling to s-sbar (right-handed)
Definition:
ZprimeModelZPQQVertex.h:169
Herwig::ZprimeModelZPQQVertex::_cZPTT_R
double _cZPTT_R
Z prime coupling to top-anti-top (right-handed)
Definition:
ZprimeModelZPQQVertex.h:136
Herwig::ZprimeModelZPQQVertex::_cZPnutnut_R
double _cZPnutnut_R
Z prime coupling to nu_tau nu_taubar (right-handed)
Definition:
ZprimeModelZPQQVertex.h:250
Herwig::ZprimeModelZPQQVertex::setCoupling
virtual void setCoupling(Energy2 q2, tcPDPtr part1, tcPDPtr part2, tcPDPtr part3)
Calculate the couplings.
Herwig::ZprimeModelZPQQVertex::_theModel
tcSMPtr _theModel
Pointer to the model object.
Definition:
ZprimeModelZPQQVertex.h:106
Herwig::ZprimeModelZPQQVertex::_cZPTU_L
double _cZPTU_L
Storage of the couplings.
Definition:
ZprimeModelZPQQVertex.h:119
Herwig::ZprimeModelZPQQVertex::_cZPUU_R
double _cZPUU_R
Z prime coupling to u-ubar (right-handed)
Definition:
ZprimeModelZPQQVertex.h:147
Herwig::ZprimeModelZPQQVertex::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Herwig::ZprimeModelZPQQVertex::_cZPtt_L
double _cZPtt_L
Z prime coupling to tau+tau- (left-handed)
Definition:
ZprimeModelZPQQVertex.h:214
Herwig::ZprimeModelZPQQVertex::_cZPee_L
double _cZPee_L
Z prime coupling to e+e- (left-handed)
Definition:
ZprimeModelZPQQVertex.h:194
Herwig::ZprimeModelZPQQVertex::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::ZprimeModelZPQQVertex::doinit
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
Herwig::ZprimeModelZPQQVertex::_cZPSS_L
double _cZPSS_L
Z prime coupling to s-sbar (left-handed)
Definition:
ZprimeModelZPQQVertex.h:163
Herwig::ZprimeModelZPQQVertex::_cZPDD_R
double _cZPDD_R
Z prime coupling to d-dbar (right-handed)
Definition:
ZprimeModelZPQQVertex.h:179
Herwig::ZprimeModelZPQQVertex::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::ZprimeModelZPQQVertex::_cZPDD_L
double _cZPDD_L
Z prime coupling to d-dbar (left-handed)
Definition:
ZprimeModelZPQQVertex.h:174
Herwig::ZprimeModelZPQQVertex::_cZPCC_R
double _cZPCC_R
Z prime coupling to c-cbar (right-handed)
Definition:
ZprimeModelZPQQVertex.h:158
Herwig::ZprimeModelZPQQVertex::_cZPBB_R
double _cZPBB_R
Z prime coupling to d-dbar (right-handed)
Definition:
ZprimeModelZPQQVertex.h:189
Herwig::ZprimeModelZPQQVertex::_cZPmm_R
double _cZPmm_R
Z prime coupling to mu+mu- (right-handed)
Definition:
ZprimeModelZPQQVertex.h:209
Herwig::ZprimeModelZPQQVertex::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Herwig::ZprimeModelZPQQVertex::_cZPnuenue_R
double _cZPnuenue_R
Z prime coupling to nu_e nu_ebar (right-handed)
Definition:
ZprimeModelZPQQVertex.h:230
Herwig::ZprimeModelZPQQVertex::_cZPnuenue_L
double _cZPnuenue_L
Z prime coupling to nu_e nu_ebar (left-handed)
Definition:
ZprimeModelZPQQVertex.h:225
Herwig::ZprimeModelZPQQVertex::_cZPCC_L
double _cZPCC_L
Z prime coupling to c-cbar (left-handed)
Definition:
ZprimeModelZPQQVertex.h:152
Herwig::ZprimeModelZPQQVertex::Init
static void Init()
Standard Init function used to initialize the interfaces.
Herwig::ZprimeModelZPQQVertex::_cZPtt_R
double _cZPtt_R
Z prime coupling to tau+tau- (right-handed)
Definition:
ZprimeModelZPQQVertex.h:219
Herwig::ZprimeModelZPQQVertex::_cZPTT_L
double _cZPTT_L
Z prime coupling to top-anti-top (left-handed)
Definition:
ZprimeModelZPQQVertex.h:130
Herwig::ZprimeModelZPQQVertex::_cZPnumnum_L
double _cZPnumnum_L
Z prime coupling to nu_mu nu_mubar (left-handed)
Definition:
ZprimeModelZPQQVertex.h:235
Herwig::ZprimeModelZPQQVertex::operator=
ZprimeModelZPQQVertex & operator=(const ZprimeModelZPQQVertex &)=delete
Private and non-existent assignment operator.
Herwig::ZprimeModelZPQQVertex::_cZPnumnum_R
double _cZPnumnum_R
Z prime coupling to nu_mu nu_mubar (right-handed)
Definition:
ZprimeModelZPQQVertex.h:240
Herwig::ZprimeModelZPQQVertex::_cZPnutnut_L
double _cZPnutnut_L
Z prime coupling to nu_tau nu_taubar (left-handed)
Definition:
ZprimeModelZPQQVertex.h:245
Herwig::ZprimeModelZPQQVertex::_cZPTU_R
double _cZPTU_R
Z prime coupling to top-up (right-handed)
Definition:
ZprimeModelZPQQVertex.h:125
Herwig::ZprimeModelZPQQVertex::ZprimeModelZPQQVertex
ZprimeModelZPQQVertex()
Default constructor.
ThePEG::Helicity::FFVVertex
ThePEG::PersistentIStream
ThePEG::PersistentOStream
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG
ThePEG::IBPtr
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
ThePEG::tcSMPtr
ThePEG::Ptr< StandardModelBase >::transient_const_pointer tcSMPtr
ThePEG::tcPDPtr
ThePEG::Ptr< ParticleData >::transient_const_pointer tcPDPtr
Generated on Thu Jun 20 2024 17:50:53 for Herwig by
1.9.6