thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
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
9namespace ThePEG {
10
11class ParVectorBase;
12
13template <typename Type>
14class ParVectorTBase;
15
16template <typename T, typename Type = double>
17class ParVector;
18
19}
20
21#endif /* ThePEG_ParVector_FH */