#include <EDProductfwd.h>
Public Types | |
typedef C | product_type |
typedef C | value_type |
Public Member Functions | |
product_type const * | get () const |
bool | hasCache () const |
Checks if product is in memory. More... | |
bool | hasProductCache () const |
Checks if product is in memory. More... | |
ProductID | id () const |
Accessor for product ID. More... | |
bool | isAvailable () const |
bool | isNonnull () const |
Checks for non-null. More... | |
bool | isNull () const |
Checks for null. More... | |
bool | isTransient () const |
Checks if this RefProd is transient (i.e. not persistable). More... | |
bool | operator! () const |
Checks for null. More... | |
product_type const & | operator* () const |
Dereference operator. More... | |
product_type const * | operator-> () const |
Member dereference operator. More... | |
product_type const * | product () const |
EDProductGetter const * | productGetter () const |
Accessor for product getter. More... | |
RefCore const & | refCore () const |
RefProd () | |
Default constructor needed for reading from persistent store. Not for direct use. More... | |
RefProd (Handle< C > const &handle) | |
General purpose constructor from handle. More... | |
RefProd (OrphanHandle< C > const &handle) | |
General purpose constructor from orphan handle. More... | |
RefProd (C const *iProduct) | |
Constructor for ref to object that is not in an event. More... | |
RefProd (TestHandle< C > const &handle) | |
General purpose constructor from test handle. More... | |
RefProd (ProductID const &productID, EDProductGetter const *prodGetter) | |
void | swap (RefProd< C > &) |
~RefProd () | |
Destructor. More... | |
Static Public Member Functions | |
static short | Class_Version () |
Private Member Functions | |
void | checkTypeAtCompileTime (C const *) |
Private Attributes | |
RefCore | product_ |
Definition at line 23 of file EDProductfwd.h.
typedef C edm::RefProd< T >::product_type |
typedef C edm::RefProd< T >::value_type |
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inlineexplicit |
|
inline |
Definition at line 98 of file RefProd.h.
|
inline |
|
inlineprivate |
Definition at line 163 of file RefProd.h.
Referenced by edm::RefProd< reco::CastorEgammaCollection >::RefProd().
|
inlinestatic |
|
inline |
Returns C++ pointer to the product Will attempt to retrieve product
Definition at line 113 of file RefProd.h.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), pat::TriggerEvent::algorithms(), l1extra::L1ParticleMap::candidateInCombo(), rrapi.RRApi::columns(), pat::TriggerEvent::conditions(), rrapi.RRApi::count(), rrapi.RRApi::data(), l1extra::L1ParticleMap::etMissParticleInCombo(), pat::TriggerEvent::filters(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), pat::TriggerEvent::objects(), pat::TriggerEvent::paths(), rrapi.RRApi::report(), rrapi.RRApi::reports(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), rrapi.RRApi::templates(), and rrapi.RRApi::workspaces().
|
inline |
Checks if product is in memory.
Definition at line 143 of file RefProd.h.
Referenced by edm::RefProd< reco::CastorEgammaCollection >::hasProductCache().
|
inline |
Checks if product is in memory.
Definition at line 146 of file RefProd.h.
|
inline |
Accessor for product ID.
Definition at line 137 of file RefProd.h.
Referenced by PseudoTopProducer::buildGenParticle(), GenParticleProducer::produce(), TrackListMerger::produce(), pat::PATJetUpdater::produce(), pat::GenPlusSimParticleProducer::produce(), BoostedJetMerger::produce(), edm::RefToBaseProd< T >::RefToBaseProd(), and edm::Association< reco::FFTJPTJetCollection >::setRef().
|
inline |
|
inline |
Checks for non-null.
Definition at line 131 of file RefProd.h.
Referenced by reco::ClusterRemovalInfo::hasPixel(), reco::ClusterRemovalInfo::hasStrip(), and edm::RefProd< reco::CastorEgammaCollection >::isNull().
|
inline |
Checks for null.
Definition at line 128 of file RefProd.h.
Referenced by edm::RefProd< reco::CastorEgammaCollection >::get(), edm::RefProd< reco::CastorEgammaCollection >::operator!(), edm::RefProd< reco::CastorEgammaCollection >::product(), and edm::Association< reco::FFTJPTJetCollection >::setRef().
|
inline |
|
inline |
|
inline |
|
inline |
Member dereference operator.
Definition at line 183 of file RefProd.h.
References svgfig::template().
Referenced by edm::RefProd< reco::CastorEgammaCollection >::get(), and edm::RefProd< reco::CastorEgammaCollection >::product().
|
inline |
Returns C++ pointer to the product Will attempt to retrieve product
Definition at line 119 of file RefProd.h.
Referenced by edm::RefToBaseProd< T >::RefToBaseProd().
|
inline |
Accessor for product getter.
Definition at line 140 of file RefProd.h.
Referenced by BoostedJetMerger::produce().
|
inline |
Definition at line 123 of file RefProd.h.
Referenced by edm::operator==(), edm::Ref< C, T, F >::Ref(), edm::RefToBaseProd< T >::RefToBaseProd(), and reco::TrackExtraBase::setHits().
|
inline |
Definition at line 190 of file RefProd.h.
References edm::RefProd< T >::product_, and edm::swap().
Referenced by reco::ClusterRemovalInfo::swap(), edm::Association< reco::FFTJPTJetCollection >::swap(), and edm::swap().
|
private |
Definition at line 165 of file RefProd.h.
Referenced by edm::RefProd< reco::CastorEgammaCollection >::hasCache(), edm::RefProd< reco::CastorEgammaCollection >::id(), edm::RefProd< reco::CastorEgammaCollection >::isAvailable(), edm::RefProd< reco::CastorEgammaCollection >::isNonnull(), edm::RefProd< reco::CastorEgammaCollection >::isTransient(), edm::RefProd< reco::CastorEgammaCollection >::productGetter(), edm::RefProd< reco::CastorEgammaCollection >::refCore(), and edm::RefProd< T >::swap().