Logo ROOT   6.08/07
Reference Guide
TVectorF.h
Go to the documentation of this file.
1 /*************************************************************************
2  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
3  * All rights reserved. *
4  * *
5  * For the licensing terms see $ROOTSYS/LICENSE. *
6  * For the list of contributors see $ROOTSYS/README/CREDITS. *
7  *************************************************************************/
8 
9 #ifndef ROOT_TVectorF
10 #define ROOT_TVectorF
11 
12 //////////////////////////////////////////////////////////////////////////
13 // //
14 // TVectorF //
15 // //
16 // Instantation of TVectorT<Float_t> //
17 // //
18 //////////////////////////////////////////////////////////////////////////
19 
20 #ifndef ROOT_TVectorT
21 #include "TVectorT.h"
22 #endif
23 #ifndef ROOT_TVectorFfwd
24 #include "TVectorFfwd.h"
25 #endif
26 #ifndef ROOT_TMatrixD
27 #include "TMatrixD.h"
28 #endif
29 #ifndef ROOT_TMatrixDSym
30 #include "TMatrixDSym.h"
31 #endif
32 #ifndef ROOT_TMatrixDSparse
33 #include "TMatrixDSparse.h"
34 #endif
35 
36 #endif