]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PHOS/test.C
Remove compilation of grndmq
[u/mrichter/AliRoot.git] / PHOS / test.C
1 void test (Int_t nevent=1) 
2 {
3  gSystem->SetIncludePath("-I$ROOTSYS/include -I$ALICE_ROOT/include -I.");
4  gROOT->ProcessLine(".x testsim.C(nevent)") ; 
5  gROOT->ProcessLine(".x testsimglobal.C++") ; 
6 }