#include <RootTree.h>
Public Member Functions | |
BranchInfo * | find (BranchID const &iKey) |
BranchInfo const * | find (BranchID const &iKey) const |
void | insert (edm::BranchID const &iKey, BranchInfo const &iInfo) |
void | reserve (size_t iSize) |
Private Types | |
enum | { kKeys, kInfos } |
Private Attributes | |
std::unordered_map< unsigned int, BranchInfo > | map_ |
Definition at line 67 of file RootTree.h.
|
private |
|
inline |
|
inline |
Definition at line 76 of file RootTree.h.
References edm::BranchID::id(), and map_.
Referenced by edm::RootDelayedReader::getBranchInfo().
|
inline |
Definition at line 75 of file RootTree.h.
References edm::BranchID::id(), and map_.
Referenced by edm::RootTree::addBranch().
|
inline |
Definition at line 74 of file RootTree.h.
References map_.
Referenced by edm::RootTree::numberOfBranchesToAdd().
|
private |
Definition at line 92 of file RootTree.h.