Ignore:
Timestamp:
04/14/04 10:05:32 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3724 r3728  
    9292//     this feature is not yet implemented, instead a fixed number gkDefaultAverageQE is used.
    9393//
    94 // The number gkDefaultAverageQE = 0.20 +- 0.02 can be obtained in the following way:
    95 //                             
     94// The number gkDefaultAverageQE = 0.18 +- 0.02 can be obtained in the following way:
     95//
     96// * Transmission probability Plexiglass: 0.96
     97//
    9698// * Averaged QE coated PMTs: zenith     value
    9799//                              0.       0.237
     
    129131//  and therefore, the factor 0.94."
    130132//
     133// See also: MJCalibration, MCalibrationChargeCalc,
     134//           MCalibrationChargeCam, MCalibrationChargePix,
     135//           MHCalibrationChargeCam, MHCalibrationChargePix,
     136//           MHCalibrationChargePINDiode, MHCalibrationChargeBlindPix
     137//
    131138/////////////////////////////////////////////////////////////////////////////
    132139#include "MCalibrationQEPix.h"
     
    151158const Float_t MCalibrationQEPix::gkDefaultQEUVErr      = 0.07 ;
    152159const Float_t MCalibrationQEPix::gkDefaultQECT1Err     = 0.07 ;
    153 const Float_t MCalibrationQEPix::gkDefaultAverageQE    = 0.20;     
     160const Float_t MCalibrationQEPix::gkDefaultAverageQE    = 0.18;     
    154161const Float_t MCalibrationQEPix::gkDefaultAverageQEErr = 0.02; 
    155162// --------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.