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

const BranchDescription branchDescription_
 
TClass * classCache_
 
Int_t offsetToWrapperBase_
 
TBranch * productBranch_
 
TBranch * provenanceBranch_
 

Detailed Description

Definition at line 52 of file RootTree.h.

Constructor & Destructor Documentation

◆ BranchInfo()

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

Definition at line 53 of file RootTree.h.

55  productBranch_(nullptr),
56  provenanceBranch_(nullptr),
57  classCache_(nullptr),

Member Data Documentation

◆ branchDescription_

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

Definition at line 59 of file RootTree.h.

◆ classCache_

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

Definition at line 63 of file RootTree.h.

◆ offsetToWrapperBase_

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

Definition at line 64 of file RootTree.h.

◆ productBranch_

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

Definition at line 60 of file RootTree.h.

◆ provenanceBranch_

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

Definition at line 61 of file RootTree.h.

edm::roottree::BranchInfo::classCache_
TClass * classCache_
Definition: RootTree.h:63
edm::roottree::BranchInfo::offsetToWrapperBase_
Int_t offsetToWrapperBase_
Definition: RootTree.h:64
dumpMFGeometry_cfg.prod
prod
Definition: dumpMFGeometry_cfg.py:24
edm::roottree::BranchInfo::provenanceBranch_
TBranch * provenanceBranch_
Definition: RootTree.h:61
edm::roottree::BranchInfo::branchDescription_
const BranchDescription branchDescription_
Definition: RootTree.h:59
edm::roottree::BranchInfo::productBranch_
TBranch * productBranch_
Definition: RootTree.h:60