herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
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 
19 namespace Herwig {
20 
21 using namespace ThePEG;
22 
33 
34 public:
35 
42 
46  virtual ~MatchboxTriVecScales();
48 
49 public:
50 
55  virtual Energy2 renormalizationScale() const;
56 
61  virtual Energy2 factorizationScale() const;
62 
63 public:
64 
71  void persistentOutput(PersistentOStream & os) const;
72 
78  void persistentInput(PersistentIStream & is, int version);
80 
87  static void Init();
88 
89 protected:
90 
97  virtual IBPtr clone() const;
98 
103  virtual IBPtr fullclone() const;
105 
106 private:
107 
111  Ptr<JetFinder>::ptr theJetFinder;
112 
116  unsigned int theTriVecScaleChoice;
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 
123 private:
124 
129  MatchboxTriVecScales & operator=(const MatchboxTriVecScales &) = delete;
130 
131 };
132 
133 }
134 
135 #endif /* Herwig_MatchboxTriVecScales_H */
Ptr< JetFinder >::ptr theJetFinder
Reference to the jet finder.
MatchboxTriVecScales implements scale choices related to transverse momenta and transverse energies i...
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
unsigned int theTriVecScaleChoice
The scale choice to use.
MatchboxScaleChoice is the base class for scale choices within Matchbox.
-*- C++ -*-