Ignore:
Timestamp:
10/27/06 14:39:36 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7840 r8170  
    156156    Float_t psf   = 58.5480*mw - 37.3829;
    157157    psf = TMath::Nint(psf*10)/10.;
     158    if (psf<0)
     159        psf=0;
    158160    TString PSF = Form("%5.1f", psf);
    159161    Int_t   num = (int)hmuon->GetEntries();
Note: See TracChangeset for help on using the changeset viewer.