Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 2246)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 2247)
@@ -34,11 +34,11 @@
  2003/06/27: Abelardo Moralejo
 
-  * mhistmc/MHMcCT1CollectionArea.cc
-    - Added comments, changed theta angle corresponding to first bin to
-      adapt it to new standard theta-bin definition. This was the reason
-      for the missing area at low theta.
-
-  * macros/CT1collectionArea.C, CT1EgyEst.C
-    - Changed theta binnings to adapt them to the new standard.
+   * mhistmc/MHMcCT1CollectionArea.cc:
+     - Added comments, changed theta angle corresponding to first bin to
+       adapt it to new standard theta-bin definition. This was the reason
+       for the missing area at low theta.
+
+   * macros/CT1collectionArea.C, macros/CT1EgyEst.C:
+     - Changed theta binnings to adapt them to the new standard.
 
 
@@ -46,17 +46,17 @@
  2003/06/26: Abelardo Moralejo
 
-  * macros/CT1EgyEst.C
-    - Added to the argument list of CT1EEst the binnings in theta
-      and energy. Commented out the MLog.h and MLogManip.h, headers,
-      otherwise it does not run (don't know why). Commented out filters 
-      (my test file does not contain hadronness), please uncomment 
-      them to run on files with hadronness info.
-
-  * mhistmc/MHMcEnergyMigration.cc
-    - exchanged axes of E_est and E_MC in the 3-d histograms.
-
-  * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
-    mhist/MHSigmaPixel.cc, mfileio/MHSigmaTheta.cc,
-    mimage/MImgCleanStd.cc
+   * macros/CT1EgyEst.C:
+     - Added to the argument list of CT1EEst the binnings in theta
+       and energy. Commented out the MLog.h and MLogManip.h, headers,
+       otherwise it does not run (don't know why). Commented out filters 
+       (my test file does not contain hadronness), please uncomment 
+       them to run on files with hadronness info.
+
+   * mhistmc/MHMcEnergyMigration.cc:
+     - exchanged axes of E_est and E_MC in the 3-d histograms.
+
+   * mfileio/MCT1ReadAscii.cc, mfileio/MCT1ReadPreProc.cc,
+     mhist/MHSigmaPixel.cc, mfileio/MHSigmaTheta.cc,
+     mimage/MImgCleanStd.cc:
      - adapted to new function names in MPedestalPix (please Thomas
        check these, I had to do it to make Mars compile)
Index: /trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
===================================================================
--- /trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc	(revision 2246)
+++ /trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc	(revision 2247)
@@ -260,14 +260,5 @@
     fBlnd.Set(iMAXNUMPIX);
     for (int i=0; i<iMAXNUMPIX; i++)
-    {
-        if ( fBlinds->IsBlind(i) )
-        {
-	  fBlnd[i] = 1;
-        }
-        else
-        {
-	  fBlnd[i] = 0;
-        }
-    }
+        fBlnd[i] = fBlinds->IsBlind(i) ? 1 : 0;
 
     fBlinds->SetReadyToSave();
@@ -363,5 +354,5 @@
         (*fPedest)[i].SetPedestalRms(outpars.frms_pedsig_phot[i]);
         *fLog << outpars.frms_pedsig_phot[i] << " "; 
-        fPedRMS[i] =  outpars.frms_pedsig_phot[i];
+        fPedRMS[i] = outpars.frms_pedsig_phot[i];
     }
     *fLog << endl;
