]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDDisplay.cxx
Improved Mixing Info task
[u/mrichter/AliRoot.git] / FMD / AliFMDDisplay.cxx
index e9686603cd4df038fdc21976da472090ed00fecc..48ee73b201a5b3b3793ffd10b7d62ca85bd2cdd1 100644 (file)
@@ -521,10 +521,10 @@ AliFMDDisplay::Idle()
     gApplication->StopIdleing();
     if (fContinous) break;
   }
-  AliFMDDebug(1, ("After idle loop"));
+  AliFMDDebug(3, ("After idle loop"));
   if (fMarkers) fMarkers->Delete();
   if (fHits)    fHits->Clear();
-  AliFMDDebug(1, ("After clearing caches"));
+  AliFMDDebug(3, ("After clearing caches"));
 }
 
 //____________________________________________________________________
@@ -707,7 +707,7 @@ AliFMDDisplay::InsideCut(Float_t val, const Float_t& min,
   Float_t h = fSlider->GetMaximum();
   if (l == h) { l = 0; h = 1; }
   if (val < r * l + min || val > r * h + min) { 
-    AliFMDDebug(1, ("Value %f is outside cut %f - %f (range %f - %f)", 
+    AliFMDDebug(2, ("Value %f is outside cut %f - %f (range %f - %f)", 
                    val, min+r*l, min+r*h, min, max));
     return kFALSE;
   }
@@ -805,7 +805,7 @@ AliFMDDisplay::ProcessRawDigit(AliFMDDigit* digit)
   // Parameters: 
   //   digit Digit information 
   AliFMDDebug(50, ("Forwarding call of ProcessRaw to ProcessDigit "
-                 "for FMD%d&c[%02d,%03d] %d", 
+                 "for FMD%d%c[%02d,%03d] %d", 
                  digit->Detector(), digit->Ring(), digit->Sector(), 
                  digit->Strip(), digit->Counts()));
   return ProcessDigit(digit);
@@ -901,6 +901,7 @@ AliFMDDisplay::ProcessESD(UShort_t det, Char_t rng, UShort_t sec, UShort_t str,
   return kTRUE;
 }
 
+//____________________________________________________________________
 Double_t
 AliFMDDisplay::GetADCThreshold(UShort_t d, Char_t r, 
                               UShort_t s, UShort_t t) const
@@ -924,3 +925,4 @@ AliFMDDisplay::GetADCThreshold(UShort_t d, Char_t r,
 //
 // EOF
 //
+