Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7849)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7850)
@@ -72,4 +72,10 @@
      - replaced the hi-/lo-gain pulse plots by plots showing the
        hi-/lo-gain intercalibration and the hi-/lo-gain offset
+
+   * datacenter/macros/fillsignal.C:
+     - changed according to the changes
+
+   * mraw/MRawFileRead.cc:
+     - rais an error if a requested file could not be opened
 
 
Index: trunk/MagicSoft/Mars/NEWS
===================================================================
--- trunk/MagicSoft/Mars/NEWS	(revision 7849)
+++ trunk/MagicSoft/Mars/NEWS	(revision 7850)
@@ -23,4 +23,7 @@
 
    - merpp: didn't recognize files with the extension .raw.gz - fixed.
+
+   - callisto: Callisto now raises an error if one of the input files could
+     not be opened.
 
    - callisto: Updated absolute calibration constants (muon calibration)
Index: trunk/MagicSoft/Mars/mraw/MRawFileRead.cc
===================================================================
--- trunk/MagicSoft/Mars/mraw/MRawFileRead.cc	(revision 7849)
+++ trunk/MagicSoft/Mars/mraw/MRawFileRead.cc	(revision 7850)
@@ -212,5 +212,5 @@
 
     if (noexist)
-        return kFALSE;
+        return kERROR;
 
     fNumFile++;
