#include <BareRootProductGetter.h>
Public Member Functions | |
Buffer (edm::WrapperOwningHolder const &iProd, TBranch *iBranch, void *iAddress, TClass *iClass) | |
Buffer () | |
Public Attributes | |
void * | address_ |
TBranch * | branch_ |
TClass * | class_ |
Long_t | eventEntry_ |
edm::WrapperOwningHolder | product_ |
Definition at line 49 of file BareRootProductGetter.h.
|
inline |
Definition at line 50 of file BareRootProductGetter.h.
|
inline |
Definition at line 54 of file BareRootProductGetter.h.
void* BareRootProductGetter::Buffer::address_ |
Definition at line 58 of file BareRootProductGetter.h.
Referenced by BareRootProductGetter::getIt().
TBranch* BareRootProductGetter::Buffer::branch_ |
Definition at line 57 of file BareRootProductGetter.h.
Referenced by BareRootProductGetter::getIt().
TClass* BareRootProductGetter::Buffer::class_ |
Definition at line 60 of file BareRootProductGetter.h.
Referenced by BareRootProductGetter::getIt().
Long_t BareRootProductGetter::Buffer::eventEntry_ |
Definition at line 59 of file BareRootProductGetter.h.
Referenced by BareRootProductGetter::getIt().
edm::WrapperOwningHolder BareRootProductGetter::Buffer::product_ |
Definition at line 56 of file BareRootProductGetter.h.
Referenced by BareRootProductGetter::getIt().