Changeset 7840 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 08/03/06 17:31:42 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
r7777 r7840 154 154 155 155 Float_t mw = hmuon->GetMeanWidth(); 156 Float_t psf = 5 1.505292*mw - 31.147126;156 Float_t psf = 58.5480*mw - 37.3829; 157 157 psf = TMath::Nint(psf*10)/10.; 158 158 TString PSF = Form("%5.1f", psf); 159 159 Int_t num = (int)hmuon->GetEntries(); 160 160 161 Float_t ratiodatamc = (hmuon->GetMeanSize()/93 40.)*100;161 Float_t ratiodatamc = (hmuon->GetMeanSize()/9327.)*100; 162 162 TString ratio = Form("%5.1f", ratiodatamc); 163 163
Note:
See TracChangeset
for help on using the changeset viewer.