![]() |
![]() |
#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 77 of file RootTree.h.
References edm::BranchID::id(), and map_.
Referenced by edm::RootDelayedReader::getBranchInfo().
|
inline |
Definition at line 82 of file RootTree.h.
References edm::BranchID::id(), and map_.
|
inline |
Definition at line 74 of file RootTree.h.
References edm::BranchID::id(), and map_.
Referenced by edm::RootTree::addBranch().
|
inline |
Definition at line 71 of file RootTree.h.
References map_.
|
private |
Definition at line 89 of file RootTree.h.