From 4ac8a7fddb8cd2d8cac325ffdcf4247d60c72315 Mon Sep 17 00:00:00 2001 From: coppedis Date: Tue, 26 Aug 2008 09:37:46 +0000 Subject: [PATCH] Minor changes --- ZDC/AliZDC.cxx | 5 ----- ZDC/AliZDCRawStream.cxx | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/ZDC/AliZDC.cxx b/ZDC/AliZDC.cxx index 7b85d967dfb..3c5bcb33cab 100644 --- a/ZDC/AliZDC.cxx +++ b/ZDC/AliZDC.cxx @@ -144,11 +144,6 @@ void AliZDC::AddHit(Int_t track, Int_t *vol, Float_t *hits) { // // Add a ZDC hit to the hit list. - // -> We make use of 2 array of hits: - // [1] fHits (the usual one) that contains hits for each PRIMARY - // [2] fStHits that contains hits for each EVENT and is used to - // obtain digits at the end of each event - // static Float_t primKinEn=0., xImpact=0., yImpact=0., sFlag=0.; static Int_t pcPDGcode; diff --git a/ZDC/AliZDCRawStream.cxx b/ZDC/AliZDCRawStream.cxx index 8ea781a08f7..a8ca9dc82f6 100644 --- a/ZDC/AliZDCRawStream.cxx +++ b/ZDC/AliZDCRawStream.cxx @@ -361,7 +361,7 @@ Bool_t AliZDCRawStream::Next() // Protection manually set since it returns: // RawData48 mod. 3 ch. 2048 signal 515 // to be checked with Pietro!!!!!!!!!!!!!!!!!!!!!!! - AliWarning("\t AliZDCRawStream -> ERROR: no. of cabled channels > 48!!!\n"); + //AliWarning("\t AliZDCRawStream -> ERROR: no. of cabled channels > 48!!!\n"); return kFALSE; } } -- 2.43.0