Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 8690)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 8691)
@@ -18,4 +18,12 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2007/08/22 Markus Meyer
+
+   * datacenter/macros/fillstar.C
+     - changed reference values for muon analysis according to
+       the large muon sample with old image cleaning (Mars-1.2) and 
+       smaller integration region (0.75 to 1.2)
+
+
 
  2007/08/22 Stefan Ruegamer
Index: /trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/macros/fillstar.C	(revision 8690)
+++ /trunk/MagicSoft/Mars/datacenter/macros/fillstar.C	(revision 8691)
@@ -162,5 +162,5 @@
 
     Float_t mw    = hmuon->GetMeanWidth();
-    Float_t psf   = 71.685*mw - 28.323;
+    Float_t psf   = 78.536*mw - 35.624;
     psf = TMath::Nint(psf*10)/10.;
     if (psf<0)
@@ -169,5 +169,5 @@
     Int_t   num = (int)hmuon->GetEntries();
 
-    Float_t ratiodatamc = (hmuon->GetMeanSize()/7464)*100;
+    Float_t ratiodatamc = (hmuon->GetMeanSize()/7157)*100;
     TString ratio = Form("%5.1f", ratiodatamc);
 
Index: /trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc
===================================================================
--- /trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc	(revision 8690)
+++ /trunk/MagicSoft/Mars/mmuon/MHMuonPar.cc	(revision 8691)
@@ -65,6 +65,6 @@
 using namespace std;
 
-const Float_t MHMuonPar::fgIntegralLoLim = 0.8;
-const Float_t MHMuonPar::fgIntegralUpLim = 1.2;
+const Float_t MHMuonPar::fgIntegralLoLim = 0.751;
+const Float_t MHMuonPar::fgIntegralUpLim = 1.199;
 
 // --------------------------------------------------------------------------
@@ -97,5 +97,5 @@
 
     fHistBroad.SetName("RingBroadening");
-    fHistBroad.SetTitle("Profile ArcWidth/Radius vs Radius");
+    fHistBroad.SetTitle("Profile ArcWidth vs Radius");
     fHistBroad.SetXTitle("R [\\circ]");
     fHistBroad.SetYTitle("W/R [1]");
@@ -177,5 +177,5 @@
 
     fHistBroad.Fill(fMm2Deg*fMuonSearchPar->GetRadius(),
-                    fMuonCalibPar->GetArcWidth()/(fMm2Deg*fMuonSearchPar->GetRadius()), w);
+                    fMuonCalibPar->GetArcWidth(), w);
 
     fHistSize.Fill(fMm2Deg*fMuonSearchPar->GetRadius(),
