#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 |
|
inline |
|
inlineprivate |
|
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__().
|
inline |
|
inline |
|
inline |
Accessor for product ID.
Definition at line 137 of file RefProd.h.
Referenced by BoostedJetMerger::produce(), 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(), and reco::ClusterRemovalInfo::hasStrip().
|
inline |
Checks for null.
Definition at line 128 of file RefProd.h.
Referenced by edm::Association< reco::FFTJPTJetCollection >::setRef().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
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 reco::TrackExtraBase::setHits().
|
inline |
Definition at line 190 of file RefProd.h.
Referenced by reco::ClusterRemovalInfo::swap(), and edm::Association< reco::FFTJPTJetCollection >::swap().
|
private |