Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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