Changeset 8957 for trunk/MagicSoft/Mars/mhbase/MHMatrix.cc
- Timestamp:
- 06/14/08 16:55:58 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhbase/MHMatrix.cc
r8907 r8957 783 783 784 784 th1->cd(1); 785 ((TH1&)hth).DrawCopy(); // real histogram before785 hth.DrawCopy(); // real histogram before 786 786 787 787 th1->cd(2); 788 ((TH1&)hta).DrawCopy(); // histogram after788 hta.DrawCopy(); // histogram after 789 789 790 790 th1->cd(3); 791 ((TH1&)hthd).DrawCopy(); // correction factors791 hthd.DrawCopy(); // correction factors 792 792 793 793 th1->cd(4); 794 ((TH1&)thsh).DrawCopy(); // target794 thsh.DrawCopy(); // target 795 795 } 796 796 … … 895 895 SetBinning(&hthd, &thsh); 896 896 hthd.SetDirectory(NULL); 897 hthd.Divide( (TH1F*)&thsh, &hth, 1, 1);897 hthd.Divide(&thsh, &hth, 1, 1); 898 898 899 899 if (hthd.GetMaximum() <= 0)
Note:
See TracChangeset
for help on using the changeset viewer.