Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3202)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3203)
@@ -20,4 +20,6 @@
   
    * macros/calibration.C
+   * macros/bootcampstandardanalysis.C
+   * macros/pedphotcalc.C
      - introduce the blind pixel and PIN diode extraction in the macro
 
Index: /trunk/MagicSoft/Mars/macros/pedphotcalc.C
===================================================================
--- /trunk/MagicSoft/Mars/macros/pedphotcalc.C	(revision 3202)
+++ /trunk/MagicSoft/Mars/macros/pedphotcalc.C	(revision 3203)
@@ -121,7 +121,10 @@
   read2.DisableAutoScheme();
   
+  MExtractPINDiode     pincalc;
+  MExtractBlindPixel   blindcalc;
   MExtractSignal       sigcalc;
   MCalibrationCalc     calcalc;
   
+  MFillH fillpin("MHCalibrationChargePINDiode", "MExtractedSignalPINDiode");
   // 
   // Apply a filter against cosmics
@@ -139,4 +142,6 @@
   tlist2.AddToList(&read2);
   tlist2.AddToList(&geomapl);
+  tlist2.AddToList(&blindcalc);
+  tlist2.AddToList(&pincalc);
   tlist2.AddToList(&sigcalc);
   //
@@ -147,4 +152,5 @@
   //
   tlist2.AddToList(&calcalc);
+  tlist2.AddToList(&fillpin);
   
   // Execute second loop (calibration)
