// // Compiled version of the interpreted // ../scripts/ROOT/analysis.C // CINT script that does not work properly // for the moment (it has huge memory consumption). // #include #include #include #include "../scripts/ROOT/analysis.C" int main() { ROOT::GetROOT(); analysis(); return 1; }