herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
MatchboxTopMTScale.h
1 // -*- C++ -*-
2 //
3 // MatchboxTopMTScale.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_MatchboxTopMTScale_H
10 #define Herwig_MatchboxTopMTScale_H
11 //
12 // This is the declaration of the MatchboxTopMTScale class.
13 //
14 
15 #include "Herwig/MatrixElement/Matchbox/Utility/MatchboxScaleChoice.h"
16 
17 namespace Herwig {
18 
19 using namespace ThePEG;
20 
30 
31 public:
32 
39 
43  virtual ~MatchboxTopMTScale();
45 
46 public:
47 
51  virtual Energy2 renormalizationScale() const;
52 
56  virtual Energy2 factorizationScale() const;
57 
61  virtual Energy2 showerScale() const;
62 
63 
64 public:
65 
72  void persistentOutput(PersistentOStream & os) const;
73 
79  void persistentInput(PersistentIStream & is, int version);
81 
88  static void Init();
89 
90 protected:
91 
98  virtual IBPtr clone() const;
99 
104  virtual IBPtr fullclone() const;
106 
107 private:
108 
112  unsigned int theShowerScaleMode;
113 
114 // If needed, insert declarations of virtual function defined in the
115 // InterfacedBase class here (using ThePEG-interfaced-decl in Emacs).
116 
117 
118 private:
119 
124  MatchboxTopMTScale & operator=(const MatchboxTopMTScale &) = delete;
125 
126 };
127 
128 }
129 
130 #endif /* Herwig_MatchboxTopMTScale_H */
unsigned int theShowerScaleMode
Switch to choose the definition of the shower hard scale.
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
MatchboxTopMTScale implements a scale choice related to the average of the transverse masses of a top...
MatchboxScaleChoice is the base class for scale choices within Matchbox.
-*- C++ -*-