herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
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 
17 namespace Herwig {
18 
19 using namespace ThePEG;
20 
29 
30 public:
31 
38 
42  virtual ~MatchboxSHatScale();
44 
45 public:
46 
50  virtual Energy2 renormalizationScale() const;
51 
55  virtual Energy2 factorizationScale() const;
56 
57 public:
58 
65  void persistentOutput(PersistentOStream & os) const;
66 
72  void persistentInput(PersistentIStream & is, int version);
74 
81  static void Init();
82 
83 protected:
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 
105 private:
106 
111  MatchboxSHatScale & operator=(const MatchboxSHatScale &) = delete;
112 
113 };
114 
115 }
116 
117 #endif /* Herwig_MatchboxSHatScale_H */
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
MatchboxScaleChoice is the base class for scale choices within Matchbox.
-*- C++ -*-
MatchboxSHatScale implements lastSHat() as scale choice.