herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Models
StandardModel
RunningMass.h
1
// -*- C++ -*-
2
//
3
// RunningMass.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_RunningMass_H
10
#define HERWIG_RunningMass_H
11
//
12
// This is the declaration of the RunningMass class.
13
14
#include "RunningMassBase.h"
15
#include "StandardModel.h"
16
17
namespace
Herwig
{
18
using namespace
ThePEG
;
19
26
class
RunningMass
:
public
RunningMassBase
{
27
28
public
:
29
33
RunningMass
() :
_theQCDOrder
(1),
_theMaxFlav
(6),
_lightOption
(1),
_heavyOption
(0) {}
34
35
public
:
36
42
virtual
Energy
value
(Energy2 q2,
tcPDPtr
part)
const
;
43
47
virtual
vector<Energy>
mass
()
const
;
48
49
public
:
50
57
void
persistentOutput
(
PersistentOStream
& os)
const
;
58
64
void
persistentInput
(
PersistentIStream
& is,
int
version);
66
70
static
void
Init
();
71
72
protected
:
73
80
virtual
IBPtr
clone
()
const
{
return
new_ptr(*
this
);}
81
86
virtual
IBPtr
fullclone
()
const
{
return
new_ptr(*
this
);}
88
89
protected
:
90
98
virtual
void
doinit
();
100
101
private
:
102
106
RunningMass
&
operator=
(
const
RunningMass
&) =
delete
;
107
108
private
:
109
113
unsigned
int
_theQCDOrder
;
114
118
unsigned
int
_theMaxFlav
;
119
123
vector<double>
_thePower
;
124
128
vector<double>
_theCoefficient
;
129
133
tcSMPtr
_theStandardModel
;
134
138
unsigned
int
_lightOption
;
139
143
unsigned
int
_heavyOption
;
144
145
};
146
147
}
148
149
150
#endif
/* HERWIG_RunningMass_H */
Herwig::RunningMassBase
Base class for running mass calculations.
Definition:
RunningMassBase.h:24
Herwig::RunningMass
Implementation of the 1 or 2 loop QCD running mass.
Definition:
RunningMass.h:26
Herwig::RunningMass::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Definition:
RunningMass.h:86
Herwig::RunningMass::value
virtual Energy value(Energy2 q2, tcPDPtr part) const
Return the running mass for a given scale and particle type.
Herwig::RunningMass::_thePower
vector< double > _thePower
The power for the running mass calculation.
Definition:
RunningMass.h:123
Herwig::RunningMass::doinit
virtual void doinit()
Initialize this object after the setup phase before saving and EventGenerator to disk.
Herwig::RunningMass::mass
virtual vector< Energy > mass() const
Return the masses used.
Herwig::RunningMass::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::RunningMass::_lightOption
unsigned int _lightOption
Option to use pole masses for u,d,s.
Definition:
RunningMass.h:138
Herwig::RunningMass::_theMaxFlav
unsigned int _theMaxFlav
The maximum number of flavours.
Definition:
RunningMass.h:118
Herwig::RunningMass::_theStandardModel
tcSMPtr _theStandardModel
Pointer to the StandardModel object.
Definition:
RunningMass.h:133
Herwig::RunningMass::_theCoefficient
vector< double > _theCoefficient
The coefficients for the running mass calculation.
Definition:
RunningMass.h:128
Herwig::RunningMass::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::RunningMass::_heavyOption
unsigned int _heavyOption
Option to use pole masses for c,b.
Definition:
RunningMass.h:143
Herwig::RunningMass::_theQCDOrder
unsigned int _theQCDOrder
Order in alphaS.
Definition:
RunningMass.h:113
Herwig::RunningMass::RunningMass
RunningMass()
Default constructor.
Definition:
RunningMass.h:33
Herwig::RunningMass::operator=
RunningMass & operator=(const RunningMass &)=delete
Private and non-existent assignment operator.
Herwig::RunningMass::Init
static void Init()
Standard Init function used to initialize the interfaces.
Herwig::RunningMass::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Definition:
RunningMass.h:80
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