Changeset 7374 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 09/30/05 10:42:20 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
r7369 r7374 114 114 115 115 Float_t mw = hmuon->GetMeanWidth(); 116 Float_t psf = -194.031674+404.077598*mw-192.532597*mw*mw;116 Float_t psf = 51.505292 - 31.147126*mw; 117 117 psf = TMath::Nint(psf*10)/10.; 118 118 TString PSF = Form("%5.1f", psf);
Note:
See TracChangeset
for help on using the changeset viewer.