EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ConvertFile.C
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file ConvertFile.C
1 R__LOAD_LIBRARY(libeicsmear.so)
2 
3 void ConvertFile(const char *fname="MILOU_5x100_TOTAL_01_20evt.out", const int nevnt = 0)
4 {
5 // suppress warnings from far away particles
7 // translate input to standard root file
8  BuildTree(fname,".",nevnt);
9 // all done - quit the show
10  gSystem->Exit(0);
11 }