From: coppedis Date: Mon, 26 Mar 2001 13:39:20 +0000 (+0000) Subject: Comment prints X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=4c38d2dacb035c4818a6aebf1a3279c4ef647467 Comment prints --- diff --git a/ZDC/AliZDC.cxx b/ZDC/AliZDC.cxx index 8fc5afdcf81..97441d7d88c 100644 --- a/ZDC/AliZDC.cxx +++ b/ZDC/AliZDC.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.19 2001/03/26 09:10:23 coppedis +Corrected bug in constructor (fIshunt has to be =1) + Revision 1.18 2001/03/20 08:21:55 coppedis ZDC needs PIPE, ABSO, DIPO and SHIL @@ -222,10 +225,10 @@ void AliZDC::AddHit(Int_t track, Int_t *vol, Float_t *hits) } // if(fDebug == 1){ - printf("\n Primary Hits --------------------------------------------------------\n"); - fHits->Print(""); - printf("\n Event Hits --------------------------------------------------------\n"); - fStHits->Print(""); +// printf("\n Primary Hits --------------------------------------------------------\n"); +// fHits->Print(""); +// printf("\n Event Hits --------------------------------------------------------\n"); +// fStHits->Print(""); // } delete newquad;