Ignore:
Timestamp:
09/27/05 17:11:09 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7341 r7369  
    113113    }
    114114
    115     Float_t psf   = (hmuon->GetMeanWidth() - 0.04816)/0.001294;
     115    Float_t mw    = hmuon->GetMeanWidth();
     116    Float_t psf   = -194.031674+404.077598*mw-192.532597*mw*mw;
    116117    psf = TMath::Nint(psf*10)/10.;
    117118    TString PSF = Form("%5.1f", psf);
    118119    Int_t   num = (int)hmuon->GetEntries();
    119120
    120     Float_t integralmc = -1.43*psf + 1035;
    121     Float_t ratiodatamc = (hmuon->GetMeanSize()/integralmc)*100;
     121    Float_t ratiodatamc = (hmuon->GetMeanSize()/9326.)*100;
    122122    TString ratio = Form("%5.1f", ratiodatamc);
    123123
Note: See TracChangeset for help on using the changeset viewer.