Changeset 3302
- Timestamp:
- 02/25/04 14:51:59 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3301 r3302 7 7 2004/02/25: Wolfgang Wittek 8 8 9 * mcalib/MCalibrateData.[h,cc] 10 - initialize size for MPedPhotCam 9 * mcalib/MCalibrateData.[h,cc] 10 - initialize size for MPedPhotCam 11 11 12 12 13 13 14 2004/02/24: Wolfgang Wittek 14 * manalysis/MSourcPosfromStarPos.[h,cc] 15 - change member function SetSourceAndStarPosition() to expect sky 16 coordinates in the standard units 17 - generalize to more than 1 star 18 - the class is not yet fully tested 19 20 * mfilter/MFSelBasic.[h,cc] 21 - change default values of cuts 15 16 * manalysis/MSourcPosfromStarPos.[h,cc] 17 - change member function SetSourceAndStarPosition() to expect sky 18 coordinates in the standard units 19 - generalize to more than 1 star 20 - the class is not yet fully tested 21 22 * mfilter/MFSelBasic.[h,cc] 23 - change default values of cuts 24 22 25 23 26 24 27 2004/02/24: Markus Gaug 25 28 26 * mjobs/MJCalibration.cc 27 * macros/calibration.C 28 * macros/bootcampstandardanalysis.C 29 * macros/pedphotcalc.C 29 * mjobs/MJCalibration.cc, macros/calibration.C, 30 macros/bootcampstandardanalysis.C, macros/pedphotcalc.C: 30 31 - added MCalibrationChargeBlindPix to plist 31 32 - added new filling of histograms with MFillH … … 33 34 MCalibrationChargePINDiode 34 35 35 * mcalib/MHCalibrationChargeBlindPix.[h,cc] 36 37 - receives a pointer to MCalibrationChargePINDiode which is filled 38 with the results and told to calculate the fluxes in the 39 Finalize function 40 - is filled via MFillH from MExtractBlindPixel 41 - SetPulserColor directly in this class 36 * mcalib/MHCalibrationChargeBlindPix.[h,cc]: 37 - receives a pointer to MCalibrationChargePINDiode which is filled 38 with the results and told to calculate the fluxes in the 39 Finalize function 40 - is filled via MFillH from MExtractBlindPixel 41 - SetPulserColor directly in this class 42 42 43 43 * mcalib/MCalibrationChargeBlindPix.[h,cc] 44 - new storage container of the blind pxiel resutls, replaces 45 MCalibrationBlindPix 46 47 * mcalib/MCalibrationChargeCalc.[h,cc] 48 44 - new storage container of the blind pxiel resutls, replaces 45 MCalibrationBlindPix 46 47 * mcalib/MCalibrationChargeCalc.[h,cc]: 49 48 - does not fill the histograms any more, but does ony the 50 49 calculations in the postprocess. No pointer to MExtractPINDidoe … … 66 65 67 66 68 * mcalib/MCalibrationPINDiode.[h,cc] 69 * mcalib/MHCalibrationPINDiode.[h,cc] 70 * mcalib/MCalibrationBlindPix.[h,cc] 71 * mcalib/MHCalibrationBlindPixel.[h,cc] 72 * mcalib/MHCalibrationConfig.h 67 * mcalib/MCalibrationPINDiode.[h,cc], mcalib/MHCalibrationConfig.h, 68 mcalib/MHCalibrationPINDiode.[h,cc], 69 mcalib/MCalibrationBlindPix.[h,cc], 70 mcalib/MHCalibrationBlindPixel.[h,cc]: 73 71 - removed since obsolote 74 72 … … 85 83 86 84 85 87 86 2004/02/23: Markus Gaug 88 87 … … 90 89 - include GetNumHiGainSamples and GetNumLoGainSamples 91 90 92 * mcalib/MExtractedSignalBlindPixel.h 93 * mcalib/MExtractBlindPixel.[h,cc]91 * mcalib/MExtractedSignalBlindPixel.h, 92 mcalib/MExtractBlindPixel.[h,cc]: 94 93 - included storage of pedestal 95 94 96 95 * mcalib/MHGausEvents.[h,cc] 97 96 - make the fit functions protected 97 98 98 99 99 … … 111 111 112 112 113 113 114 2004/02/21: Markus Gaug 114 115 115 116 * manalysis/MExtractedSignalPix.[h,cc] 116 117 117 - changed variable fIsLoGainUsed to fLoGainUsed 118 118 - added function GetNumHiGainSaturated() … … 121 121 2004/02/20: Markus Gaug 122 122 123 * mcalib/MHCalibrationChargeHiGainPix.[h,cc] 124 * mcalib/MHCalibrationChargeLoGainPix.[h,cc] 125 * mcalib/Makefile 126 * mcalib/CalibLinkDef.h 127 128 - new class to replace MHCalibrationPixel, 129 based on MHCalibrationChargePix 123 * mcalib/MHCalibrationChargeHiGainPix.[h,cc], mcalib/Makefile, 124 mcalib/MHCalibrationChargeLoGainPix.[h,cc], 125 mcalib/CalibLinkDef.h 126 - new class to replace MHCalibrationPixel, 127 based on MHCalibrationChargePix 130 128 131 129 * mcalib/MCalibrationChargeCalc.[h,cc] 132 * mcalib/MCalibrationChargeCam.[h,cc] 133 * mcalib/MCalibrationChargePix.[h,cc] 134 * mcalib/MCalibrationChargePINDiode.[h,cc] 135 * mcalib/MCalibrationCalc.[h,cc] 136 * mcalib/MCalibrationCam.[h,cc] 137 * mcalib/MCalibrationPINDiode.[h,cc] 138 139 - added the "charge" versions, remove the old ones. The histograms 140 should be filled in the MH... versions independently of 141 MCalibrationChargeCalc. This is fully realized for the PIN Didoe 142 now and will later be so for the pixels and the blind pixel. 130 mcalib/MCalibrationChargeCam.[h,cc] 131 mcalib/MCalibrationChargePix.[h,cc] 132 mcalib/MCalibrationChargePINDiode.[h,cc] 133 mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc], 134 mcalib/MCalibrationPINDiode.[h,cc]: 135 - added the "charge" versions, remove the old ones. The histograms 136 should be filled in the MH... versions independently of 137 MCalibrationChargeCalc. This is fully realized for the PIN Didoe 138 now and will later be so for the pixels and the blind pixel. 143 139 144 140 * mcalib/MHCalibrationChargePINDiode.[h,cc] 145 146 - receives a pointer to MCalibrationChargePINDiode which is filled 147 with the results and told to calculate the fluxes in the 148 Finalize function 149 150 * mcalib/MCalibrate.[h,cc] 151 * mcalib/MCalibrateData.[h,cc] 152 * mcalib/MMcCalibrationCalc.[h,cc] 153 * manalysis/MMcCalibrationUpdate.[h,cc] 154 * mjobs/MJCalibration.[h,cc] 155 * mjobs/MJExtractSignal.[h,cc] 156 * manalysis/MGeomApply.cc 157 * mcalib/Makefile 158 * mcalib/CalibLinkDef.h 159 * macros/calibration.C 160 * macros/bootcampstandardanalysis.C 161 * macros/pedphotcalc.C 162 163 - replace MCalibrationCam by MCalibrationChargeCam 164 - replace MCalibrationCalc by MCalibrationChargeCalc 141 - receives a pointer to MCalibrationChargePINDiode which is filled 142 with the results and told to calculate the fluxes in the 143 Finalize function 144 145 * mcalib/MCalibrate.[h,cc], mcalib/MCalibrateData.[h,cc], 146 mcalib/MMcCalibrationCalc.[h,cc], mjobs/MJCalibration.[h,cc], 147 manalysis/MMcCalibrationUpdate.[h,cc], 148 mjobs/MJExtractSignal.[h,cc], manalysis/MGeomApply.cc, 149 mcalib/Makefile, mcalib/CalibLinkDef.h, macros/calibration.C, 150 macros/bootcampstandardanalysis.C, 151 macros/pedphotcalc.C: 152 - replace MCalibrationCam by MCalibrationChargeCam 153 - replace MCalibrationCalc by MCalibrationChargeCalc 154 165 155 166 156
Note:
See TracChangeset
for help on using the changeset viewer.