#include <AANTTreeMap.h>
|
| static void | setTree (const std::string &stream, TTree *tree) |
| static TTree * | getTree (const std::string &stream) |
Definition at line 15 of file AANTTreeMap.h.
◆ getTree()
| TTree * AANTTreeMap::getTree |
( |
const std::string & | stream | ) |
|
|
inlinestatic |
Definition at line 23 of file AANTTreeMap.h.
24 {
25 std::scoped_lock lock (
s_mutex);
27 }
static std::mutex s_mutex
tree map
◆ setTree()
| void AANTTreeMap::setTree |
( |
const std::string & | stream, |
|
|
TTree * | tree ) |
|
inlinestatic |
◆ ATLAS_THREAD_SAFE
| std::map<std::string,TTree*> s_treeMap AANTTreeMap::ATLAS_THREAD_SAFE |
|
staticprivate |
◆ s_mutex
| std::mutex AANTTreeMap::s_mutex |
|
staticprivate |
The documentation for this class was generated from the following files: