Changeset 8192 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 11/01/06 15:48:31 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8190 r8192 38 38 - further improved grouping 39 39 40 * datacenter/macros/plotrundb.C: 41 - added 42 40 43 * msql/MSQLServer.[h,cc]: 41 44 - implemented a new function returning the primary key of a table … … 43 46 necessary to do a query 44 47 - changed the call to GetTables and GetColumns 48 49 * mhflux/MHFalseSource.[h,cc]: 50 - added a DrawNicePlot feature like for MHAlpha 51 52 * mmain/MEventDisplay.cc: 53 - added MPedestalSubtract 54 - new default size 55 56 * mbase/MLogHtml.cc: 57 - improved colors 58 59 * mcalib/MCalibrationRelTimeCalc.cc: 60 - reformatted some output 61 62 * mhcalib/MHCalibrationCam.cc: 63 - reformatted and improved output 64 - do not complain about empty lo-gain histograms (BTW: 65 it should complain if the histogram should not be empty!) 66 67 * mhcalib/MHCalibrationChargeCam.cc: 68 - when filling the histograms only fill signals which are 69 valid 70 - do not count the number of lo-gain saturation slices, just 71 check whether it is saturating or not 72 - for the moment we do not take the fTimeLower/UpperLimit into 73 account. It is enough if the extracted time is within the 74 extraction range (TO BE IMPROVED!) 75 76 * mhcalib/MHCalibrationPulseTimeCam.cc: 77 - improved output 78 - do not check th elo-gain if hi-gain is already above saturation 79 limit. 80 81 * mhcalib/MHCalibrationRelTimeCam.cc: 82 - extended first bin from -4.975 to -9.975 83 - correctly handle validity and saturation of the pixels 84 - allow the reference pixel to be set from the resource file 85 86 * mhcalib/MHGausEvents.h: 87 - exclude empty histograms in IsOnlyUnderflow and IsOnlyOverflow 88 89 * msignal/MExtractTimeAndCharge.[h,cc]: 90 - added a new function which give an estimate for the arrival time 91 in case of saturation 92 - allow the arrival time to be a minimum of -1 before replacing 93 it by a random value 94 - in case of saturation use a polynomial of second order to 95 get a better estimation of the arrival time 96 45 97 46 98
Note:
See TracChangeset
for help on using the changeset viewer.