Changeset 3686
- Timestamp:
- 04/08/04 20:31:21 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3682 r3686 81 81 - removed warning about low-gain saturation of Blind pixel 82 82 83 * mcalib/MCalibrate.[h,cc] 84 * mcalib/MCalibrateData.[h,cc] 85 - conversion factors now separated into FADC2phe and then into 86 call to average Quantum efficiency. 83 87 84 88 -
trunk/MagicSoft/Mars/mcalib/MCalibrate.h
r3437 r3686 17 17 class MBadPixelsCam; 18 18 class MCalibrationChargeCam; 19 class MCalibrationQECam; 19 20 class MExtractedSignalCam; 20 21 class MCerPhotEvt; … … 25 26 MGeomCam *fGeomCam; // Camera geometry container 26 27 MCalibrationChargeCam *fCalibrations; // Calibration constants 28 MCalibrationQECam *fQEs; // Quantum efficiencies 27 29 MBadPixelsCam *fBadPixels; // Bad Pixels information 28 30 MExtractedSignalCam *fSignals; // Integrated charge in FADCs counts
Note:
See TracChangeset
for help on using the changeset viewer.