herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
MatchboxTriVecScales.h
1// -*- C++ -*-
2//
3// MatchboxTriVecScales.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_MatchboxTriVecScales_H
10#define Herwig_MatchboxTriVecScales_H
11//
12// This is the declaration of the MatchboxTriVecScales class.
13//
14
15#include "Herwig/MatrixElement/Matchbox/Utility/MatchboxScaleChoice.h"
16#include "ThePEG/PDT/MatcherBase.h"
17#include "ThePEG/Cuts/JetFinder.h"
18
19namespace Herwig {
20
21using namespace ThePEG;
22
33
34public:
35
42
48
49public:
50
55 virtual Energy2 renormalizationScale() const;
56
61 virtual Energy2 factorizationScale() const;
62
63public:
64
72
78 void persistentInput(PersistentIStream & is, int version);
80
87 static void Init();
88
89protected:
90
97 virtual IBPtr clone() const;
98
103 virtual IBPtr fullclone() const;
105
106private:
107
111 Ptr<JetFinder>::ptr theJetFinder;
112
117
118
119// If needed, insert declarations of virtual function defined in the
120// InterfacedBase class here (using ThePEG-interfaced-decl in Emacs).
121
122
123private:
124
130
131};
132
133}
134
135#endif /* Herwig_MatchboxTriVecScales_H */
MatchboxScaleChoice is the base class for scale choices within Matchbox.
MatchboxTriVecScales implements scale choices related to transverse momenta and transverse energies i...
MatchboxTriVecScales()
The default constructor.
virtual ~MatchboxTriVecScales()
The destructor.
virtual Energy2 renormalizationScale() const
Return the renormalization scale.
virtual IBPtr clone() const
Make a simple clone of this object.
static void Init()
The standard Init function used to initialize the interfaces.
void persistentOutput(PersistentOStream &os) const
Function used to write out object persistently.
void persistentInput(PersistentIStream &is, int version)
Function used to read in object persistently.
MatchboxTriVecScales & operator=(const MatchboxTriVecScales &)=delete
The assignment operator is private and must never be called.
Ptr< JetFinder >::ptr theJetFinder
Reference to the jet finder.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
unsigned int theTriVecScaleChoice
The scale choice to use.
virtual Energy2 factorizationScale() const
Return the factorization scale.
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr