herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
MatchboxParticlePtScale.h
1// -*- C++ -*-
2//
3// MatchboxParticlePtScale.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_MatchboxParticlePtScale_H
10#define Herwig_MatchboxParticlePtScale_H
11//
12// This is the declaration of the MatchboxParticlePtScale class.
13//
14
15#include "Herwig/MatrixElement/Matchbox/Utility/MatchboxScaleChoice.h"
16#include "ThePEG/Cuts/JetFinder.h"
17
18namespace Herwig {
19
20using namespace ThePEG;
21
30
31public:
32
39
45
46public:
47
51 virtual Energy2 renormalizationScale() const;
52
56 virtual Energy2 factorizationScale() const;
57
58public:
59
67
73 void persistentInput(PersistentIStream & is, int version);
75
82 static void Init();
83
84protected:
85
92 virtual IBPtr clone() const;
93
98 virtual IBPtr fullclone() const;
100
101private:
102
106 Ptr<MatcherBase>::ptr theMatcher;
107
108// If needed, insert declarations of virtual function defined in the
109// InterfacedBase class here (using ThePEG-interfaced-decl in Emacs).
110
111
112private:
113
119
120};
121
122}
123
124#endif /* Herwig_MatchboxParticlePtScale_H */
MatchboxParticlePtScale implements scale choices related to transverse momenta.
virtual Energy2 renormalizationScale() const
Return the renormalization scale.
virtual ~MatchboxParticlePtScale()
The destructor.
Ptr< MatcherBase >::ptr theMatcher
Reference to the matcher.
virtual IBPtr clone() const
Make a simple clone of this object.
MatchboxParticlePtScale & operator=(const MatchboxParticlePtScale &)=delete
The assignment operator is private and must never be called.
MatchboxParticlePtScale()
The default constructor.
static void Init()
The standard Init function used to initialize the interfaces.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
virtual Energy2 factorizationScale() const
Return the factorization scale.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
MatchboxScaleChoice is the base class for scale choices within Matchbox.
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr