]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PHOS/test.C
assert removed
[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.");
8b3d8e88 4 gROOT->ProcessLine(".x $ALICE_ROOT/PHOS/testsim.C(nevent)") ;
5 gROOT->ProcessLine(".x $ALICE_ROOT/PHOS/testsimglobal.C++") ;
94de8339 6}