Ignore:
Timestamp:
02/08/04 22:17:27 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationPix.cc

    r3056 r3061  
    350350    CalcFFactorMethod();
    351351 
    352   return (fRSigmaCharge/fCharge)*TMath::Sqrt(fPheFFactorMethod);
     352  if (fPheFFactorMethod > 0)
     353    return (fRSigmaCharge/fCharge)*TMath::Sqrt(fPheFFactorMethod);
     354  else
     355    return -1.;
    353356}
    354357
     
    891894 
    892895}
    893 
Note: See TracChangeset for help on using the changeset viewer.