EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
test_simple_buildtree.cxx
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file test_simple_buildtree.cxx
1 #include <TSystem.h>
2 #include "eicsmear/functions.h"
3 int main(){
4  BuildTree("./beagle_eD.txt", ".", -1);
5  return 0;
6 }
7 
8 
9