ThePEG  1.8.0
HadronizationHandler.h
1 // -*- C++ -*-
2 //
3 // HadronizationHandler.h is a part of ThePEG - Toolkit for HEP Event Generation
4 // Copyright (C) 1999-2011 Leif Lonnblad
5 //
6 // ThePEG is licenced under version 2 of the GPL, see COPYING for details.
7 // Please respect the MCnet academic guidelines, see GUIDELINES for details.
8 //
9 #ifndef ThePEG_HadronizationHandler_H
10 #define ThePEG_HadronizationHandler_H
11 // This is the declaration of the HadronizationHandler class.
12 
13 #include "StepHandler.h"
14 
15 namespace ThePEG {
16 
31 
32 public:
33 
37  static void Init();
38 
39 private:
40 
46 
51 
52 };
53 
60 template <>
63  typedef StepHandler NthBase;
64 };
65 
70 template <>
71 struct ClassTraits<HadronizationHandler>:
72  public ClassTraitsBase<HadronizationHandler> {
74  static string className() { return "ThePEG::HadronizationHandler"; }
75 };
76 
79 }
80 
81 #endif /* ThePEG_HadronizationHandler_H */