thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
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
9namespace ThePEG {
10
11class RefVectorBase;
12
13template <class T, class R>
14class RefVector;
15
16}
17
18#endif /* ThePEG_RefVector_FH */