From: vestbo Date: Thu, 29 Nov 2001 10:24:47 +0000 (+0000) Subject: Added debug logging in SetPointers X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=e0e14b24021b2cfea928f7b29e91556e4d5ed1b5 Added debug logging in SetPointers --- diff --git a/HLT/src/AliL3ConfMapper.cxx b/HLT/src/AliL3ConfMapper.cxx index 78e6b0fb5d5..cde56d35491 100644 --- a/HLT/src/AliL3ConfMapper.cxx +++ b/HLT/src/AliL3ConfMapper.cxx @@ -163,6 +163,7 @@ void AliL3ConfMapper::SetPointers() Float_t etaSlice = (fEtaMax-fEtaMin)/fNumEtaSegment; Int_t volumeIndex; + Int_t local_counter=0; for(Int_t j=0; jphiIndex*fNumEtaSegmentPlusOne+thisHit->etaIndex; if(fVolume[volumeIndex].first == NULL) @@ -214,6 +216,11 @@ void AliL3ConfMapper::SetPointers() } + if(fClustersUnused>0 && local_counter==0) + LOG(AliL3Log::kError,"AliL3ConfMapper::SetPointers","Parameters") + <