Changeset 7382 for trunk/MagicSoft
- Timestamp:
- 10/02/05 11:26:08 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
r7374 r7382 114 114 115 115 Float_t mw = hmuon->GetMeanWidth(); 116 Float_t psf = 51.505292 - 31.147126*mw;116 Float_t psf = 51.505292*mw - 31.147126; 117 117 psf = TMath::Nint(psf*10)/10.; 118 118 TString PSF = Form("%5.1f", psf); 119 119 Int_t num = (int)hmuon->GetEntries(); 120 120 121 Float_t ratiodatamc = (hmuon->GetMeanSize()/93 26.)*100;121 Float_t ratiodatamc = (hmuon->GetMeanSize()/9340.)*100; 122 122 TString ratio = Form("%5.1f", ratiodatamc); 123 123
Note:
See TracChangeset
for help on using the changeset viewer.