CMS 3D CMS Logo

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_
 
edm::propagate_const< TBranch * > branch_
 
edm::propagate_const< TClass * > class_
 
Long_t eventEntry_
 
std::shared_ptr< edm::WrapperBase const > product_
 

Detailed Description

Definition at line 96 of file BareRootProductGetter.h.

Constructor & Destructor Documentation

◆ Buffer() [1/2]

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

Definition at line 97 of file BareRootProductGetter.h.

98  : product_(iProd), branch_(iBranch), address_(iAddress), eventEntry_(-1), class_(iClass) {}
edm::propagate_const< TClass * > class_
edm::propagate_const< TBranch * > branch_
std::shared_ptr< edm::WrapperBase const > product_

◆ Buffer() [2/2]

BareRootProductGetter::Buffer::Buffer ( )
inline

Definition at line 99 of file BareRootProductGetter.h.

99 : product_(), branch_(), address_(), eventEntry_(-1), class_(nullptr) {}
edm::propagate_const< TClass * > class_
edm::propagate_const< TBranch * > branch_
std::shared_ptr< edm::WrapperBase const > product_

Member Data Documentation

◆ address_

void* BareRootProductGetter::Buffer::address_

Definition at line 103 of file BareRootProductGetter.h.

◆ branch_

edm::propagate_const<TBranch*> BareRootProductGetter::Buffer::branch_

Definition at line 102 of file BareRootProductGetter.h.

Referenced by tree.Tree::var(), and tree.Tree::vector().

◆ class_

edm::propagate_const<TClass*> BareRootProductGetter::Buffer::class_

Definition at line 105 of file BareRootProductGetter.h.

◆ eventEntry_

Long_t BareRootProductGetter::Buffer::eventEntry_

Definition at line 104 of file BareRootProductGetter.h.

◆ product_

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

Definition at line 101 of file BareRootProductGetter.h.