Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 1345)
+++ trunk/MagicSoft/Mars/Changelog	(revision 1346)
@@ -1,3 +1,16 @@
                                                                   -*-*- END -*-*-
+ 2002/06/03: Thomas Bretz
+
+   * mhist/MHCompProb.[h,cc]:
+     - added
+
+   * mhist/MHMatrix.cc:
+     - corrected some bugs in the algorithm to calculate the distance
+
+   * mhist/Makefile:
+     - added -I../mmc
+
+
+
  2002/06/03: Thomas Bretz
 
Index: trunk/MagicSoft/Mars/mbase/Makefile
===================================================================
--- trunk/MagicSoft/Mars/mbase/Makefile	(revision 1345)
+++ trunk/MagicSoft/Mars/mbase/Makefile	(revision 1346)
@@ -20,5 +20,5 @@
 # @endcode 
 
-INCLUDES = -I. -I../mraw -I../MRawFormat
+INCLUDES = -I. -I../mraw -I../MRawFormat -I../mmc
 
 # @code 
Index: trunk/MagicSoft/Mars/mhist/MHHadroness.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHHadroness.cc	(revision 1345)
+++ trunk/MagicSoft/Mars/mhist/MHHadroness.cc	(revision 1346)
@@ -296,5 +296,5 @@
     gStyle->SetOptStat(10);
     Getghness()->DrawCopy();
-    Getphness()->SetLineColor(2);
+    Getphness()->SetLineColor(kRed);
     Getphness()->DrawCopy("same");
     c.cd(4);
@@ -308,4 +308,7 @@
         g.GetXaxis()->SetTitle("Acceptance Hadrons");
         g.GetYaxis()->SetTitle("Acceptance Gammas");
+        g.SetMarkerStyle(kFullDotSmall);
+        g.Draw("P");
+
         gPad->Modified();
         gPad->Update();
@@ -314,5 +317,5 @@
     TMarker *m = new TMarker(fIntPhness->GetBinContent(h),
                              fIntGhness->GetBinContent(h), kStar);
-    m->SetMarkerColor(4);
+    m->SetMarkerColor(kBlue);
     m->SetBit(kCanDelete);
     m->Draw();
@@ -320,7 +323,7 @@
     gStyle->SetOptStat(0);
     Getighness()->DrawCopy();
-    Getiphness()->SetLineColor(2);
+    Getiphness()->SetLineColor(kRed);
     Getiphness()->DrawCopy("same");
-    fMinDist->SetLineColor(4);
+    fMinDist->SetLineColor(kBlue);
     fMinDist->DrawCopy("same");
     c.cd(3);
@@ -344,5 +347,5 @@
     gStyle->SetOptStat(10);
     Getghness()->Draw();
-    Getphness()->SetLineColor(2);
+    Getphness()->SetLineColor(kRed);
     Getphness()->Draw("same");
     gPad->cd(4);
@@ -355,4 +358,6 @@
         fGraph->GetXaxis()->SetTitle("Acceptance Hadrons");
         fGraph->GetYaxis()->SetTitle("Acceptance Gammas");
+        fGraph->SetMarkerStyle(kFullDotSmall);
+        fGraph->Draw("P");
         gPad->Modified();
         gPad->Update();
@@ -361,5 +366,5 @@
     TMarker *m = new TMarker(fIntPhness->GetBinContent(h),
                              fIntGhness->GetBinContent(h), kStar);
-    m->SetMarkerColor(4);
+    m->SetMarkerColor(kBlue);
     m->SetBit(kCanDelete);
     m->Draw();
@@ -367,7 +372,7 @@
     gStyle->SetOptStat(0);
     Getighness()->Draw();
-    Getiphness()->SetLineColor(2);
+    Getiphness()->SetLineColor(kRed);
     Getiphness()->Draw("same");
-    fMinDist->SetLineColor(4);
+    fMinDist->SetLineColor(kBlue);
     fMinDist->Draw("same");
     gPad->cd(3);
