CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
BareRootProductGetter::Buffer Struct Reference

Public Member Functions

 Buffer (edm::WrapperBase const *iProd, TBranch *iBranch, void *iAddress, TClass *iClass)
 
 Buffer ()
 

Public Attributes

void * address_
 
TBranch * branch_
 
TClass * class_
 
Long_t eventEntry_
 
std::shared_ptr
< edm::WrapperBase const > 
product_
 

Detailed Description

Definition at line 53 of file BareRootProductGetter.h.

Constructor & Destructor Documentation

BareRootProductGetter::Buffer::Buffer ( edm::WrapperBase const *  iProd,
TBranch *  iBranch,
void *  iAddress,
TClass *  iClass 
)
inline

Definition at line 54 of file BareRootProductGetter.h.

55  :
56  product_(iProd), branch_(iBranch), address_(iAddress), eventEntry_(-1),
57  class_(iClass) {}
std::shared_ptr< edm::WrapperBase const > product_
BareRootProductGetter::Buffer::Buffer ( )
inline

Member Data Documentation

void* BareRootProductGetter::Buffer::address_

Definition at line 62 of file BareRootProductGetter.h.

Referenced by BareRootProductGetter::getIt().

TBranch* BareRootProductGetter::Buffer::branch_

Definition at line 61 of file BareRootProductGetter.h.

Referenced by BareRootProductGetter::getIt().

TClass* BareRootProductGetter::Buffer::class_

Definition at line 64 of file BareRootProductGetter.h.

Referenced by BareRootProductGetter::getIt().

Long_t BareRootProductGetter::Buffer::eventEntry_

Definition at line 63 of file BareRootProductGetter.h.

Referenced by BareRootProductGetter::getIt().

std::shared_ptr<edm::WrapperBase const> BareRootProductGetter::Buffer::product_

Definition at line 60 of file BareRootProductGetter.h.

Referenced by BareRootProductGetter::getIt().