thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
ParVector.fh
1 // -*- C++ -*-
2 #ifndef ThePEG_ParVector_FH
3 #define ThePEG_ParVector_FH
4 //
5 // This is the forward declaration of the ParVector, ParVectorTBase
6 // and ParVectorBase classes.
7 //
8 
9 namespace ThePEG {
10 
11 class ParVectorBase;
12 
13 template <typename Type>
14 class ParVectorTBase;
15 
16 template <typename T, typename Type = double>
17 class ParVector;
18 
19 }
20 
21 #endif /* ThePEG_ParVector_FH */