Changeset 7078 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
05/20/05 16:41:21 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7076 r7078  
    2525   * datacenter/scripts/insertdatasets,checkstardone:
    2626     - adapted paths for release
     27
     28   * datacenter/macros/fillstar.C:
     29     - adapted function to calculate psf
    2730
    2831
  • trunk/MagicSoft/Mars/datacenter/macros/fillstar.C

    r7062 r7078  
    104104    }
    105105
    106     Float_t psf = (h1->Integral(5, 14) - 0.837)/0.0252;
     106    Float_t psf = (h1->Integral(5, 14) - 0.759)/0.027;
    107107    psf = TMath::Nint(psf*10)/10.;
    108108    TString PSF = Form("%5.1f", psf);
Note: See TracChangeset for help on using the changeset viewer.