// // Compiled version of the interpreted // ../scripts/ROOT/aida_ROOT.C // which uses OpenScienitst/AIDA to read a ELYSE.root // file and the TH* for the histogramming and plotting. // #include #include #include #include #include #include #include #include #include #include #include #include #include "../scripts/ROOT/aida_ROOT.C" int main(int aArgc,char* aArgv[]) { ROOT::GetROOT(); new TApplication("ELYSE_analysis_aida_ROOT",&aArgc,aArgv); aida_ROOT(); gSystem->Run(); return 1; }