]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PHOS/test.C
Moving to the new VMC naming convention
[u/mrichter/AliRoot.git] / PHOS / test.C
CommitLineData
94de8339 1void test (Int_t nevent=1)
2{
3 gSystem->SetIncludePath("-I$ROOTSYS/include -I$ALICE_ROOT/include -I.");
88cb7938 4 gROOT->ProcessLine(".x testsim.C(nevent)") ;
5 gROOT->ProcessLine(".x testsimglobal.C++") ;
94de8339 6}