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