#include "file"
#include "tree"
#include "stl_vector"
#include "leaf"
Go to the source code of this file.
|
tree * | tools::rroot::find_tree (file &a_file, ifac &a_fac, const std::string &a_name, bool a_map_objs=false) |
|
branch_element * | tools::rroot::find_be (tree &a_tree, const std::string &a_name) |
|
template<class T > |
stl_vector< T > * | tools::rroot::find_vec (ifile &a_file, branch_element &a_be, uint64 a_event) |
|
template<class LEAF > |
bool | tools::rroot::find_leaf (tree &a_tree, const std::string &a_name, branch *&a_branch, LEAF *&a_leaf) |
|
branch_element * | tools::rroot::find_branch_element (tree &a_tree, const std::string &a_name) |
|
template<class TYPE > |
bool | tools::rroot::read_leaf (ifile &a_file, branch &a_branch, leaf< TYPE > &a_leaf, uint64 a_event, TYPE &a_value) |
|
bool | tools::rroot::read_leaf_object (ifile &a_file, branch &a_branch, leaf_object &a_leaf, uint64 a_event) |
|
template<class TYPE > |
stl_vector< TYPE > * | tools::rroot::read_std_vec (ifile &a_file, branch_element &a_branch, uint64 a_event) |
|
◆ tools_rroot_tree_manip
#define tools_rroot_tree_manip |