Index: trunk/MagicSoft/Mars/mreport/MReportTrigger.h
===================================================================
--- trunk/MagicSoft/Mars/mreport/MReportTrigger.h	(revision 3082)
+++ trunk/MagicSoft/Mars/mreport/MReportTrigger.h	(revision 3148)
@@ -20,5 +20,5 @@
 
     TArrayF fPrescalerRates;    //[Hz] L2 prescaler rates
-    //TArrayF fRates;           //[Hz] curently undefined
+    //TArrayF fRates;           //[Hz] currently undefined
 
     Int_t InterpreteBody(TString &str);
@@ -31,16 +31,15 @@
 
     Bool_t GetPixelContent(Double_t &val, Int_t idx, const MGeomCam &cam, Int_t type=0) const
-      {
-  	if(idx<19)
-	  {
-	    val = fPrescalerRates[idx];
-	    return val>0;
-	  }
-	else
-	  val = kFALSE;
-      }
+    {
+        if(idx>18)
+            return kFALSE;
+
+        val = fPrescalerRates[idx];
+        return kTRUE;
+    }
+
     void DrawPixelContent(Int_t num) const
-      {
-      }
+    {
+    }
 
     ClassDef(MReportTrigger, 1) // Class for TRIGGER-REPORT information
