Changeset 7114
- Timestamp:
- 05/30/05 20:09:46 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mhflux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHDisp.cc
r7113 r7114 292 292 func.SetParameter(2, 0.15); 293 293 func.SetParameter(4, h2->GetBinContent(10)); 294 h2->Fit(&func, "IMQ", " same", 0, 1.1);294 h2->Fit(&func, "IMQ", "", 0, 1.1); 295 295 296 296 const Double_t r0 = 2*func.GetParameter(2); … … 374 374 const Int_t nbin = (h3->GetNbinsX()+h3->GetNbinsY())/2; 375 375 TProfile *h = new TProfile("RadProf", "Radial Profile", nbin, 0, maxr); 376 h->SetDirectory(0); 376 377 //TH1F *h = new TH1F("RadProf", "Radial Profile", nbin, 0, maxr); 377 h->Sumw2();378 //h->Sumw2(); 378 379 h->SetXTitle("\\vartheta [\\circ]"); 379 380 h->SetYTitle("<cts>/\\Delta R"); -
trunk/MagicSoft/Mars/mhflux/MHDisp.h
r7110 r7114 13 13 { 14 14 private: 15 MHillasExt *fHilExt; 16 MParameterD *fDisp; 15 MHillasExt *fHilExt; //! 16 MParameterD *fDisp; //! 17 17 18 Double_t fM3lCut; 19 Double_t fXi; 20 Double_t fXiTheta; 18 Double_t fM3lCut; //! 19 Double_t fXi; //! 20 Double_t fXiTheta; //! 21 21 22 22 public:
Note:
See TracChangeset
for help on using the changeset viewer.