Changeset 5422
- Timestamp:
- 11/17/04 18:07:49 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5421 r5422 50 50 - fixed a bug in the setting of the window which set always the 51 51 default before. 52 53 * mcalib/MCalibrationChargePINDiode.[h,cc] 54 - updated numbers to the currently installed pin diode 52 55 53 56 -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargePINDiode.cc
r4882 r5422 35 35 // Currently, the following numbers are implemented: 36 36 // 37 // Area of PIN Diode Ap: 100.000 +- 10 mm^2 37 // Area of PIN Diode Ap: 63.5 +- 0.1 mm^2 38 // Transparency of window T: 0.88 +- 0.05 38 39 // 39 40 // Ratio of areas: 40 41 // 41 // Distance of PIN Diode to pulser D1: 1. 5 +- 0.3m42 // Distance of Inner Pixel to pulser D2: 18. 0 +- 0.5 m42 // Distance of PIN Diode to pulser D1: 1.139 +- 0.005 m 43 // Distance of Inner Pixel to pulser D2: 18.135 +- 0.015 m 43 44 // 44 45 // D1*D1 45 // gkSolidAngleRatio = -------- = 0.0000746 // Ap* D2*D247 // 48 // gkSolidAngleRatioErr = 0. 0000246 // gkSolidAngleRatio = -------- = 7.06 * 10^-5 47 // Ap*T*D2*D2 48 // 49 // gkSolidAngleRatioErr = 0.4 * 10^-5 49 50 // 50 51 ///////////////////////////////////////////////////////////////////////////// … … 61 62 const Float_t MCalibrationChargePINDiode::fgChargeToPhotons = -1.; 62 63 const Float_t MCalibrationChargePINDiode::fgChargeToPhotonsErr = -1.; 63 const Float_t MCalibrationChargePINDiode::gkSolidAngleRatio = 0.00007; 64 const Float_t MCalibrationChargePINDiode::gkSolidAngleRatioErr = 0.00002; 64 const Float_t MCalibrationChargePINDiode::gkAbsorptionWindow = 0.88; 65 const Float_t MCalibrationChargePINDiode::gkSolidAngleRatio = 0.0000705; 66 const Float_t MCalibrationChargePINDiode::gkSolidAngleRatioErr = 0.000004; 65 67 const Float_t MCalibrationChargePINDiode::gkPINDiodeQEGreen = -1.0; 66 68 const Float_t MCalibrationChargePINDiode::gkPINDiodeQEBlue = -1.0; … … 112 114 SetChargeFitValid ( kFALSE ); 113 115 SetTimeFitValid ( kFALSE ); 114 SetColor ( MCalibrationCam::kNONE );116 SetColor ( MCalibrationCam::kNONE ); 115 117 116 118 fAbsTimeMean = -1.; -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargePINDiode.h
r3698 r5422 24 24 static const Float_t gkPINDiodeQEUVErr; //! Uncertainty QE at 370 nm 25 25 static const Float_t gkPINDiodeQECT1Err; //! Uncertainty QE at 370 nmu 26 static const Float_t gkAbsorptionWindow; //! Absorption of the protection window (incl. EMS-wires) 26 27 static const Float_t gkSolidAngleRatio; //! Solid angles ratio PIN Diode - inner pixel 27 28 static const Float_t gkSolidAngleRatioErr; //! Error solid angle ratio PIN Diode - inn. pix.
Note:
See TracChangeset
for help on using the changeset viewer.