00001 // -*- C++ -*- 00002 // 00003 // HadronizationHandler.h is a part of ThePEG - Toolkit for HEP Event Generation 00004 // Copyright (C) 1999-2007 Leif Lonnblad 00005 // 00006 // ThePEG is licenced under version 2 of the GPL, see COPYING for details. 00007 // Please respect the MCnet academic guidelines, see GUIDELINES for details. 00008 // 00009 #ifndef ThePEG_HadronizationHandler_H 00010 #define ThePEG_HadronizationHandler_H 00011 // This is the declaration of the HadronizationHandler class. 00012 00013 #include "StepHandler.h" 00014 00015 namespace ThePEG { 00016 00030 class HadronizationHandler: public StepHandler { 00031 00032 public: 00033 00037 static void Init(); 00038 00039 private: 00040 00044 static AbstractNoPIOClassDescription<HadronizationHandler> 00045 initHadronizationHandler; 00046 00050 HadronizationHandler & operator=(const HadronizationHandler &); 00051 00052 }; 00053 00060 template <> 00061 struct BaseClassTrait<HadronizationHandler,1>: public ClassTraitsType { 00063 typedef StepHandler NthBase; 00064 }; 00065 00070 template <> 00071 struct ClassTraits<HadronizationHandler>: 00072 public ClassTraitsBase<HadronizationHandler> { 00074 static string className() { return "ThePEG::HadronizationHandler"; } 00075 }; 00076 00079 } 00080 00081 #endif /* ThePEG_HadronizationHandler_H */