- Timestamp:
- 04/14/04 10:05:32 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationQEPix.cc
r3724 r3728 92 92 // this feature is not yet implemented, instead a fixed number gkDefaultAverageQE is used. 93 93 // 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 // 96 98 // * Averaged QE coated PMTs: zenith value 97 99 // 0. 0.237 … … 129 131 // and therefore, the factor 0.94." 130 132 // 133 // See also: MJCalibration, MCalibrationChargeCalc, 134 // MCalibrationChargeCam, MCalibrationChargePix, 135 // MHCalibrationChargeCam, MHCalibrationChargePix, 136 // MHCalibrationChargePINDiode, MHCalibrationChargeBlindPix 137 // 131 138 ///////////////////////////////////////////////////////////////////////////// 132 139 #include "MCalibrationQEPix.h" … … 151 158 const Float_t MCalibrationQEPix::gkDefaultQEUVErr = 0.07 ; 152 159 const Float_t MCalibrationQEPix::gkDefaultQECT1Err = 0.07 ; 153 const Float_t MCalibrationQEPix::gkDefaultAverageQE = 0. 20;160 const Float_t MCalibrationQEPix::gkDefaultAverageQE = 0.18; 154 161 const Float_t MCalibrationQEPix::gkDefaultAverageQEErr = 0.02; 155 162 // --------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.