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