]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Print-out of high cuts conditional on debug level > 3
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 9 Jul 2012 07:27:34 +0000 (07:27 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 9 Jul 2012 07:27:34 +0000 (07:27 +0000)
PWGLF/FORWARD/analysis2/AliFMDSharingFilter.cxx

index e1771139d179912c980de6ba25d72232b86cdb08..6d4e87cc639eb81d2f1aecdde623049d78119af3 100644 (file)
@@ -255,9 +255,9 @@ AliFMDSharingFilter::Init()
       for (UShort_t e = 1; e <= nEta; e++) { 
        Double_t eta = eAxis.GetBinCenter(e);
        
-       fHCuts.Print();
+       if (fDebug > 3) fHCuts.Print();
+
        Double_t hcut = GetHighCut(d, r, eta, false);
-       
        Double_t lcut = GetLowCut(d, r, eta);
        
        if (hcut > 0) fHighCuts->SetBinContent(e, ybin, hcut);