Changeset 8694 for trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
- Timestamp:
- 08/22/07 17:42:15 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
r8691 r8694 162 162 163 163 Float_t mw = hmuon->GetMeanWidth(); 164 Float_t psf = 7 8.536*mw - 35.624;164 Float_t psf = 70.205*mw - 28.055; 165 165 psf = TMath::Nint(psf*10)/10.; 166 166 if (psf<0) … … 169 169 Int_t num = (int)hmuon->GetEntries(); 170 170 171 Float_t ratiodatamc = (hmuon->GetMeanSize()/7 157)*100;171 Float_t ratiodatamc = (hmuon->GetMeanSize()/7216)*100; 172 172 TString ratio = Form("%5.1f", ratiodatamc); 173 173
Note:
See TracChangeset
for help on using the changeset viewer.