Ignore:
Timestamp:
04/20/03 15:39:13 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1948 r1967  
    693693    //
    694694    TH1F hta;
     695    hta.SetDirectory(NULL);
    695696    hta.SetName("hta");
    696697    hta.SetTitle("Distribution after reduction");
     
    793794    //
    794795    TH1F hth("th", "Distribution before reduction", nbins, frombin, tobin);
     796    hth.SetDirectory(NULL);
    795797    for (Int_t j=0; j<nrows; j++)
    796798        hth.Fill(fM(j, refcolumn));
    797799
    798800    TH1F hthd("thd", "Correction factors", nbins, frombin, tobin);
     801    hthd.SetDirectory(NULL);
    799802    hthd.Divide((TH1F*)&thsh, &hth, 1, 1);
    800803
Note: See TracChangeset for help on using the changeset viewer.