void grun (Int_t nevent=1, const char *config="Config.C") { // // Simple macro to run aliroot in a batch mode // gAlice->Init(config); gAlice->Run(nevent); }