Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 2198)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 2199)
@@ -36,5 +36,8 @@
    * mbase/MDirIter.h:
      - fixed a bug in the definition of MatchFilter
-     
+
+   * mraw/MRawFileWrite.h:
+     - default mode changed from UPDATE to RECREATE
+     - default compression level changed from 9 to 1
 
 
Index: /trunk/MagicSoft/Mars/mraw/MRawFileWrite.h
===================================================================
--- /trunk/MagicSoft/Mars/mraw/MRawFileWrite.h	(revision 2198)
+++ /trunk/MagicSoft/Mars/mraw/MRawFileWrite.h	(revision 2199)
@@ -35,7 +35,7 @@
 public:
     MRawFileWrite(const char *fname,
-                  const Option_t *opt="UPDATE",
+                  const Option_t *opt="RECREATE",
                   const char *ftitle="Untitled",
-                  const Int_t comp=9,
+                  const Int_t comp=1,
                   const char *name=NULL, const char *title=NULL);
     ~MRawFileWrite();
