Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/ThePEG/Interface/Parameter.fh is written in an unsupported language. File is not indexed.

0001 // -*- C++ -*-
0002 #ifndef ThePEG_Parameter_FH
0003 #define ThePEG_Parameter_FH
0004 //
0005 // This is the forward declaration of the Parameter, ParameterTBase
0006 // and ParameterBase classes.
0007 //
0008 
0009 namespace ThePEG {
0010 
0011 class ParameterBase;
0012 
0013 template <typename Type>
0014 class ParameterTBase;
0015 
0016 template <typename T, typename Type = double>
0017 class Parameter;
0018 
0019 }
0020 
0021 #endif /* ThePEG_Parameter_FH */