Changeset 2199


Ignore:
Timestamp:
06/18/03 15:34:39 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2196 r2199  
    3636   * mbase/MDirIter.h:
    3737     - fixed a bug in the definition of MatchFilter
    38      
     38
     39   * mraw/MRawFileWrite.h:
     40     - default mode changed from UPDATE to RECREATE
     41     - default compression level changed from 9 to 1
    3942
    4043
  • trunk/MagicSoft/Mars/mraw/MRawFileWrite.h

    r1018 r2199  
    3535public:
    3636    MRawFileWrite(const char *fname,
    37                   const Option_t *opt="UPDATE",
     37                  const Option_t *opt="RECREATE",
    3838                  const char *ftitle="Untitled",
    39                   const Int_t comp=9,
     39                  const Int_t comp=1,
    4040                  const char *name=NULL, const char *title=NULL);
    4141    ~MRawFileWrite();
Note: See TracChangeset for help on using the changeset viewer.