]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/test.C
Transition to NewIO
[u/mrichter/AliRoot.git] / PHOS / test.C
index 2b4438351507f10d1e21a8cbc1aae3394c9397b0..cf2038e18242e548ea4e711fe02595f614f0d097 100644 (file)
@@ -1,6 +1,6 @@
 void test (Int_t nevent=1) 
 {
  gSystem->SetIncludePath("-I$ROOTSYS/include -I$ALICE_ROOT/include -I.");
- gROOT->ProcessLine(".x $ALICE_ROOT/PHOS/testsim.C(nevent)") ; 
- gROOT->ProcessLine(".x $ALICE_ROOT/PHOS/testsimglobal.C++") ; 
+ gROOT->ProcessLine(".x testsim.C(nevent)") ; 
+ gROOT->ProcessLine(".x testsimglobal.C++") ; 
 }