Index: trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C
===================================================================
--- trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C	(revision 3185)
+++ 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);
 
