src
DataFormats
Common
src
OrphanHandleBase.cc
Go to the documentation of this file.
1
#include "
DataFormats/Common/interface/OrphanHandleBase.h
"
2
3
namespace
edm
{
4
void
const
*
OrphanHandleBase::productStorage
()
const
{
return
product_
; }
5
6
ProductID
OrphanHandleBase::id
()
const
{
return
id_
; }
7
}
// namespace edm
edm::ProductID
Definition:
ProductID.h:27
edm::OrphanHandleBase::id
ProductID id() const
Definition:
OrphanHandleBase.cc:6
OrphanHandleBase.h
edm::OrphanHandleBase::product_
void const * product_
Definition:
OrphanHandleBase.h:53
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::OrphanHandleBase::id_
ProductID id_
Definition:
OrphanHandleBase.h:54
edm::OrphanHandleBase::productStorage
void const * productStorage() const
Definition:
OrphanHandleBase.cc:4
Generated for CMSSW Reference Manual by
1.8.14