]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
coverity fix
authormploskon <mploskon@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 15 Jun 2011 11:04:16 +0000 (11:04 +0000)
committermploskon <mploskon@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 15 Jun 2011 11:04:16 +0000 (11:04 +0000)
EMCAL/AliEMCALReconstructor.cxx

index e88708e1fa04be1a8d0c219051c9a225abf87402..b24cc801ce8b8e3e827f11764cbf4b1ed63f4b58 100644 (file)
@@ -543,8 +543,8 @@ void AliEMCALReconstructor::FillESD(TTree* digitsTree, TTree* clustersTree,
              Bool_t isMatch =  CalculateResidual(track, ec, dEta, dPhi);
              if(!isMatch) 
                {
+                 // AliDebug(10, "Not good");
                  continue;
-                 cout<<"Not good"<<endl;
                }
              AliEMCALMatch *match = new AliEMCALMatch();
              match->SetIndexT(itrack);