herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
MatrixElement
Matchbox
Builtin
Amplitudes
MatchboxAmplitudehbbbar.h
1
// -*- C++ -*-
2
//
3
// MatchboxAmplitudebbbarh.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_MatchboxAmplitudehbbbar_H
10
#define Herwig_MatchboxAmplitudehbbbar_H
11
//
12
// This is the declaration of the MatchboxAmplitudehbbbar class.
13
//
14
15
#include "Herwig/MatrixElement/Matchbox/Base/MatchboxAmplitude.h"
16
#include "Herwig/MatrixElement/Matchbox/Builtin/Amplitudes/MatchboxCurrents.h"
17
18
namespace
Herwig
{
19
20
using namespace
ThePEG
;
21
28
class
MatchboxAmplitudehbbbar
:
29
public
MatchboxAmplitude
,
public
MatchboxCurrents
{
30
31
public
:
32
36
MatchboxAmplitudehbbbar
();
37
38
public
:
39
43
virtual
bool
canHandle
(
const
PDVector
&)
const
;
44
49
virtual
unsigned
int
orderInGs
()
const
{
return
0; }
50
55
virtual
unsigned
int
orderInGem
()
const
{
return
1; }
56
61
virtual
bool
haveOneLoop
()
const
{
return
true
; }
62
67
virtual
void
prepareAmplitudes
(Ptr<MatchboxMEBase>::tcptr);
68
73
virtual
Complex
evaluate
(
size_t
,
const
vector<int>&,
Complex
&);
74
79
virtual
Complex
evaluateOneLoop
(
size_t
,
const
vector<int>&);
80
85
virtual
bool
isBDK
()
const
{
return
true
; }
86
92
virtual
Energy2
mu2
()
const
{
return
lastSHat
(); }
93
97
virtual
void
flushCaches
() {
98
MatchboxCurrents::reset
();
99
MatchboxAmplitude::flushCaches
();
100
}
101
102
public
:
103
110
void
persistentOutput
(
PersistentOStream
& os)
const
;
111
117
void
persistentInput
(
PersistentIStream
& is,
int
version);
119
126
static
void
Init
();
127
128
protected
:
129
136
virtual
IBPtr
clone
()
const
;
137
142
virtual
IBPtr
fullclone
()
const
;
144
145
146
// If needed, insert declarations of virtual function defined in the
147
// InterfacedBase class here (using ThePEG-interfaced-decl in Emacs).
148
149
protected
:
150
158
virtual
void
doinit
();
159
164
virtual
void
doinitrun
();
166
167
private
:
168
169
/*
170
* The interfaced up quark mass
171
*/
172
Energy interfaceUMass;
173
/*
174
* The interfaced down quark mass
175
*/
176
Energy interfaceDMass;
177
/*
178
* The interfaced strange quark mass
179
*/
180
Energy interfaceSMass;
181
/*
182
* The interfaced charm quark mass
183
*/
184
Energy interfaceCMass;
185
/*
186
* The interfaced bottom quark mass
187
*/
188
Energy interfaceBMass;
189
194
MatchboxAmplitudehbbbar
&
operator=
(
const
MatchboxAmplitudehbbbar
&) =
delete
;
195
196
};
197
198
}
199
200
#endif
/* Herwig_MatchboxAmplitudehbbbar_H */
Herwig::MatchboxAmplitude
MatchboxAmplitude is the base class for amplitude implementations inside Matchbox.
Definition:
MatchboxAmplitude.h:111
Herwig::MatchboxAmplitude::flushCaches
virtual void flushCaches()
Flush all cashes.
Definition:
MatchboxAmplitude.h:558
Herwig::MatchboxAmplitudehbbbar
MatchboxAmplitudehbbbar.
Definition:
MatchboxAmplitudehbbbar.h:29
Herwig::MatchboxAmplitudehbbbar::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::MatchboxAmplitudehbbbar::operator=
MatchboxAmplitudehbbbar & operator=(const MatchboxAmplitudehbbbar &)=delete
The assignment operator is private and must never be called.
Herwig::MatchboxAmplitudehbbbar::mu2
virtual Energy2 mu2() const
Return the value of the dimensional regularization parameter.
Definition:
MatchboxAmplitudehbbbar.h:92
Herwig::MatchboxAmplitudehbbbar::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::MatchboxAmplitudehbbbar::canHandle
virtual bool canHandle(const PDVector &) const
Return true, if this amplitude can handle the given process.
Herwig::MatchboxAmplitudehbbbar::flushCaches
virtual void flushCaches()
Flush all cashes.
Definition:
MatchboxAmplitudehbbbar.h:97
Herwig::MatchboxAmplitudehbbbar::evaluate
virtual Complex evaluate(size_t, const vector< int > &, Complex &)
Evaluate the amplitude for the given colour tensor id and helicity assignment.
Herwig::MatchboxAmplitudehbbbar::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Herwig::MatchboxAmplitudehbbbar::doinit
virtual void doinit()
Initialize this object after the setup phase before saving an EventGenerator to disk.
Herwig::MatchboxAmplitudehbbbar::doinitrun
virtual void doinitrun()
Initialize this object.
Herwig::MatchboxAmplitudehbbbar::evaluateOneLoop
virtual Complex evaluateOneLoop(size_t, const vector< int > &)
Evaluate the amplitude for the given colour tensor id and helicity assignment.
Herwig::MatchboxAmplitudehbbbar::MatchboxAmplitudehbbbar
MatchboxAmplitudehbbbar()
The default constructor.
Herwig::MatchboxAmplitudehbbbar::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::MatchboxAmplitudehbbbar::isBDK
virtual bool isBDK() const
Return true, if one loop corrections are given in the conventions of BDK.
Definition:
MatchboxAmplitudehbbbar.h:85
Herwig::MatchboxAmplitudehbbbar::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Herwig::MatchboxAmplitudehbbbar::prepareAmplitudes
virtual void prepareAmplitudes(Ptr< MatchboxMEBase >::tcptr)
Calculate the tree level amplitudes for the phasespace point stored in lastXComb.
Herwig::MatchboxAmplitudehbbbar::orderInGs
virtual unsigned int orderInGs() const
Return the (tree-level) order in in which this matrix element is given.
Definition:
MatchboxAmplitudehbbbar.h:49
Herwig::MatchboxAmplitudehbbbar::orderInGem
virtual unsigned int orderInGem() const
Return the (tree-level) order in in which this matrix element is given.
Definition:
MatchboxAmplitudehbbbar.h:55
Herwig::MatchboxAmplitudehbbbar::haveOneLoop
virtual bool haveOneLoop() const
Return true, if this amplitude is capable of calculating one-loop (QCD) corrections.
Definition:
MatchboxAmplitudehbbbar.h:61
Herwig::SpinorHelicity::AmplitudeCache< pair< size_t, size_t > >::reset
void reset() const
Reset flags.
ThePEG::LastXCombInfo< StandardXComb >::lastSHat
Energy2 lastSHat() const
ThePEG::PersistentIStream
ThePEG::PersistentOStream
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG
ThePEG::PDVector
vector< PDPtr > PDVector
ThePEG::Complex
std::complex< double > Complex
ThePEG::IBPtr
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
Herwig::MatchboxCurrents
MatchboxCurrents.
Definition:
MatchboxCurrents.h:32
Generated on Thu Jun 20 2024 17:50:52 for Herwig by
1.9.6