Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef Geom_BoundPlane_H
0002 #define Geom_BoundPlane_H
0003 
0004 /** \class BoundPlane
0005  *
0006  *  A plane in 3D space, with bounds.
0007  *  
0008  *  \warning Surfaces are reference counted, so only ReferenceCountingPointer
0009  *  should be used to point to them. For this reason, they should be 
0010  *  using the static build() method. 
0011  *  (The normal constructor will become private in the future).
0012  */
0013 
0014 #include "DataFormats/GeometrySurface/interface/Plane.h"
0015 
0016 #endif  // Geom_BoundPlane_H