CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/DataFormats/GeometrySurface/src/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 { }