CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
edm::roottree::BranchInfo Struct Reference

#include <RootTree.h>

Public Member Functions

 BranchInfo (BranchDescription const &prod)
 

Public Attributes

BranchDescription const branchDescription_
 
TClass * classCache_
 
Int_t offsetToWrapperBase_
 
TBranch * productBranch_
 

Detailed Description

Definition at line 43 of file RootTree.h.

Constructor & Destructor Documentation

◆ BranchInfo()

edm::roottree::BranchInfo::BranchInfo ( BranchDescription const &  prod)
inline

Definition at line 44 of file RootTree.h.

Member Data Documentation

◆ branchDescription_

BranchDescription const edm::roottree::BranchInfo::branchDescription_

Definition at line 46 of file RootTree.h.

◆ classCache_

TClass* edm::roottree::BranchInfo::classCache_
mutable

Definition at line 49 of file RootTree.h.

◆ offsetToWrapperBase_

Int_t edm::roottree::BranchInfo::offsetToWrapperBase_
mutable

Definition at line 50 of file RootTree.h.

◆ productBranch_

TBranch* edm::roottree::BranchInfo::productBranch_

Definition at line 47 of file RootTree.h.