Ignore:
Timestamp:
01/24/05 19:38:51 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.cc

    r5291 r5977  
    333333            avqe = MCalibrationQEPix::gkDefaultAverageQE*fOuterPixelsLightCollection;
    334334
     335        qepix.SetAvNormFFactor(1.);
     336        // This factor should convert the default average QE to average QE
     337        // for a spectrum like that of Cherenkov light. See the documentation
     338        // of MCalibrationQEPix. Here it is 1 because we calibrate using
     339        // Cherenkov light.
     340
    335341        qepix.SetAverageQE(avqe);
    336342    }
     
    343349//
    344350// Fill the MCerPhotPed object
     351//
     352// This has to be done on an event by event basis because the (calibrated) pedestal
     353// fluctuations depend on whether, for each pixel, we are using the high gain or the
     354// low gain branch.
    345355//
    346356Int_t MMcCalibrationUpdate::Process()
     
    386396        MCalibrationQEPix &qepix = (MCalibrationQEPix&)(*fQECam)[i];
    387397
    388         qepix.SetAvNormFFactor(1.);
    389         // This factor should convert the default average QE to average QE
    390         // for a spectrum like that of Cherenkov light. See the documentation
    391         // of MCalibrationQEPix. Here it is 1 because we calibrate using
    392         // Cherenkov light.
    393 
    394398        Float_t qe       = qepix.GetAverageQE();
    395399        Float_t adc2phot = calpix.GetMeanConvFADC2Phe() / qe;
Note: See TracChangeset for help on using the changeset viewer.