Ignore:
Timestamp:
06/14/08 16:55:58 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhbase/MHMatrix.cc

    r8907 r8957  
    783783
    784784    th1->cd(1);
    785     ((TH1&)hth).DrawCopy();   // real histogram before
     785    hth.DrawCopy();   // real histogram before
    786786
    787787    th1->cd(2);
    788     ((TH1&)hta).DrawCopy();   // histogram after
     788    hta.DrawCopy();   // histogram after
    789789
    790790    th1->cd(3);
    791     ((TH1&)hthd).DrawCopy();  // correction factors
     791    hthd.DrawCopy();  // correction factors
    792792
    793793    th1->cd(4);
    794     ((TH1&)thsh).DrawCopy();  // target
     794    thsh.DrawCopy();  // target
    795795}
    796796
     
    895895    SetBinning(&hthd, &thsh);
    896896    hthd.SetDirectory(NULL);
    897     hthd.Divide((TH1F*)&thsh, &hth, 1, 1);
     897    hthd.Divide(&thsh, &hth, 1, 1);
    898898
    899899    if (hthd.GetMaximum() <= 0)
Note: See TracChangeset for help on using the changeset viewer.