Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3186)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3187)
@@ -88,4 +88,5 @@
 
    * macros/bootcampstandardanalysis.C
+   * macros/pedphotcalc.C
      - included cosmics rejection which was in MCalibrationCalc before
 
Index: /trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C
===================================================================
--- /trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C	(revision 3186)
+++ /trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C	(revision 3187)
@@ -137,7 +137,20 @@
     calcalc.SetPulserColor(MCalibrationCalc::kECT1);
 
+    // 
+    // Apply a filter against cosmics
+    // (was directly in MCalibrationCalc in earlier versions)
+    //
+    MFCosmics            cosmics;
+    MContinue            cont(&cosmics);
+
     tlist2.AddToList(&read2);
     tlist2.AddToList(&geomapl);
     tlist2.AddToList(&sigsig);
+    //
+    // In case, you want to skip the cosmics rejection, 
+    // uncomment the next line
+    //
+    tlist2.AddToList(&cont);
+    //
     tlist2.AddToList(&calcalc);
 
