Warning, file /LQGENEP/BuildTree.C was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 int BuildTree()
0002 {
0003
0004
0005
0006
0007 std::string inputFile = "LQGENEP_output.txt";
0008 std::string outdir = "./";
0009
0010 int events = 1000;
0011
0012 gSystem->Load("libeicsmear");
0013 BuildTree(inputFile.c_str(), outdir.c_str(), events);
0014 cout << "********************************************" << endl;
0015 cout << "File: " << inputFile << " processed in directory " << outdir << endl;
0016
0017 return 0;
0018 }