herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
MatchboxSHatScale.h
1// -*- C++ -*-
2//
3// MatchboxSHatScale.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_MatchboxSHatScale_H
10#define Herwig_MatchboxSHatScale_H
11//
12// This is the declaration of the MatchboxSHatScale class.
13//
14
15#include "Herwig/MatrixElement/Matchbox/Utility/MatchboxScaleChoice.h"
16
17namespace Herwig {
18
19using namespace ThePEG;
20
29
30public:
31
38
44
45public:
46
50 virtual Energy2 renormalizationScale() const;
51
55 virtual Energy2 factorizationScale() const;
56
57public:
58
66
72 void persistentInput(PersistentIStream & is, int version);
74
81 static void Init();
82
83protected:
84
91 virtual IBPtr clone() const;
92
97 virtual IBPtr fullclone() const;
99
100
101// If needed, insert declarations of virtual function defined in the
102// InterfacedBase class here (using ThePEG-interfaced-decl in Emacs).
103
104
105private:
106
112
113};
114
115}
116
117#endif /* Herwig_MatchboxSHatScale_H */
MatchboxSHatScale implements lastSHat() as scale choice.
virtual Energy2 renormalizationScale() const
Return the renormalization scale.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
MatchboxSHatScale()
The default constructor.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
MatchboxSHatScale & operator=(const MatchboxSHatScale &)=delete
The assignment operator is private and must never be called.
virtual ~MatchboxSHatScale()
The destructor.
static void Init()
The standard Init function used to initialize the interfaces.
virtual Energy2 factorizationScale() const
Return the factorization scale.
virtual IBPtr clone() const
Make a simple clone of this object.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
MatchboxScaleChoice is the base class for scale choices within Matchbox.
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr