Changeset 7382 for trunk/MagicSoft


Ignore:
Timestamp:
10/02/05 11:26:08 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/fillstar.C

    r7374 r7382  
    114114
    115115    Float_t mw    = hmuon->GetMeanWidth();
    116     Float_t psf   = 51.505292 - 31.147126*mw;
     116    Float_t psf   = 51.505292*mw - 31.147126;
    117117    psf = TMath::Nint(psf*10)/10.;
    118118    TString PSF = Form("%5.1f", psf);
    119119    Int_t   num = (int)hmuon->GetEntries();
    120120
    121     Float_t ratiodatamc = (hmuon->GetMeanSize()/9326.)*100;
     121    Float_t ratiodatamc = (hmuon->GetMeanSize()/9340.)*100;
    122122    TString ratio = Form("%5.1f", ratiodatamc);
    123123
Note: See TracChangeset for help on using the changeset viewer.