Ignore:
Timestamp:
07/28/05 15:02:38 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7219 r7226  
    115115//    Float_t psf = (h1->Integral(5, 14) - 0.818)/0.0276;
    116116    //df
    117     Float_t psf = (h1->Integral(5, 14) - 0.7868)/0.0254;
     117    Float_t psf = (h1->Integral(5, 14) - 0.507)/0.0159;
    118118    psf = TMath::Nint(psf*10)/10.;
    119119    TString PSF = Form("%5.1f", psf);
     
    131131//    Float_t integralmc = -36.06*psf + 11023;
    132132    //df
    133     Float_t integralmc = -29.3*psf + 10167;
     133    Float_t integralmc = -24.1*psf + 10104.2;
    134134    Float_t ratiodatamc = (integral/integralmc)*100;
    135135    TString ratio = Form("%5.1f", ratiodatamc);
Note: See TracChangeset for help on using the changeset viewer.