Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8685)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8686)
@@ -19,9 +19,13 @@
                                                  -*-*- END OF LINE -*-*-
 
+ 2007/08/21 Markus Meyer
+
+   * mmuon/MHMuonPar.cc
+     - changed fgIntegralLoLim from 0.7 to 0.8
+
  2007/08/21 Stefan Ruegamer
 
    * datacenter/scripts/movingrawfiles_OK
      - removed rmdir -p option
-
 
 
@@ -49,5 +53,4 @@
    * resources/calibration_spline.rc
      - added factors for period 56 and 57 (same value as for 55)
-
 
 
Index: trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/fillstar.C	(revision 8685)
+++ trunk/MagicSoft/Mars/datacenter/macros/fillstar.C	(revision 8686)
@@ -162,5 +162,5 @@
 
     Float_t mw    = hmuon->GetMeanWidth();
-    Float_t psf   = 58.5480*mw - 37.3829;
+    Float_t psf   = 71.685*mw - 28.323;
     psf = TMath::Nint(psf*10)/10.;
     if (psf<0)
@@ -169,5 +169,5 @@
     Int_t   num = (int)hmuon->GetEntries();
 
-    Float_t ratiodatamc = (hmuon->GetMeanSize()/9327.)*100;
+    Float_t ratiodatamc = (hmuon->GetMeanSize()/7464)*100;
     TString ratio = Form("%5.1f", ratiodatamc);
 
Index: trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc
===================================================================
--- trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc	(revision 8685)
+++ trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc	(revision 8686)
@@ -65,5 +65,5 @@
 using namespace std;
 
-const Float_t MHMuonPar::fgIntegralLoLim = 0.7;
+const Float_t MHMuonPar::fgIntegralLoLim = 0.8;
 const Float_t MHMuonPar::fgIntegralUpLim = 1.2;
 
