Index: trunk/MagicSoft/Mars/mreport/MReportTrigger.h
===================================================================
--- trunk/MagicSoft/Mars/mreport/MReportTrigger.h	(revision 3066)
+++ trunk/MagicSoft/Mars/mreport/MReportTrigger.h	(revision 3082)
@@ -5,4 +5,7 @@
 #include "MReport.h"
 #endif
+#ifndef MARS_MCamEvent
+#include "MCamEvent.h"
+#endif
 
 #ifndef ROOT_TArrayF
@@ -10,5 +13,5 @@
 #endif
 
-class MReportTrigger : public MReport
+class MReportTrigger : public MReport, public MCamEvent
 {
 private:
@@ -27,4 +30,18 @@
     Float_t GetL2AfterPrescaler() const { return fL2AfterPrescaler; }
 
+    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;
+      }
+    void DrawPixelContent(Int_t num) const
+      {
+      }
+
     ClassDef(MReportTrigger, 1) // Class for TRIGGER-REPORT information
 };
