Index: trunk/MagicSoft/Mars/manalysis/MEventRate.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MEventRate.cc	(revision 2582)
+++ trunk/MagicSoft/Mars/manalysis/MEventRate.cc	(revision 2590)
@@ -24,9 +24,9 @@
 
 /////////////////////////////////////////////////////////////////////////////
-//                                                                         //
-// MEventRate                                                              //
-//                                                                         //
-// Storage Container for the estimated energy                              //
-//                                                                         //
+//
+// MEventRate
+//
+// Storage Container for the event rate
+//
 /////////////////////////////////////////////////////////////////////////////
 #include "MEventRate.h"
Index: trunk/MagicSoft/Mars/manalysis/MEventRateCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MEventRateCalc.cc	(revision 2582)
+++ trunk/MagicSoft/Mars/manalysis/MEventRateCalc.cc	(revision 2590)
@@ -27,4 +27,8 @@
 //  MEventRateCalc
 //
+//  This task calculates the event rates from the event times and numbers.
+//
+//  It is under construction: More information comming soon....
+//
 //
 //  Input Containers:
@@ -33,4 +37,5 @@
 //  Output Containers:
 //    MEventRate
+//    MTimeRate [MTime] (missing)
 //
 //////////////////////////////////////////////////////////////////////////////
@@ -58,11 +63,4 @@
     fName  = name  ? name  : "MEventRateCalc";
     fTitle = title ? title : "Calculate trigger rate";
-
-    //AddToBranchList("MRawEvtData.fHiGainPixId");
-    //AddToBranchList("MRawEvtData.fLoGainPixId");
-    //AddToBranchList("MRawEvtData.fHiGainFadcSamples");
-    //AddToBranchList("MRawEvtData.fLoGainFadcSamples");
-
-    //SetDefaultWeights();
 }
 
@@ -70,11 +68,5 @@
 //
 // The PreProcess searches for the following input containers:
-//  - MRawRunHeader
-//  - MRawEvtData
-//  - MPedestalCam
-//
-// The following output containers are also searched and created if
-// they were not found:
-//  - MCerPhotEvt
+//  ...
 //
 Int_t MEventRateCalc::PreProcess(MParList *pList)
@@ -98,6 +90,4 @@
 // --------------------------------------------------------------------------
 //
-// Calculate the integral of the FADC time slices and store them as a new
-// pixel in the MCerPhotEvt container.
 //
 #include <TSystem.h>
