Index: trunk/MagicSoft/Mars/mcalib/MCalibrationTestCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MCalibrationTestCalc.cc	(revision 8048)
+++ trunk/MagicSoft/Mars/mcalib/MCalibrationTestCalc.cc	(revision 8049)
@@ -205,12 +205,11 @@
 
   if (fGeom->InheritsFrom("MGeomCamMagic"))
-    {
-      *fLog << " " << setw(7) << "Not interpolateable Pixels: " 
-            << Form("%s%3i%s%3i","Inner: ",testcam->GetNumUninterpolated(0),
-                    " Outer: ",testcam->GetNumUninterpolated(1)) << endl;
-      *fLog << " " << setw(7) << "Biggest not-interpolateable cluster: " 
-            << maxbad << endl;
-    }
-  
+  {
+      *fLog << " Not interpolateable Pixels:";
+      *fLog << " Inner: " << Form("%3i", testcam->GetNumUninterpolated(0));
+      *fLog << " Outer: " << Form("%3i", testcam->GetNumUninterpolated(1)) << endl;
+      *fLog << " Biggest not-interpolateable cluster: " << maxbad << endl;
+  }
+
   testcam->SetNumUninterpolatedInMaxCluster(maxbad);
 
Index: trunk/MagicSoft/Mars/mhflux/MAlphaFitter.cc
===================================================================
--- trunk/MagicSoft/Mars/mhflux/MAlphaFitter.cc	(revision 8048)
+++ trunk/MagicSoft/Mars/mhflux/MAlphaFitter.cc	(revision 8049)
@@ -326,5 +326,5 @@
 
     // Calculate arbitrary scale factor from propagated error from the
-    // condistion: sqrt(alpha*background) = est.background/est.error
+    // condition: sqrt(alpha*background) = est.background/est.error
     // const Double_t bg = hof.Integral(1, bin);
     // const Double_t sc = bg * er*er / (fit2.GetEventsBackground()*fit2.GetEventsBackground());
Index: trunk/MagicSoft/Mars/mhflux/MHCollectionArea.cc
===================================================================
--- trunk/MagicSoft/Mars/mhflux/MHCollectionArea.cc	(revision 8048)
+++ trunk/MagicSoft/Mars/mhflux/MHCollectionArea.cc	(revision 8049)
@@ -201,13 +201,13 @@
     }
 
-    if (fIsExtern)
-        return kTRUE;
-
-    fTotalNumSimulatedShowers += runheader->GetNumSimulatedShowers();
-    *fLog << inf << "Total Number of Simulated showers: " << fTotalNumSimulatedShowers << endl;
-
     if (fCorsikaVersion!=0 && fCorsikaVersion!=runheader->GetCorsikaVersion())
         *fLog << warn << "Warning - Read files have different Corsika versions..." << endl;
     fCorsikaVersion = runheader->GetCorsikaVersion();
+
+    if (fIsExtern)
+        return kTRUE;
+
+    fTotalNumSimulatedShowers += runheader->GetNumSimulatedShowers();
+    *fLog << inf << "Total Number of Simulated showers: " << fTotalNumSimulatedShowers << endl;
 
     fAllEvtsTriggered |= runheader->GetAllEvtsTriggered();
