]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDReconstructor.cxx
removed a printout
[u/mrichter/AliRoot.git] / FMD / AliFMDReconstructor.cxx
index 24b572f36bba2934a7476fdac3288023e7025895..2f655375dcd67c2f246e397ae2973d4261a5ad72 100644 (file)
@@ -426,11 +426,11 @@ AliFMDReconstructor::ProcessSignal(UShort_t det,
   // Make rough multiplicity 
   Double_t mult     = Energy2Multiplicity(det, rng, sec, str, edep);
   // Get rid of nonsense mult
-  if (mult > 20) { 
-    AliWarning(Form("The mutliplicity in FMD%d%c[%2d,%3d]=%f > 20 "
-                   "(ADC: %d, Energy: %f)", det, rng, sec, str, mult, 
-                   counts, edep));
-  }
+  //if (mult > 20) { 
+  //  AliWarning(Form("The mutliplicity in FMD%d%c[%2d,%3d]=%f > 20 "
+  //               "(ADC: %d, Energy: %f)", det, rng, sec, str, mult, 
+  //               counts, edep));
+  // }
   if (mult < 0)  return; 
   AliFMDDebug(10, ("FMD%d%c[%2d,%3d]: "
                    "ADC: %d, Counts: %d, Energy: %f, Mult: %f",