Changeset 7369 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 09/27/05 17:11:09 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
r7341 r7369 113 113 } 114 114 115 Float_t psf = (hmuon->GetMeanWidth() - 0.04816)/0.001294; 115 Float_t mw = hmuon->GetMeanWidth(); 116 Float_t psf = -194.031674+404.077598*mw-192.532597*mw*mw; 116 117 psf = TMath::Nint(psf*10)/10.; 117 118 TString PSF = Form("%5.1f", psf); 118 119 Int_t num = (int)hmuon->GetEntries(); 119 120 120 Float_t integralmc = -1.43*psf + 1035; 121 Float_t ratiodatamc = (hmuon->GetMeanSize()/integralmc)*100; 121 Float_t ratiodatamc = (hmuon->GetMeanSize()/9326.)*100; 122 122 TString ratio = Form("%5.1f", ratiodatamc); 123 123
Note:
See TracChangeset
for help on using the changeset viewer.