CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AlgebraicObjects.h
Go to the documentation of this file.
1 #ifndef _TRACKER_ALGEBRAICOBJECTS_H_
2 #define _TRACKER_ALGEBRAICOBJECTS_H_
3 
4 #ifdef HEP_SHORT_NAMES
5 #undef HEP_SHORT_NAMES
6 #endif
7 
8 #include "CLHEP/Matrix/Vector.h"
9 #include "CLHEP/Matrix/Matrix.h"
10 #include "CLHEP/Matrix/SymMatrix.h"
11 
12 typedef CLHEP::HepVector AlgebraicVector;
13 typedef CLHEP::HepMatrix AlgebraicMatrix;
14 typedef CLHEP::HepSymMatrix AlgebraicSymMatrix;
15 
16 #include "DataFormats/CLHEP/interface/Migration.h" //INCLUDECHECKER:SKIP
17 
18 #endif
CLHEP::HepMatrix AlgebraicMatrix
CLHEP::HepVector AlgebraicVector
CLHEP::HepSymMatrix AlgebraicSymMatrix