Changeset 3275 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 02/24/04 15:51:15 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.cc
r3273 r3275 742 742 // Calculate the conversion factor between PHOTONS and FADC counts 743 743 // 744 fMeanConversionFFactorMethod = fPheFFactorMethod / GetMeanCharge() / fAverageQE; 744 // Nphot = Nphe / avQE 745 // conv = Nphot / FADC counts 746 // 747 fMeanConversionFFactorMethod = fPheFFactorMethod / fAverageQE / GetMeanCharge(); 745 748 746 749 if (fMeanConversionFFactorMethod < 0.)
Note:
See TracChangeset
for help on using the changeset viewer.