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
edm::roottree::BranchInfo Struct Reference

#include <RootTree.h>

Public Member Functions

 BranchInfo (ConstBranchDescription const &prod)
 

Public Attributes

ConstBranchDescription branchDescription_
 
TClass * classCache_
 
TBranch * productBranch_
 
TBranch * provenanceBranch_
 

Detailed Description

Definition at line 39 of file RootTree.h.

Constructor & Destructor Documentation

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

Definition at line 40 of file RootTree.h.

40  :
42  productBranch_(0),
44  classCache_(0) {}
ConstBranchDescription branchDescription_
Definition: RootTree.h:45
TBranch * provenanceBranch_
Definition: RootTree.h:47
TBranch * productBranch_
Definition: RootTree.h:46

Member Data Documentation

ConstBranchDescription edm::roottree::BranchInfo::branchDescription_

Definition at line 45 of file RootTree.h.

Referenced by edm::RootDelayedReader::getProduct_().

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

Definition at line 48 of file RootTree.h.

Referenced by edm::RootDelayedReader::getProduct_().

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

Definition at line 46 of file RootTree.h.

Referenced by edm::RootTree::addBranch(), and edm::RootDelayedReader::getProduct_().

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

Definition at line 47 of file RootTree.h.

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