Ignore:
Timestamp:
05/30/05 20:09:46 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhflux/MHDisp.cc

    r7113 r7114  
    292292        func.SetParameter(2, 0.15);
    293293        func.SetParameter(4, h2->GetBinContent(10));
    294         h2->Fit(&func, "IMQ", "same", 0, 1.1);
     294        h2->Fit(&func, "IMQ", "", 0, 1.1);
    295295
    296296        const Double_t r0 = 2*func.GetParameter(2);
     
    374374    const Int_t    nbin = (h3->GetNbinsX()+h3->GetNbinsY())/2;
    375375    TProfile *h = new TProfile("RadProf", "Radial Profile", nbin, 0, maxr);
     376    h->SetDirectory(0);
    376377    //TH1F *h = new TH1F("RadProf", "Radial Profile", nbin, 0, maxr);
    377     h->Sumw2();
     378    //h->Sumw2();
    378379    h->SetXTitle("\\vartheta [\\circ]");
    379380    h->SetYTitle("<cts>/\\Delta R");
Note: See TracChangeset for help on using the changeset viewer.