Changeset 1967 for trunk/MagicSoft/Mars/mhist/MHMatrix.cc
- Timestamp:
- 04/20/03 15:39:13 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHMatrix.cc
r1948 r1967 693 693 // 694 694 TH1F hta; 695 hta.SetDirectory(NULL); 695 696 hta.SetName("hta"); 696 697 hta.SetTitle("Distribution after reduction"); … … 793 794 // 794 795 TH1F hth("th", "Distribution before reduction", nbins, frombin, tobin); 796 hth.SetDirectory(NULL); 795 797 for (Int_t j=0; j<nrows; j++) 796 798 hth.Fill(fM(j, refcolumn)); 797 799 798 800 TH1F hthd("thd", "Correction factors", nbins, frombin, tobin); 801 hthd.SetDirectory(NULL); 799 802 hthd.Divide((TH1F*)&thsh, &hth, 1, 1); 800 803
Note:
See TracChangeset
for help on using the changeset viewer.