#include <RootTree.h>
Public Member Functions | |
BranchInfo const * | find (BranchID const &iKey) const |
BranchInfo * | find (BranchID const &iKey) |
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 65 of file RootTree.h.
|
private |
Enumerator | |
---|---|
kKeys | |
kInfos |
Definition at line 66 of file RootTree.h.
|
inline |
Definition at line 74 of file RootTree.h.
References edm::BranchID::id().
Referenced by edm::RootDelayedReader::getBranchInfo().
|
inline |
Definition at line 81 of file RootTree.h.
References edm::BranchID::id().
|
inline |
Definition at line 73 of file RootTree.h.
References edm::BranchID::id().
Referenced by edm::RootTree::addBranch().
|
inline |
Definition at line 72 of file RootTree.h.
|
private |
Definition at line 90 of file RootTree.h.