Changeset 7850
- Timestamp:
- 08/04/06 11:20:26 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7845 r7850 72 72 - replaced the hi-/lo-gain pulse plots by plots showing the 73 73 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 74 80 75 81 -
trunk/MagicSoft/Mars/NEWS
r7848 r7850 23 23 24 24 - 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. 25 28 26 29 - callisto: Updated absolute calibration constants (muon calibration) -
trunk/MagicSoft/Mars/mraw/MRawFileRead.cc
r7579 r7850 212 212 213 213 if (noexist) 214 return k FALSE;214 return kERROR; 215 215 216 216 fNumFile++;
Note:
See TracChangeset
for help on using the changeset viewer.