Changeset 8686 for trunk/MagicSoft/Mars/datacenter/macros
- Timestamp:
- 08/21/07 15:39:25 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
r8532 r8686 162 162 163 163 Float_t mw = hmuon->GetMeanWidth(); 164 Float_t psf = 58.5480*mw - 37.3829;164 Float_t psf = 71.685*mw - 28.323; 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()/ 9327.)*100;171 Float_t ratiodatamc = (hmuon->GetMeanSize()/7464)*100; 172 172 TString ratio = Form("%5.1f", ratiodatamc); 173 173
Note:
See TracChangeset
for help on using the changeset viewer.