g4tools  5.4.0
Namespaces | Macros | Functions
tree_manip File Reference
#include "file"
#include "tree"
#include "stl_vector"
#include "leaf"
Include dependency graph for tree_manip:

Go to the source code of this file.

Namespaces

 tools
 inlined C code : ///////////////////////////////////
 
 tools::rroot
 

Macros

#define tools_rroot_tree_manip
 

Functions

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)
 

Macro Definition Documentation

◆ tools_rroot_tree_manip

#define tools_rroot_tree_manip

Definition at line 5 of file tree_manip.