Changeset 8326


Ignore:
Timestamp:
02/16/07 09:41:40 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8325 r8326  
    4242     - increased ClassVersion by 1
    4343
     44   * mraw/MRawRunHeader.[h,cc]:
     45     - increased class version by 1 for compatibility with output
     46       of newer camera versions
     47
    4448
    4549
  • trunk/MagicSoft/Mars/mraw/MRawRunHeader.cc

    r8210 r8326  
    6262//  MRawRunHeader CLASS VERSION
    6363//  ===========================
     64//
     65//  Class Version 5:
     66//  -----------------
     67//   - for compatibility with newer camera versions
    6468//
    6569//  Class Version 4:
  • trunk/MagicSoft/Mars/mraw/MRawRunHeader.h

    r8084 r8326  
    124124    Bool_t ReadEvt(istream& fin);
    125125
    126     ClassDef(MRawRunHeader, 4)  // storage container for general info
     126    ClassDef(MRawRunHeader, 5)  // storage container for general info
    127127};
    128128#endif
Note: See TracChangeset for help on using the changeset viewer.