Index: /trunk/MagicSoft/Mars/NEWS
===================================================================
--- /trunk/MagicSoft/Mars/NEWS	(revision 8611)
+++ /trunk/MagicSoft/Mars/NEWS	(revision 8612)
@@ -16,4 +16,16 @@
      and must be set to 0/49 instead of 15/64 in callisto_mux.rc until
      the first and last 15 slices have been removed from all MUX data.
+
+   - mars: Similar to writing movies you can now select events which
+     should be displayed in your display. Therefore add the following
+     lines to your mars.rc:
+         MFEvtNumber.FileName: ganymed00223552.root
+         MFEvtNumber.Selector: ThetaSquared.fVal<0.04 && DataType.fVal>0.5
+     The input file can be a ganymed-file after (ganymed*.root) or
+     before (ganymed*-summary.root) file. For example to select all events
+     from your on sample after cuts (excluding the ThetaSq cut) use
+         MFEvtNumber.Selector: DataType.fVal>0.5
+     To show all events from your on-sample after quality cuts
+     use the summary file instead.
 
    - callisto: was broken for MCs... fixed.
@@ -36,5 +48,19 @@
      for both, old FADC and MUX-FADC, data.
 
+   - ganymed: From XXXX on a real starguider calibration with a real
+     pointing model for the starguider is done.
+
    - ganymed: was broken for Wobble-MCs... fixed.
+
+   - optim: MHThetaSqN can now also be used in teh optim-macros (if
+     you use MFMagicCuts, which are necessary to calculate Disp).
+     Just replace
+         MJOptimizeCuts opt("MHThetaSq");
+     by
+         MJOptimizeCuts opt("MHThetaSqN");
+     And make sure to switch off your theta cuts:
+         cuts.SetThetaCut(MFMagicCuts::kNone);
+     and set the scale mode correctly
+         fit.SetScaleMode(MAlphaFitter::kNone);
 
 
