Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:49:19

0001 #ifndef _TRACKER_ALGEBRAICOBJECTS_H_
0002 #define _TRACKER_ALGEBRAICOBJECTS_H_
0003 
0004 #ifdef HEP_SHORT_NAMES
0005 #undef HEP_SHORT_NAMES
0006 #endif
0007 #include <vector>
0008 #include <ostream>
0009 #include "CLHEP/Matrix/Vector.h"
0010 #include "CLHEP/Matrix/Matrix.h"
0011 #include "CLHEP/Matrix/SymMatrix.h"
0012 
0013 typedef CLHEP::HepVector AlgebraicVector;
0014 typedef CLHEP::HepMatrix AlgebraicMatrix;
0015 typedef CLHEP::HepSymMatrix AlgebraicSymMatrix;
0016 
0017 #include "DataFormats/CLHEP/interface/Migration.h"  //INCLUDECHECKER:SKIP
0018 
0019 #endif