]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGGA/CaloTrackCorrelations/AliAnaInsideClusterInvariantMass.cxx
Initialize the path name to the geometry file in the Init and not in the InitParameters
[u/mrichter/AliRoot.git] / PWGGA / CaloTrackCorrelations / AliAnaInsideClusterInvariantMass.cxx
index 153b7fafd20611e89bcf07fb872eb0e506a7b35e..14bbb8af5495debeca32d4ff846d47e67ea49219 100755 (executable)
@@ -592,7 +592,8 @@ void  AliAnaInsideClusterInvariantMass::MakeAnalysisFillHistograms()
                                                                     
     if (nMax <= 0) 
     {
-      printf("AliAnaInsideClusterInvariantMass::MakeAnalysisFillHistograms() - No local maximum found! n Local Max = %d\n",nMax);
+      if(GetDebug() > 0 )
+        printf("AliAnaInsideClusterInvariantMass::MakeAnalysisFillHistograms() - No local maximum found! It did not pass CaloPID selection criteria \n");
       
       return;
     }