CMS 3D CMS Logo

Public Member Functions | Public Attributes

BareRootProductGetter::Buffer Struct Reference

#include <BareRootProductGetter.h>

List of all members.

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_

Detailed Description

Definition at line 49 of file BareRootProductGetter.h.


Constructor & Destructor Documentation

BareRootProductGetter::Buffer::Buffer ( edm::WrapperOwningHolder const &  iProd,
TBranch *  iBranch,
void *  iAddress,
TClass *  iClass 
) [inline]

Definition at line 50 of file BareRootProductGetter.h.

                               :
        product_(iProd), branch_(iBranch), address_(iAddress), eventEntry_(-1),
        class_(iClass) {}
BareRootProductGetter::Buffer::Buffer ( ) [inline]

Definition at line 54 of file BareRootProductGetter.h.


Member Data Documentation

Definition at line 58 of file BareRootProductGetter.h.

Referenced by BareRootProductGetter::getIt().

Definition at line 57 of file BareRootProductGetter.h.

Referenced by BareRootProductGetter::getIt().

Definition at line 60 of file BareRootProductGetter.h.

Referenced by BareRootProductGetter::getIt().

Definition at line 59 of file BareRootProductGetter.h.

Referenced by BareRootProductGetter::getIt().

Definition at line 56 of file BareRootProductGetter.h.

Referenced by BareRootProductGetter::getIt().