X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=ZDC%2FAliZDC.cxx;h=d4426d51c33976fa6af245d06902b9cb1149b67b;hp=1d702b1f055e6cf47c9bc8c4f76e1e35ffba99ca;hb=0014adbc999e8df870af0135a41d30dae4e10548;hpb=fc3af1fb5735dc257c9c56d4e11893408a32574c diff --git a/ZDC/AliZDC.cxx b/ZDC/AliZDC.cxx index 1d702b1f055..d4426d51c33 100644 --- a/ZDC/AliZDC.cxx +++ b/ZDC/AliZDC.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.16 2001/03/15 16:01:11 coppedis +Code review + Revision 1.15 2001/01/26 19:56:27 hristov Major upgrade of AliRoot code @@ -102,8 +105,9 @@ AliZDC::AliZDC(const char *name, const char *title) // Check that DIPO is there (otherwise tracking is wrong!!!) AliModule* DIPO=gAlice->GetModule("DIPO"); - if(!DIPO) { - Error("Constructor","ZDC needs DIPO!!!\n"); + AliModule* SHIL=gAlice->GetModule("SHIL"); + if((!DIPO) || (!SHIL)) { + Error("Constructor","ZDC needs DIPO and SHIL for tracking!!!\n"); exit(1); }