CMS 3D CMS Logo

GeomDetUnit.cc

Go to the documentation of this file.
00001 #include "Geometry/CommonDetUnit/interface/GeomDetUnit.h"
00002 #include "Geometry/CommonDetUnit/interface/GeomDetType.h"
00003 
00004 GeomDetUnit::GeomDetUnit( BoundPlane* sp) : GeomDet(sp)
00005 {}
00006 
00007 GeomDetUnit::GeomDetUnit( const ReferenceCountingPointer<BoundPlane>& plane) :
00008   GeomDet(plane) {}
00009 
00010 GeomDetUnit::~GeomDetUnit()
00011 {}
00012 
00013 GeomDet::SubDetector GeomDetUnit::subDetector() const {
00014   return type().subDetector();
00015 }
00016 

Generated on Tue Jun 9 17:37:18 2009 for CMSSW by  doxygen 1.5.4