Changeset 7114


Ignore:
Timestamp:
05/30/05 20:09:46 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhflux
Files:
2 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");
  • trunk/MagicSoft/Mars/mhflux/MHDisp.h

    r7110 r7114  
    1313{
    1414private:
    15     MHillasExt  *fHilExt;
    16     MParameterD *fDisp;
     15    MHillasExt  *fHilExt; //!
     16    MParameterD *fDisp;   //!
    1717
    18     Double_t fM3lCut;
    19     Double_t fXi;
    20     Double_t fXiTheta;
     18    Double_t fM3lCut;     //!
     19    Double_t fXi;         //!
     20    Double_t fXiTheta;    //!
    2121
    2222public:
Note: See TracChangeset for help on using the changeset viewer.