herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Shower
QTilde
SplittingFunctions
VariableMassCutOff.h
1
// -*- C++ -*-
2
#ifndef Herwig_VariableMassCutOff_H
3
#define Herwig_VariableMassCutOff_H
4
//
5
// This is the declaration of the VariableMassCutOff class.
6
//
7
8
#include "SudakovCutOff.h"
9
10
namespace
Herwig
{
11
12
using namespace
ThePEG
;
13
20
class
VariableMassCutOff
:
public
SudakovCutOff
{
21
22
public
:
23
27
virtual
const
vector<Energy> &
virtualMasses
(
const
IdList
& ids);
28
29
public
:
30
37
void
persistentOutput
(
PersistentOStream
& os)
const
;
38
44
void
persistentInput
(
PersistentIStream
& is,
int
version);
46
53
static
void
Init
();
54
55
protected
:
56
63
virtual
IBPtr
clone
()
const
;
64
69
virtual
IBPtr
fullclone
()
const
;
71
72
private
:
73
79
Energy
kinematicCutOff
(Energy scale, Energy mq)
const
{
80
return
max((scale -
a_
*mq)/
b_
,
c_
);
81
}
82
83
88
VariableMassCutOff
&
operator=
(
const
VariableMassCutOff
&) =
delete
;
89
90
private
:
91
100
double
a_
= 0.3;
101
105
double
b_
= 2.3;
106
110
Energy
c_
= 0.3_GeV;
111
115
Energy
kinCutoffScale_
= 2.3_GeV;
117
118
119
120
};
121
122
}
123
124
#endif
/* Herwig_VariableMassCutOff_H */
Herwig::SudakovCutOff
The SudakovCutOff class is the base class for cut-offs in the Sudakov.
Definition:
SudakovCutOff.h:22
Herwig::VariableMassCutOff
Here is the documentation of the VariableMassCutOff class.
Definition:
VariableMassCutOff.h:20
Herwig::VariableMassCutOff::Init
static void Init()
The standard Init function used to initialize the interfaces.
Herwig::VariableMassCutOff::persistentOutput
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
Herwig::VariableMassCutOff::kinematicCutOff
Energy kinematicCutOff(Energy scale, Energy mq) const
The virtuality cut-off on the gluon .
Definition:
VariableMassCutOff.h:79
Herwig::VariableMassCutOff::a_
double a_
Parameters for the default Herwig cut-off option, i.e.
Definition:
VariableMassCutOff.h:100
Herwig::VariableMassCutOff::kinCutoffScale_
Energy kinCutoffScale_
Kinematic cutoff used in the parton shower phase space.
Definition:
VariableMassCutOff.h:115
Herwig::VariableMassCutOff::operator=
VariableMassCutOff & operator=(const VariableMassCutOff &)=delete
The assignment operator is private and must never be called.
Herwig::VariableMassCutOff::persistentInput
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
Herwig::VariableMassCutOff::clone
virtual IBPtr clone() const
Make a simple clone of this object.
Herwig::VariableMassCutOff::fullclone
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
Herwig::VariableMassCutOff::virtualMasses
virtual const vector< Energy > & virtualMasses(const IdList &ids)
Calculate the virtual masses for a branchings.
Herwig::VariableMassCutOff::b_
double b_
The parameter.
Definition:
VariableMassCutOff.h:105
Herwig::VariableMassCutOff::c_
Energy c_
The parameter.
Definition:
VariableMassCutOff.h:110
ThePEG::PersistentIStream
ThePEG::PersistentOStream
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
Herwig::IdList
vector< tcPDPtr > IdList
Definition of the IdList for branchings.
Definition:
ShowerConfig.h:64
ThePEG
ThePEG::IBPtr
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
Generated on Thu Jun 20 2024 17:50:53 for Herwig by
1.9.6