Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef TransverseBoundPlaneFactory_H
0002 #define TransverseBoundPlaneFactory_H
0003 
0004 #include "DataFormats/GeometrySurface/interface/BoundPlane.h"
0005 
0006 /** Obsolete.
0007  */
0008 
0009 class TransverseBoundPlaneFactory {
0010 public:
0011   BoundPlane* operator()(const Surface::GlobalPoint& origin, const Surface::GlobalVector& perp) const;
0012 };
0013 
0014 #endif