00001
00002 #ifndef ThePEG_ClassDescription_FH
00003 #define ThePEG_ClassDescription_FH
00004
00005
00006
00007
00008
00009
00010 #include "ThePEG/Config/ThePEG.h"
00011
00012 namespace ThePEG {
00013
00014 class ClassDescriptionBase;
00015
00016 template <typename T>
00017 class ClassDescription;
00018
00019 template <typename T>
00020 class AbstractClassDescription;
00021
00022 template <typename T>
00023 class NoPIOClassDescription;
00024
00025 template <typename T>
00026 class AbstractNoPIOClassDescription;
00027
00028 }
00029
00030 #endif