Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8301)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8302)
@@ -19,4 +19,18 @@
                                                  -*-*- END OF LINE -*-*-
 
+ 2007/02/04 Thomas Bretz
+
+   * mjobs/MJCalibration.cc:
+     - implemented Hi-/Lo-Gain calibration for MCs
+
+   * mjobs/MJPedestal.cc:
+     - removed intermediate pedestalstorage from code (its
+       result is not used at all)
+
+   * datacenter/macros/fillsignal.C:
+     - replaced GetMediandev by GetDev
+
+
+
  2007/02/03 Thomas Bretz
 
@@ -56,5 +70,12 @@
    * mbase/MStatusArray.[h,cc]:
      - improved workaround in Read() and Write() for the Reset
-       of the kCandelete bit in TH1
+       of the kCanDelete bit in TH1
+
+   * mjobs/MJCalibration.cc, mjobs/MJCalibrateSignal.cc:
+     - commented out obsolete references to *HiLoCam
+
+   * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
+     mcalib/CalibLinkDef.h:
+     - removed *HiLoCam s
 
 
Index: trunk/MagicSoft/Mars/datacenter/macros/fillsignal.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/fillsignal.C	(revision 8301)
+++ trunk/MagicSoft/Mars/datacenter/macros/fillsignal.C	(revision 8302)
@@ -217,9 +217,9 @@
     // USE MEDIAN INSTEAD? GetQuantiles(Int_t nprobSum, Double_t *q, const Double_t *probSum=0);
 
-    Double_t medoff = TMath::Nint(hilooff->GetMedian()   *10000)/10000.;
-    Double_t devoff = TMath::Nint(hilooff->GetMedianDev()*10000)/10000.;
-
-    Double_t medcal = TMath::Nint(hilocal->GetMedian()   *100)/100.;
-    Double_t devcal = TMath::Nint(hilocal->GetMedianDev()*100)/100.;
+    Double_t medoff = TMath::Nint(hilooff->GetMedian()*10000)/10000.;
+    Double_t devoff = TMath::Nint(hilooff->GetDev()   *10000)/10000.;
+
+    Double_t medcal = TMath::Nint(hilocal->GetMedian()*100)/100.;
+    Double_t devcal = TMath::Nint(hilocal->GetDev()   *100)/100.;
 
     //get sequence number from the filename
