]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Comment unnecessary printouts (ADC,ZCdV)
authorzconesa <zaida.conesa.del.valle@cern.ch>
Tue, 18 Feb 2014 11:01:14 +0000 (12:01 +0100)
committerzconesa <zaida.conesa.del.valle@cern.ch>
Tue, 18 Feb 2014 11:01:14 +0000 (12:01 +0100)
PWGHF/vertexingHF/AliCFVertexingHFLctoV0bachelor.cxx

index c7c63b07a0f7f73e62ec872183860faad3c4b5cc..15c5ca197695db7dac133388cc7fbf2f2ab85ea6 100644 (file)
@@ -692,7 +692,7 @@ Bool_t AliCFVertexingHFLctoV0bachelor::SetLabelArray()
   
   if (fmcPartCandidate->GetNDaughters()!=2) {
     AliDebug(2, Form("The MC particle have %d daughters (not 2), skipping!!",fmcPartCandidate->GetNDaughters()));
-    fmcPartCandidate->Print();
+    //    fmcPartCandidate->Print();
     return checkCD;
   }