CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/DataFormats/Common/src/OrphanHandleBase.cc

Go to the documentation of this file.
00001 #include "DataFormats/Common/interface/OrphanHandleBase.h"
00002 
00003 namespace edm {
00004   void const*
00005   OrphanHandleBase::productStorage() const {
00006     return product_;
00007   }
00008 
00009   ProductID
00010   OrphanHandleBase::id() const {
00011     return id_;
00012   }
00013 }