Changeset 7219
- Timestamp:
- 07/25/05 16:47:39 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
r7218 r7219 115 115 // Float_t psf = (h1->Integral(5, 14) - 0.818)/0.0276; 116 116 //df 117 Float_t psf = (h1->Integral(5, 14) - 0.7 36)/0.0276;117 Float_t psf = (h1->Integral(5, 14) - 0.7868)/0.0254; 118 118 psf = TMath::Nint(psf*10)/10.; 119 119 TString PSF = Form("%5.1f", psf); … … 131 131 // Float_t integralmc = -36.06*psf + 11023; 132 132 //df 133 Float_t integralmc = -2 6.1*psf + 9750;133 Float_t integralmc = -29.3*psf + 10167; 134 134 Float_t ratiodatamc = (integral/integralmc)*100; 135 135 TString ratio = Form("%5.1f", ratiodatamc);
Note:
See TracChangeset
for help on using the changeset viewer.