]> git.uio.no Git - u/mrichter/AliRoot.git/blob - macros/grun.C
SetChildMomentumRange, SetChildPtRange, SetChildPhiRange, SetChildThetaRange added.
[u/mrichter/AliRoot.git] / macros / grun.C
1 void grun (Int_t nevent=1, const char *config="Config.C")
2 {
3   //
4   // Simple macro to run aliroot in a batch mode
5   //
6   gAlice->Init(config);
7   gAlice->Run(nevent);
8 }