#include <StreamedProducts.h>
Public Member Functions | |
BranchID | branchID () const |
void | clear () |
BranchDescription const * | desc () const |
std::vector< BranchID > const * | parents () const |
bool | present () const |
WrapperBase const * | prod () |
StreamedProduct () | |
StreamedProduct (BranchDescription const &desc) | |
StreamedProduct (WrapperBase const *prod, BranchDescription const &desc, bool present, std::vector< BranchID > const *parents) | |
Private Attributes | |
BranchDescription const * | desc_ |
std::vector< BranchID > const * | parents_ |
bool | present_ |
WrapperBase const * | prod_ |
Definition at line 32 of file StreamedProducts.h.
|
inline |
Definition at line 34 of file StreamedProducts.h.
|
inlineexplicit |
Definition at line 35 of file StreamedProducts.h.
edm::StreamedProduct::StreamedProduct | ( | WrapperBase const * | prod, |
BranchDescription const & | desc, | ||
bool | present, | ||
std::vector< BranchID > const * | parents | ||
) |
Definition at line 6 of file StreamedProducts.cc.
References edm::BranchDescription::branchName(), electrons_cff::branchName, desc(), Exception, edm::BranchDescription::initBranchName(), edm::errors::LogicError, present_, prod(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 44 of file StreamedProducts.h.
References edm::BranchDescription::branchID(), and desc_.
|
inline |
Definition at line 49 of file StreamedProducts.h.
References desc_, parents_, present_, and prod_.
|
inline |
Definition at line 43 of file StreamedProducts.h.
References desc_.
Referenced by StreamedProduct().
|
inline |
Definition at line 46 of file StreamedProducts.h.
References parents_.
|
inline |
|
inline |
Definition at line 47 of file StreamedProducts.h.
References prod_.
Referenced by StreamedProduct().
|
private |
Definition at line 60 of file StreamedProducts.h.
Referenced by branchID(), clear(), and desc().
|
private |
Definition at line 62 of file StreamedProducts.h.
|
private |
Definition at line 61 of file StreamedProducts.h.
Referenced by clear(), present(), and StreamedProduct().
|
private |
Definition at line 59 of file StreamedProducts.h.