herwig is hosted by Hepforge, IPPP Durham
Herwig  7.2.1
HerwigStrategy.h
1 // -*- C++ -*-
2 //
3 // HerwigStrategy.h is a part of Herwig - A multi-purpose Monte Carlo event generator
4 // Copyright (C) 2008-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_HerwigStrategy_H
10 #define Herwig_HerwigStrategy_H
11 // This is the declaration of the HerwigStrategy class.
12 
13 #include "ThePEG/Repository/Strategy.h"
14 #include <string>
15 
16 namespace Herwig {
17 
18 using namespace ThePEG;
19 
29 
30 public:
31 
35  static void Init();
36 
40  static const std::string version;
41 
45  virtual const std::string versionstring() const;
46 
47 protected:
48 
55  virtual IBPtr clone() const;
56 
61  virtual IBPtr fullclone() const;
63 
64 private:
65 
69  HerwigStrategy & operator=(const HerwigStrategy &) = delete;
70 
71 };
72 
73 }
74 
75 #endif /* Herwig_HerwigStrategy_H */
ThePEG::Ptr< InterfacedBase >::pointer IBPtr
The HerwigStrategy class is a sub-class of the Strategy class, simply implementing the correct citati...
static const std::string version
Freeform version string.
-*- C++ -*-