Ignore:
Timestamp:
08/22/07 12:57:28 (17 years ago)
Author:
msmeyer
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8686 r8691  
    162162
    163163    Float_t mw    = hmuon->GetMeanWidth();
    164     Float_t psf   = 71.685*mw - 28.323;
     164    Float_t psf   = 78.536*mw - 35.624;
    165165    psf = TMath::Nint(psf*10)/10.;
    166166    if (psf<0)
     
    169169    Int_t   num = (int)hmuon->GetEntries();
    170170
    171     Float_t ratiodatamc = (hmuon->GetMeanSize()/7464)*100;
     171    Float_t ratiodatamc = (hmuon->GetMeanSize()/7157)*100;
    172172    TString ratio = Form("%5.1f", ratiodatamc);
    173173
Note: See TracChangeset for help on using the changeset viewer.