Ignore:
Timestamp:
08/03/06 17:31:42 (18 years ago)
Author:
meyer
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7777 r7840  
    154154
    155155    Float_t mw    = hmuon->GetMeanWidth();
    156     Float_t psf   = 51.505292*mw - 31.147126;
     156    Float_t psf   = 58.5480*mw - 37.3829;
    157157    psf = TMath::Nint(psf*10)/10.;
    158158    TString PSF = Form("%5.1f", psf);
    159159    Int_t   num = (int)hmuon->GetEntries();
    160160
    161     Float_t ratiodatamc = (hmuon->GetMeanSize()/9340.)*100;
     161    Float_t ratiodatamc = (hmuon->GetMeanSize()/9327.)*100;
    162162    TString ratio = Form("%5.1f", ratiodatamc);
    163163
Note: See TracChangeset for help on using the changeset viewer.