Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:55

0001 #include "DataFormats/Common/interface/OrphanHandleBase.h"
0002 
0003 namespace edm {
0004   void const* OrphanHandleBase::productStorage() const { return product_; }
0005 
0006   ProductID OrphanHandleBase::id() const { return id_; }
0007 }  // namespace edm