Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef Geom_BoundCylinder_H
0002 #define Geom_BoundCylinder_H
0003 
0004 /** \class BoundCylinder
0005  *
0006  *  A Cylinder 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 
0015 #include "DataFormats/GeometrySurface/interface/Cylinder.h"
0016 
0017 using BoundCylinder = Cylinder;
0018 
0019 #endif  // Geom_BoundCylinder_H