Changeset 7850 for trunk


Ignore:
Timestamp:
08/04/06 11:20:26 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7845 r7850  
    7272     - replaced the hi-/lo-gain pulse plots by plots showing the
    7373       hi-/lo-gain intercalibration and the hi-/lo-gain offset
     74
     75   * datacenter/macros/fillsignal.C:
     76     - changed according to the changes
     77
     78   * mraw/MRawFileRead.cc:
     79     - rais an error if a requested file could not be opened
    7480
    7581
  • trunk/MagicSoft/Mars/NEWS

    r7848 r7850  
    2323
    2424   - merpp: didn't recognize files with the extension .raw.gz - fixed.
     25
     26   - callisto: Callisto now raises an error if one of the input files could
     27     not be opened.
    2528
    2629   - callisto: Updated absolute calibration constants (muon calibration)
  • trunk/MagicSoft/Mars/mraw/MRawFileRead.cc

    r7579 r7850  
    212212
    213213    if (noexist)
    214         return kFALSE;
     214        return kERROR;
    215215
    216216    fNumFile++;
Note: See TracChangeset for help on using the changeset viewer.