Ignore:
Timestamp:
02/24/04 15:51:15 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3273 r3275  
    742742  // Calculate the conversion factor between PHOTONS and FADC counts
    743743  //
    744   fMeanConversionFFactorMethod         =  fPheFFactorMethod / GetMeanCharge() / fAverageQE;
     744  // Nphot = Nphe / avQE
     745  // conv  = Nphot / FADC counts
     746  //
     747  fMeanConversionFFactorMethod         =  fPheFFactorMethod / fAverageQE / GetMeanCharge();
    745748
    746749  if (fMeanConversionFFactorMethod < 0.)
Note: See TracChangeset for help on using the changeset viewer.