Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3437)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3438)
@@ -50,4 +50,16 @@
     - add MBadPixelsCam
 
+  * mcalib/MCalibrate.[h,cc]
+  * mcalib/MCalibrateData.[h,cc]
+    - implemented calls to MBadPixelsCam
+
+  * macros/calibration.C
+  * macros/bootcampstandardanalysis.C
+  * macros/pedphotcalc.C
+    - implemented calls to MBadPixelsCam
+
+  * mjobs/MJCalibration.cc
+    - call to MBadPixelsCam
+     
 
 2004/03/05: Nadia Tonello
Index: /trunk/MagicSoft/Mars/macros/pedphotcalc.C
===================================================================
--- /trunk/MagicSoft/Mars/macros/pedphotcalc.C	(revision 3437)
+++ /trunk/MagicSoft/Mars/macros/pedphotcalc.C	(revision 3438)
@@ -17,4 +17,5 @@
 !   Author(s): Josep  Flix,  01/2004 <mailto:jflix@ifae.es>
 !              Javier Rico,  01/2004 <mailto:jrico@ifae.es>
+!              Markus Gaug,  03/2004 <mailto:markus@ifae.es>
 !
 !   (based on bootcampstandardanalysis.C by Javier López)
@@ -51,4 +52,5 @@
 #include "MPedPhotCalc.h"
 #include "MPedPhotCam.h"
+#include "MBadPixelsCam.h"
 #include "MHCamera.h"
 
@@ -120,4 +122,5 @@
   MCalibrationChargeCam calcam;
   MExtractedSignalCam   sigcam;
+  MBadPixelsCam         badcam;
 
   MCalibrationChargeCam        chargecam;
@@ -131,4 +134,5 @@
   plist2.AddToList(&calcam);
   plist2.AddToList(&sigcam);
+  plist2.AddToList(&badcam);  
   plist2.AddToList(&chargecam);
   plist2.AddToList(&chargepin);  
Index: /trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MJCalibration.cc	(revision 3437)
+++ /trunk/MagicSoft/Mars/mjobs/MJCalibration.cc	(revision 3438)
@@ -17,4 +17,5 @@
 !
 !   Author(s): Thomas Bretz, 1/2004 <mailto:tbretz@astro.uni-wuerzburg.de>
+!              Markus Gaug, 02/2004 <mailto:markus@ifae.es>
 !
 !   Copyright: MAGIC Software Development, 2000-2004
@@ -55,4 +56,5 @@
 #include "MGeomApply.h"
 #include "MBadPixelsMerge.h"
+#include "MBadPixelsCam.h"
 #include "MExtractSignal.h"
 #include "MExtractPINDiode.h"
@@ -498,9 +500,9 @@
     plist.AddToList(&tlist);
 
-    MGeomApply              apply;
-    MBadPixelsMerge         merge(&fBadPixels);
-    // MExtractSignal   extract; // Do not use this at the moment...
+    MGeomApply               apply;
+    MBadPixelsMerge          merge(&fBadPixels);
     MExtractPINDiode         pinext;
     MExtractBlindPixel       blindext;
+    // MExtractSignal   extract; // Do not use this at the moment...
     MExtractSignal2          extract;
     MCalibrationChargeCalc   calcalc;
