Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:04:14

0001 #ifndef Geom_TangentPlane_H
0002 #define Geom_TangentPlane_H
0003 
0004 #include "DataFormats/GeometrySurface/interface/Plane.h"
0005 
0006 /** Plane tangent to a more general surface (e.g. cylinder).
0007  *  To be constructed by the "parent" surface.
0008  */
0009 
0010 using TangentPlane = Plane;
0011 
0012 #endif