EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
make_tree.C
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file make_tree.C
1 R__LOAD_LIBRARY(libeicsmear);
3 #include <eicsmear/functions.h>
4 
5 void make_tree(std::string filstr){
7 
8  std::string dirstr = ".";
9  std::string inputstr = dirstr + "/" + filstr;
10  BuildTree(inputstr,dirstr);
11 }