CMS 3D CMS Logo

BoundPlane.cc

Go to the documentation of this file.
00001 #include "DataFormats/GeometrySurface/interface/BoundPlane.h"
00002 #include "DataFormats/GeometrySurface/interface/OpenBounds.h"
00003 
00004 BoundPlane::BoundPlane( const PositionType& pos, 
00005                         const RotationType& rot) :
00006     Surface( pos,rot ),
00007     Plane( pos, rot ),
00008     BoundSurface( pos, rot, OpenBounds() )
00009 { }

Generated on Tue Jun 9 17:30:51 2009 for CMSSW by  doxygen 1.5.4