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