Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 1300)
+++ trunk/MagicSoft/Mars/Changelog	(revision 1301)
@@ -17,4 +17,10 @@
      - changed the first argument in SetBinning (according to the number
        of axis) to TH2 or TH3
+
+   * macros/collarea.C:
+     - replaces MReadTree by MReadMarsFile
+
+   * mmc/MMcRunHeader.hxx:
+     - added GetAllEvtsTriggered
 
 
Index: trunk/MagicSoft/Mars/NEWS
===================================================================
--- trunk/MagicSoft/Mars/NEWS	(revision 1300)
+++ trunk/MagicSoft/Mars/NEWS	(revision 1301)
@@ -7,4 +7,7 @@
      this versions we substract 0.5 from the pedestal mean.
      WARNING: This may effect your results, so don't wonder...
+
+   - First implementation of an algorithm using only triggered events
+     for the collection area calculation
 
    - Ascii Output can now also be used for parameter containers which
Index: trunk/MagicSoft/Mars/macros/collarea.C
===================================================================
--- trunk/MagicSoft/Mars/macros/collarea.C	(revision 1300)
+++ trunk/MagicSoft/Mars/macros/collarea.C	(revision 1301)
@@ -38,5 +38,5 @@
     //  - Then we can fill the efficiency histograms
     //
-    MReadTree reader("Events", filename);
+    MReadMarsFile reader("Events", filename);
     MMcCollectionAreaCalc effi;
 
Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx	(revision 1300)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx	(revision 1301)
@@ -140,4 +140,5 @@
   UInt_t   GetNumSimulatedShowers() const { return fNumSimulatedShowers; }
   UInt_t   GetCorsikaVersion() const      { return fCorsikaVersion; }
+  Bool_t   GetAllEvtsTriggered() const    { return fAllEvtsTriggered ? kTRUE : kFALSE; }
 
   ClassDef(MMcRunHeader, 2)	// storage container for general info
