Index: trunk/FACT++/src/DataCalib.cc
===================================================================
--- trunk/FACT++/src/DataCalib.cc	(revision 11832)
+++ trunk/FACT++/src/DataCalib.cc	(revision 11833)
@@ -228,9 +228,9 @@
         !file.WriteKeyNT("ADCRANGE", 2000,             "Dynamic range of the ADC in mV") ||
         !file.WriteKeyNT("DACRANGE", 2500,             "Dynamic range of the DAC in mV") ||
-        !file.WriteKeyNT("ADC",      12,               "Resolution of ADC in bits")
-        !file.WriteKeyNT("DAC",      16,               "Resolution of DAC in bits")
-        !file.WriteKeyNT("DACLEVEL", 50000,            "Applied DAC level in counts")
-        !file.WriteKeyNT("NBOFFSET", fNumOffset,       "Number of entries for offset calibration")
-        !file.WriteKeyNT("NBGAIN",   fNumGain/1953125, "Number of entries for gain calibration")
+        !file.WriteKeyNT("ADC",      12,               "Resolution of ADC in bits")      ||
+        !file.WriteKeyNT("DAC",      16,               "Resolution of DAC in bits")      ||
+        !file.WriteKeyNT("DACLEVEL", 50000,            "Applied DAC level in counts")    ||
+        !file.WriteKeyNT("NBOFFSET", fNumOffset,       "Number of entries for offset calibration") ||
+        !file.WriteKeyNT("NBGAIN",   fNumGain/1953125, "Number of entries for gain calibration")   ||
         !file.WriteKeyNT("NBTRGOFF", fNumTrgOff,       "Number of entries for trigger offset calibration")
        )
Index: trunk/FACT++/src/DataWriteFits.cc
===================================================================
--- trunk/FACT++/src/DataWriteFits.cc	(revision 11832)
+++ trunk/FACT++/src/DataWriteFits.cc	(revision 11833)
@@ -96,6 +96,6 @@
         fFile.WriteKey("CAMERA",   "MGeomCamFACT", "");
         fFile.WriteKey("DAQ",      "DRS4", "");
-        fFile.WriteKey("ADCRANGE", 2000,        "Dynamic range in mV") ||
-        fFile.WriteKey("ADC",      12,          "Resolution in bits")
+        fFile.WriteKey("ADCRANGE", 2000,        "Dynamic range in mV");
+        fFile.WriteKey("ADC",      12,          "Resolution in bits");
 
 
