CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/DataFormats/GeometryCommonDetAlgo/interface/TransverseBoundPlaneFactory.h

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