#include <RootTree.h>
Public Member Functions | |
BranchInfo (ConstBranchDescription const &prod) | |
Public Attributes | |
ConstBranchDescription | branchDescription_ |
TClass * | classCache_ |
TBranch * | productBranch_ |
TBranch * | provenanceBranch_ |
Definition at line 40 of file RootTree.h.
edm::roottree::BranchInfo::BranchInfo | ( | ConstBranchDescription const & | prod | ) | [inline] |
Definition at line 41 of file RootTree.h.
: branchDescription_(prod), productBranch_(0), provenanceBranch_(0), classCache_(0) {}
Definition at line 46 of file RootTree.h.
TClass* edm::roottree::BranchInfo::classCache_ [mutable] |
Definition at line 49 of file RootTree.h.
Definition at line 47 of file RootTree.h.
Referenced by edm::RootTree::addBranch().
Definition at line 48 of file RootTree.h.
Referenced by edm::RootTree::addBranch().