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_
 
TBranch * provenanceBranch_
 

Detailed Description

Definition at line 50 of file RootTree.h.

Constructor & Destructor Documentation

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

Definition at line 51 of file RootTree.h.

51  :
53  productBranch_(nullptr),
54  provenanceBranch_(nullptr),
55  classCache_(nullptr),
BranchDescription const branchDescription_
Definition: RootTree.h:57
TBranch * provenanceBranch_
Definition: RootTree.h:59
TBranch * productBranch_
Definition: RootTree.h:58

Member Data Documentation

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

Definition at line 57 of file RootTree.h.

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

Definition at line 60 of file RootTree.h.

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

Definition at line 61 of file RootTree.h.

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

Definition at line 58 of file RootTree.h.

Referenced by edm::RootTree::addBranch().

TBranch* edm::roottree::BranchInfo::provenanceBranch_

Definition at line 59 of file RootTree.h.

Referenced by edm::RootTree::addBranch().