00001 // -*- C++ -*- 00002 #ifndef ThePEG_Parameter_FH 00003 #define ThePEG_Parameter_FH 00004 // 00005 // This is the forward declaration of the Parameter, ParameterTBase 00006 // and ParameterBase classes. 00007 // 00008 00009 namespace ThePEG { 00010 00011 class ParameterBase; 00012 00013 template <typename Type> 00014 class ParameterTBase; 00015 00016 template <typename T, typename Type = double> 00017 class Parameter; 00018 00019 } 00020 00021 #endif /* ThePEG_Parameter_FH */