- Timestamp:
- 08/05/05 17:14:59 (19 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/tpoint/gui.C
r7104 r7263 616 616 617 617 c1=new TCanvas("CanvGraphs", "Graphs"); 618 c1->SetFillColor(kWhite); 618 619 c1->Divide(3,3,1e-10,1e-10); 619 620 … … 630 631 g->GetHistogram()->SetXTitle("Az [\\circ]"); 631 632 g->GetHistogram()->SetYTitle("\\Delta Az [\\circ]"); 633 632 634 line.DrawLine(g->GetXaxis()->GetXmin(), 360./16384, g->GetXaxis()->GetXmax(), 360./16384); 633 635 line.DrawLine(g->GetXaxis()->GetXmin(), -360./16384, g->GetXaxis()->GetXmax(), -360./16384); … … 763 765 hres1.DrawCopy(); 764 766 765 line.DrawLine(360./16384, 0, 360./16384, hres1.GetMaximum()); 767 gPad->Update(); 768 769 line.DrawLine(360./16384, gPad->GetUymin(), 360./16384, gPad->GetUymax()); 766 770 767 771 c1->cd(4); … … 782 786 cout << "Fit-Probability: " << f.GetProb()*100 << "%" << endl; 783 787 cout << " Chi^2/NDF: " << f.GetChisquare() << "/" << f.GetNDF() << " = " << f.GetChisquare()/f.GetNDF() << endl; 784 line.DrawLine(360./16384, 0, 360./16384, h->GetMaximum()); 788 gPad->Update(); 789 line.DrawLine(360./16384, gPad->GetUymin(), 360./16384, gPad->GetUymax()); 785 790 786 791 c1->cd(1); -
trunk/MagicSoft/Mars/Changelog
r7262 r7263 19 19 -*-*- END OF LINE -*-*- 20 20 21 2005/08/05 Thomas Bretz 22 23 * mpointing/MSrcPocCam.[h,cc]: 24 - fixed abug which caused problems if now source position was 25 defined in the dataset. 26 27 28 21 29 2005/08/04 Daniela Dorner 22 30 … … 51 59 * macros/sql/*: 52 60 - removed (all macros are now in the datacenter directory) 61 62 63 64 2005/08/02 Thomas Bretz 65 66 * mjobs/MJStar.cc: 67 - changed the muon cuts back after a discussion with Markus. I 68 made a mistake interpreting the meaning of the cuts. 53 69 54 70
Note:
See TracChangeset
for help on using the changeset viewer.