Index: /trunk/MagicSoft/Cosy/tpoint/gui.C
===================================================================
--- /trunk/MagicSoft/Cosy/tpoint/gui.C	(revision 7262)
+++ /trunk/MagicSoft/Cosy/tpoint/gui.C	(revision 7263)
@@ -616,4 +616,5 @@
 
         c1=new TCanvas("CanvGraphs", "Graphs");
+        c1->SetFillColor(kWhite);
         c1->Divide(3,3,1e-10,1e-10);
 
@@ -630,4 +631,5 @@
         g->GetHistogram()->SetXTitle("Az [\\circ]");
         g->GetHistogram()->SetYTitle("\\Delta Az [\\circ]");
+
         line.DrawLine(g->GetXaxis()->GetXmin(),  360./16384, g->GetXaxis()->GetXmax(),  360./16384);
         line.DrawLine(g->GetXaxis()->GetXmin(), -360./16384, g->GetXaxis()->GetXmax(), -360./16384);
@@ -763,5 +765,7 @@
         hres1.DrawCopy();
 
-        line.DrawLine(360./16384, 0, 360./16384, hres1.GetMaximum());
+        gPad->Update();
+
+        line.DrawLine(360./16384, gPad->GetUymin(), 360./16384, gPad->GetUymax());
     
         c1->cd(4);
@@ -782,5 +786,6 @@
         cout << "Fit-Probability: " << f.GetProb()*100 << "%" << endl;
         cout << "      Chi^2/NDF: " << f.GetChisquare() << "/" << f.GetNDF() << " = " << f.GetChisquare()/f.GetNDF() << endl;
-        line.DrawLine(360./16384, 0, 360./16384, h->GetMaximum());
+        gPad->Update();
+        line.DrawLine(360./16384, gPad->GetUymin(), 360./16384, gPad->GetUymax());
 
         c1->cd(1);
Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7262)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7263)
@@ -19,4 +19,12 @@
                                                  -*-*- END OF LINE -*-*-
 
+ 2005/08/05 Thomas Bretz
+
+   * mpointing/MSrcPocCam.[h,cc]:
+     - fixed abug which caused problems if now source position was
+       defined in the dataset.
+
+
+
  2005/08/04 Daniela Dorner
 
@@ -51,4 +59,12 @@
    * macros/sql/*:
      - removed (all macros are now in the datacenter directory)
+
+
+
+ 2005/08/02 Thomas Bretz
+
+   * mjobs/MJStar.cc:
+     - changed the muon cuts back after a discussion with Markus. I
+       made a mistake interpreting the meaning of the cuts.
 
 
