Ignore:
Timestamp:
08/21/07 15:39:25 (17 years ago)
Author:
msmeyer
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8532 r8686  
    162162
    163163    Float_t mw    = hmuon->GetMeanWidth();
    164     Float_t psf   = 58.5480*mw - 37.3829;
     164    Float_t psf   = 71.685*mw - 28.323;
    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()/9327.)*100;
     171    Float_t ratiodatamc = (hmuon->GetMeanSize()/7464)*100;
    172172    TString ratio = Form("%5.1f", ratiodatamc);
    173173
Note: See TracChangeset for help on using the changeset viewer.