Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:05:24

0001 #ifndef DDD_DDTranslation_h
0002 #define DDD_DDTranslation_h
0003 #include <Math/Vector3D.h>
0004 
0005 //! A DD Translation is currently implemented with Root Vector3D
0006 typedef ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double> > DD3Vector;
0007 typedef ROOT::Math::DisplacementVector3D<ROOT::Math::Cartesian3D<double> > DDTranslation;
0008 
0009 #endif