Index: trunk/MagicSoft/Mars/NEWS
===================================================================
--- trunk/MagicSoft/Mars/NEWS	(revision 5158)
+++ trunk/MagicSoft/Mars/NEWS	(revision 5159)
@@ -2,5 +2,6 @@
  *** Version <cvs>
 
-   - New combined signal and time extractor MExtractTimeAndChargeDigitalFilter
+   - New combined signal and time extractor 
+     MExtractTimeAndChargeDigitalFilter
 
    - The Report for the trigger section in the CC run summary has been
@@ -72,4 +73,12 @@
      MHEffOnTimeTime, MHEffOnTimeTheta, MHTimeDiff, MHTimeDiffTime and
      MHTimeDiffTheta.
+
+   - added the possibility to count how often a signal is above (or 
+     below) a certain threshold in MHCamEvent and MHCamEventRot (this
+     can replace MHTriggerLvl0)
+
+   - added ore convinient ways to set the axis-titles of your histograms
+     in your macro to some MH-classes like: MH3, MHVsTime, MHSectorVsTime,
+     MHPixVsTime, MHVsTime, MHCamEvent and MHCamEventRot
 
 
Index: trunk/MagicSoft/Mars/mhist/MHCamEventRot.h
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHCamEventRot.h	(revision 5158)
+++ trunk/MagicSoft/Mars/mhist/MHCamEventRot.h	(revision 5159)
@@ -21,4 +21,7 @@
 {
 private:
+    static const TString gsDefName;
+    static const TString gsDefTitle;
+
     MGeomCam      *fGeom;        //! container storing the camera geometry
     MTime         *fTime;        //! container to take the event time from
Index: trunk/MagicSoft/Mars/mjobs/MJStar.cc
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJStar.cc	(revision 5158)
+++ trunk/MagicSoft/Mars/mjobs/MJStar.cc	(revision 5159)
@@ -189,5 +189,5 @@
     // ------------------ Setup histograms and fill tasks ----------------
     MHCamEvent evt0a(0, "Cleaned", "Signal after Cleaning;;S [\\gamma]");
-    MHCamEvent evt0b(0, "UsedPix", "Pixels marked Used;;Marked Used [%]");
+    MHCamEvent evt0b(0, "UsedPix", "Pixels marked Used;;Used [%]");
     evt0b.SetThreshold(0);
 
