CMS 3D CMS Logo

CMSSW_4_4_3_patch1/src/DataFormats/CLHEP/interface/AlgebraicObjects.h

Go to the documentation of this file.
00001 #ifndef _TRACKER_ALGEBRAICOBJECTS_H_
00002 #define _TRACKER_ALGEBRAICOBJECTS_H_
00003 
00004 #ifdef HEP_SHORT_NAMES
00005 #undef HEP_SHORT_NAMES
00006 #endif
00007 
00008 #include "CLHEP/Matrix/Vector.h"
00009 #include "CLHEP/Matrix/Matrix.h"
00010 #include "CLHEP/Matrix/SymMatrix.h"
00011 
00012 typedef CLHEP::HepVector      AlgebraicVector;
00013 typedef CLHEP::HepMatrix      AlgebraicMatrix;
00014 typedef CLHEP::HepSymMatrix   AlgebraicSymMatrix;
00015 
00016 #include "DataFormats/CLHEP/interface/Migration.h" //INCLUDECHECKER:SKIP
00017 
00018 #endif