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 { }