CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/DataFormats/GeometryCommonDetAlgo/interface/PerpendicularBoundPlaneBuilder.h

Go to the documentation of this file.
00001 #ifndef PerpendicularBoundPlaneBuilder_H
00002 #define PerpendicularBoundPlaneBuilder_H
00003 
00004 #include "DataFormats/GeometrySurface/interface/BoundPlane.h"
00005 #include "DataFormats/GeometrySurface/interface/Surface.h"
00006 
00011 class PerpendicularBoundPlaneBuilder {
00012 public:
00013 
00014   BoundPlane* operator()( const Surface::GlobalPoint& origin,
00015                           const Surface::GlobalVector& perp) const;
00016 
00017 };
00018   
00019 #endif