Changeset 5690 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 12/27/04 13:13:32 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5688 r5690 22 22 23 23 24 2004/12/27 Thomas Bretz 25 26 * macros/CCDataCheck.C: 27 - fixed some warnings: Wrong data access operator 28 29 * manalysis/MCerPhotPix.h: 30 - added to possibility to reset the core-flag 31 32 * mcalib/MCalibColorSet.[h,cc]: 33 - moved some common code to a new function CheckAndSet for 34 simplicity of the color decoding 35 - added an include for stdlib.h (needed for some compilers and atoi) 36 37 * mcalib/MCalibrationIntensityChargeCam.cc: 38 - fixed a warning about a invalid escape sequence -- seems that 39 not all compilers do display this warning... 40 - corrected order of includes 41 42 * mfbase/MFEventSelector2.[h,cc]: 43 - some cosmetic fixes 44 - some adpations to standard output (eg. Separator() instead of ***) 45 - added a check whether 'filter' inherits from MFilter 46 - fixed the return of ReadDistribution 47 - made comments for data members in cleass header 'one line' 48 49 * mimage/MImgCleanStd.[h,cc]: 50 - added fNameGeomCam for parameter list access 51 - added fNameCerPhotEvt for parameter list access 52 - fixed a typo in an output 53 - NO change to ANY algorithm! 54 - changed class version from 1 to 2 55 56 * mjobs/MJCalibrateSignal.cc: 57 - added a rule to replace .raw by .root in MWriteRootFile 58 59 * mranforest/MRanForestCalc.[h,cc]: 60 - fixed missing data member initialization in constructor 61 - added ReadEnv which is able to read a random forest from a file 62 - added an owner flag for the random forest tree 63 64 65 24 66 2004/12/22 Markus Gaug 25 67 26 * mraw/MRawEvtHeader.[h,cc] 68 * mraw/MRawEvtHeader.[h,cc]: 27 69 - added some new Getter-functions for the calibration conf. 28 70 pattern 29 * mcalib/MCalibrationChargeCalc.[h,cc] 30 * mcalib/MCalibrationRelTimeCalc.[h,cc] 31 * mcalib/MCalibrationColorSteer.cc 71 72 * mcalib/MCalibrationChargeCalc.[h,cc], 73 mcalib/MCalibrationRelTimeCalc.[h,cc], 74 mcalib/MCalibrationColorSteer.cc: 32 75 - use the new functions 33 76 34 * mhcalib/MHCalibrationCam.[h,cc] 35 * mhcalib/MHCalibrationRelTimeCam.[h,cc]36 * mhcalib/MHCalibrationChargeCam.[h,cc]77 * mhcalib/MHCalibrationCam.[h,cc], 78 mhcalib/MHCalibrationRelTimeCam.[h,cc], 79 mhcalib/MHCalibrationChargeCam.[h,cc]: 37 80 - centralize the decision about the probability limit to be 38 81 taken inside these classes. … … 41 84 - fix a bug in the calculation of outliers. Standard analyses 42 85 not affected! 86 43 87 44 88 … … 91 135 92 136 137 93 138 2004/12/22: Eva Domingo (for Wolfgang Wittek) 94 139 … … 102 147 103 148 149 104 150 2004/12/22: Abelardo Moralejo 105 151 … … 112 158 113 159 160 114 161 2004/12/17: Markus Gaug 115 162 … … 117 164 - added missing runs where run number does not appear any more in 118 165 project-name and is not yet set in the digital modules. 119 * mcalib/MCalibrationIntensityCam.[h,cc] 120 * mcalib/MCalibrationIntensityChargeCam.[h,cc] 121 * mcalib/MCalibrationIntensityRelTimeCam.[h,cc] 166 167 * mcalib/MCalibrationIntensityCam.[h,cc], 168 mcalib/MCalibrationIntensityChargeCam.[h,cc], 169 mcalib/MCalibrationIntensityRelTimeCam.[h,cc]: 122 170 - added some new functions to display the results of the intensity 123 171 calibration 172 173 124 174 125 175 2004/12/17: Thomas Bretz
Note:
See TracChangeset
for help on using the changeset viewer.