thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
RefVector.fh
1 // -*- C++ -*-
2 #ifndef ThePEG_RefVector_FH
3 #define ThePEG_RefVector_FH
4 //
5 // This is the forward declaration of the RefVector and RefVectorBase
6 // classes.
7 //
8 
9 namespace ThePEG {
10 
11 class RefVectorBase;
12 
13 template <class T, class R>
14 class RefVector;
15 
16 }
17 
18 #endif /* ThePEG_RefVector_FH */