Changeset 3061 for trunk/MagicSoft/Mars/mcalib/MCalibrationPix.cc
- Timestamp:
- 02/08/04 22:17:27 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationPix.cc
r3056 r3061 350 350 CalcFFactorMethod(); 351 351 352 return (fRSigmaCharge/fCharge)*TMath::Sqrt(fPheFFactorMethod); 352 if (fPheFFactorMethod > 0) 353 return (fRSigmaCharge/fCharge)*TMath::Sqrt(fPheFFactorMethod); 354 else 355 return -1.; 353 356 } 354 357 … … 891 894 892 895 } 893
Note:
See TracChangeset
for help on using the changeset viewer.