]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PHOS/test.C
In Init() check first if title is set before giving the default value
[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.");
4 gROOT->ProcessLine(".x testsim.C(nevent)") ;
5 gROOT->ProcessLine(".x testsimglobal.C++") ;
6}