Changeset 8691 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 08/22/07 12:57:28 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
r8686 r8691 162 162 163 163 Float_t mw = hmuon->GetMeanWidth(); 164 Float_t psf = 7 1.685*mw - 28.323;164 Float_t psf = 78.536*mw - 35.624; 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 464)*100;171 Float_t ratiodatamc = (hmuon->GetMeanSize()/7157)*100; 172 172 TString ratio = Form("%5.1f", ratiodatamc); 173 173
Note:
See TracChangeset
for help on using the changeset viewer.