#include <RootTree.h>
Public Types | |
using | Map = std::unordered_map< unsigned int, BranchInfo > |
Public Member Functions | |
BranchInfo const * | find (BranchID const &iKey) const |
void | insert (edm::BranchID const &iKey, BranchInfo const &iInfo) |
void | reserve (Map::size_type iSize) |
Private Attributes | |
Map | map_ |
Definition at line 53 of file RootTree.h.
using edm::roottree::BranchMap::Map = std::unordered_map<unsigned int, BranchInfo> |
Definition at line 55 of file RootTree.h.
|
inline |
Definition at line 59 of file RootTree.h.
References edm::BranchID::id(), and map_.
Referenced by edm::RootDelayedReader::getBranchInfo().
|
inline |
Definition at line 58 of file RootTree.h.
References edm::BranchID::id(), and map_.
Referenced by edm::RootTree::addBranch().
|
inline |
Definition at line 57 of file RootTree.h.
References map_.
Referenced by edm::RootTree::numberOfBranchesToAdd().