Changeset 7263 for trunk/MagicSoft


Ignore:
Timestamp:
08/05/05 17:14:59 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tpoint/gui.C

    r7104 r7263  
    616616
    617617        c1=new TCanvas("CanvGraphs", "Graphs");
     618        c1->SetFillColor(kWhite);
    618619        c1->Divide(3,3,1e-10,1e-10);
    619620
     
    630631        g->GetHistogram()->SetXTitle("Az [\\circ]");
    631632        g->GetHistogram()->SetYTitle("\\Delta Az [\\circ]");
     633
    632634        line.DrawLine(g->GetXaxis()->GetXmin(),  360./16384, g->GetXaxis()->GetXmax(),  360./16384);
    633635        line.DrawLine(g->GetXaxis()->GetXmin(), -360./16384, g->GetXaxis()->GetXmax(), -360./16384);
     
    763765        hres1.DrawCopy();
    764766
    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());
    766770   
    767771        c1->cd(4);
     
    782786        cout << "Fit-Probability: " << f.GetProb()*100 << "%" << endl;
    783787        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());
    785790
    786791        c1->cd(1);
  • trunk/MagicSoft/Mars/Changelog

    r7262 r7263  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     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
    2129 2005/08/04 Daniela Dorner
    2230
     
    5159   * macros/sql/*:
    5260     - 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.
    5369
    5470
Note: See TracChangeset for help on using the changeset viewer.