Public Member Functions | |
Buffer (edm::WrapperBase const *iProd, TBranch *iBranch, void *iAddress, TClass *iClass) | |
Buffer () | |
Public Attributes | |
void * | address_ |
edm::propagate_const< TBranch * > | branch_ |
edm::propagate_const< TClass * > | class_ |
Long_t | eventEntry_ |
std::shared_ptr< edm::WrapperBase const > | product_ |
Definition at line 83 of file BareRootProductGetter.h.
|
inline |
Definition at line 84 of file BareRootProductGetter.h.
|
inline |
Definition at line 86 of file BareRootProductGetter.h.
void* BareRootProductGetter::Buffer::address_ |
Definition at line 90 of file BareRootProductGetter.h.
Referenced by BareRootProductGetter::getIt().
edm::propagate_const<TBranch*> BareRootProductGetter::Buffer::branch_ |
Definition at line 89 of file BareRootProductGetter.h.
Referenced by BareRootProductGetter::getIt(), tree.Tree::var(), and tree.Tree::vector().
edm::propagate_const<TClass*> BareRootProductGetter::Buffer::class_ |
Definition at line 92 of file BareRootProductGetter.h.
Referenced by BareRootProductGetter::getIt().
Long_t BareRootProductGetter::Buffer::eventEntry_ |
Definition at line 91 of file BareRootProductGetter.h.
Referenced by BareRootProductGetter::getIt().
std::shared_ptr<edm::WrapperBase const> BareRootProductGetter::Buffer::product_ |
Definition at line 88 of file BareRootProductGetter.h.
Referenced by BareRootProductGetter::getIt().