Changeset 8694
- Timestamp:
- 08/22/07 17:42:15 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8693 r8694 32 32 * resources/calibration_spline.rc 33 33 - changed correction coefficients for MUX 34 35 * mmuon/MHMuonPar.cc 36 - changed FHistBraod from ArcWidth/Radius vs. Radius to 37 ArcWidth vs. Radius 38 39 * datacenter/macros/fillstar.C 40 - changed reference values for muon analysis again according to 41 the large muon sample with time image cleaning (for new release) 42 with integration region 0.75 to 1.2 34 43 35 44 -
trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
r8691 r8694 162 162 163 163 Float_t mw = hmuon->GetMeanWidth(); 164 Float_t psf = 7 8.536*mw - 35.624;164 Float_t psf = 70.205*mw - 28.055; 165 165 psf = TMath::Nint(psf*10)/10.; 166 166 if (psf<0) … … 169 169 Int_t num = (int)hmuon->GetEntries(); 170 170 171 Float_t ratiodatamc = (hmuon->GetMeanSize()/7 157)*100;171 Float_t ratiodatamc = (hmuon->GetMeanSize()/7216)*100; 172 172 TString ratio = Form("%5.1f", ratiodatamc); 173 173
Note:
See TracChangeset
for help on using the changeset viewer.