herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
MatchboxTopMinMTScale.h
1 // -*- C++ -*-
2 //
3 // MatchboxTopMinMTScale.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_MatchboxTopMinMTScale_H
10 #define Herwig_MatchboxTopMinMTScale_H
11 //
12 // This is the declaration of the MatchboxTopMinMTScale 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 ~MatchboxTopMinMTScale();
45 
46 public:
47 
51  virtual Energy2 renormalizationScale() const;
52 
56  virtual Energy2 factorizationScale() const;
57 
58 public:
59 
66  void persistentOutput(PersistentOStream & os) const;
67 
73  void persistentInput(PersistentIStream & is, int version);
75 
82  static void Init();
83 
84 protected:
85 
92  virtual IBPtr clone() const;
93 
98  virtual IBPtr fullclone() const;
100 
101 private:
102 
103 
104 // If needed, insert declarations of virtual function defined in the
105 // InterfacedBase class here (using ThePEG-interfaced-decl in Emacs).
106 
107 
108 private:
109 
114  MatchboxTopMinMTScale & operator=(const MatchboxTopMinMTScale &) = delete;
115 
116 };
117 
118 }
119 
120 #endif /* Herwig_MatchboxTopMinMTScale_H */
MatchboxTopMinMTScale implements a scale choice related to the quadratic sum of transverse masses of ...
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
MatchboxScaleChoice is the base class for scale choices within Matchbox.
-*- C++ -*-