#include <ProductHolder.h>
Private Member Functions | |
virtual BranchDescription const & | branchDescription_ () const |
virtual void | checkType_ (WrapperOwningHolder const &) const |
virtual ProductData const & | getProductData () const |
virtual ProductData & | getProductData () |
virtual void | mergeProduct_ (WrapperOwningHolder const &edp, ProductProvenance &productProvenance) |
virtual void | mergeProduct_ (WrapperOwningHolder const &edp) const |
virtual bool | onDemand_ () const |
virtual ProductProvenance * | productProvenancePtr_ () const |
virtual bool | productUnavailable_ () const |
virtual bool | productWasDeleted_ () const |
virtual bool | putOrMergeProduct_ () const |
virtual void | putProduct_ (WrapperOwningHolder const &edp, ProductProvenance const &productProvenance) |
virtual void | putProduct_ (WrapperOwningHolder const &edp) const |
virtual void | resetBranchDescription_ (boost::shared_ptr< BranchDescription const > bd) |
virtual void | resetProductData_ () |
virtual void | resetStatus_ () |
virtual std::string const & | resolvedModuleLabel_ () const |
virtual ProductData const * | resolveProduct_ (ResolveStatus &resolveStatus, bool skipCurrentProcess, ModuleCallingContext const *mcc) const |
virtual void | setPrincipal_ (Principal *principal) |
virtual void | setProcessHistory_ (ProcessHistory const &ph) |
virtual void | setProductDeleted_ () |
virtual void | setProvenance_ (boost::shared_ptr< ProductProvenanceRetriever > provRetriever, ProcessHistory const &ph, ProductID const &pid) |
virtual bool | singleProduct_ () const |
virtual void | swap_ (ProductHolderBase &rhs) |
Private Attributes | |
Principal * | principal_ |
ProductData | productData_ |
bool | productHasBeenDeleted_ |
bool | productIsUnavailable_ |
Additional Inherited Members | |
Public Types inherited from edm::ProductHolderBase | |
enum | ResolveStatus { ProductFound, ProductNotFound, Ambiguous } |
Definition at line 211 of file ProductHolder.h.
|
inlineexplicit |
Definition at line 213 of file ProductHolder.h.
|
virtual |
Definition at line 30 of file ProductHolder.cc.
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 247 of file ProductHolder.h.
References edm::ProductData::branchDescription(), and edm::ProductHolderBase::productData().
|
inlineprivatevirtual |
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 244 of file ProductHolder.h.
References productData_.
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 245 of file ProductHolder.h.
References productData_.
|
privatevirtual |
Implements edm::ProductHolderBase.
Definition at line 183 of file ProductHolder.cc.
|
privatevirtual |
Implements edm::ProductHolderBase.
Definition at line 190 of file ProductHolder.cc.
References edm::ProductHolderBase::mergeTheProduct().
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 241 of file ProductHolder.h.
|
inline |
Definition at line 222 of file ProductHolder.h.
References productIsUnavailable_.
Referenced by productUnavailable_().
|
privatevirtual |
Implements edm::ProductHolderBase.
Definition at line 252 of file ProductHolder.cc.
References edm::Provenance::productProvenance(), and edm::ProductHolderBase::provenance().
|
privatevirtual |
Implements edm::ProductHolderBase.
Definition at line 278 of file ProductHolder.cc.
References edm::WrapperHolder::isPresent(), edm::ProductHolderBase::product(), productIsUnavailable(), setProductUnavailable(), and edm::ProductHolderBase::wrapper().
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 243 of file ProductHolder.h.
References productHasBeenDeleted_.
|
privatevirtual |
Implements edm::ProductHolderBase.
Definition at line 195 of file ProductHolder.cc.
References edm::ProductHolderBase::product().
|
privatevirtual |
Implements edm::ProductHolderBase.
Definition at line 172 of file ProductHolder.cc.
References edm::ProductHolderBase::product(), edm::ProductHolderBase::provenance(), setProduct(), and edm::ProductHolderBase::setProductProvenance().
|
privatevirtual |
Implements edm::ProductHolderBase.
Definition at line 200 of file ProductHolder.cc.
References edm::ProductHolderBase::product(), and setProduct().
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 248 of file ProductHolder.h.
References edm::ProductHolderBase::productData(), and edm::ProductData::resetBranchDescription().
|
privatevirtual |
Implements edm::ProductHolderBase.
Definition at line 256 of file ProductHolder.cc.
References edm::ProductHolderBase::productData(), edm::ProductData::resetProductData(), and edm::ProductHolderBase::resetStatus().
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 239 of file ProductHolder.h.
References productHasBeenDeleted_, and productIsUnavailable_.
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 249 of file ProductHolder.h.
References edm::ProductHolderBase::moduleLabel().
|
privatevirtual |
Implements edm::ProductHolderBase.
Definition at line 39 of file ProductHolder.cc.
References principal_, edm::ProductHolderBase::product(), productData_, edm::ProductHolderBase::ProductFound, edm::ProductHolderBase::ProductNotFound, edm::ProductHolderBase::productUnavailable(), edm::ProductHolderBase::productWasDeleted(), edm::Principal::readFromSource(), and edm::ProductHolderBase::throwProductDeletedException().
|
privatevirtual |
Implements edm::ProductHolderBase.
Definition at line 265 of file ProductHolder.cc.
References cmsRelvalreport::principal(), and principal_.
|
privatevirtual |
Implements edm::ProductHolderBase.
Definition at line 248 of file ProductHolder.cc.
References edm::ProductHolderBase::productData(), edm::ProductData::prov_, and edm::Provenance::setProcessHistory().
void edm::InputProductHolder::setProduct | ( | WrapperOwningHolder const & | prod | ) | const |
Definition at line 233 of file ProductHolder.cc.
References edm::ProductData::getInterface(), edm::WrapperHolder::interface(), edm::WrapperHolder::isPresent(), edm::WrapperHolder::isValid(), edm::WrapperOwningHolder::product(), edm::ProductHolderBase::product(), edm::ProductHolderBase::productData(), edm::WrapperInterfaceBase::sameType(), setProductUnavailable(), and edm::ProductData::wrapper_.
Referenced by putProduct_().
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 246 of file ProductHolder.h.
References productHasBeenDeleted_.
|
inline |
Definition at line 223 of file ProductHolder.h.
References productIsUnavailable_.
Referenced by productUnavailable_(), and setProduct().
|
privatevirtual |
Implements edm::ProductHolderBase.
Definition at line 242 of file ProductHolder.cc.
References edm::ProductHolderBase::productData(), edm::ProductData::prov_, edm::Provenance::setProcessHistory(), edm::Provenance::setProductID(), and edm::Provenance::setStore().
|
privatevirtual |
Implements edm::ProductHolderBase.
Definition at line 261 of file ProductHolder.cc.
|
inlineprivatevirtual |
Implements edm::ProductHolderBase.
Definition at line 226 of file ProductHolder.h.
References productData_, productIsUnavailable_, edm::swap(), and std::swap().
|
private |
Definition at line 260 of file ProductHolder.h.
Referenced by resolveProduct_(), and setPrincipal_().
|
private |
Definition at line 257 of file ProductHolder.h.
Referenced by getProductData(), resolveProduct_(), and swap_().
|
mutableprivate |
Definition at line 259 of file ProductHolder.h.
Referenced by productWasDeleted_(), resetStatus_(), and setProductDeleted_().
|
mutableprivate |
Definition at line 258 of file ProductHolder.h.
Referenced by productIsUnavailable(), resetStatus_(), setProductUnavailable(), and swap_().