Changeset 8155 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 10/24/06 09:43:51 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8149 r8155 18 18 19 19 -*-*- END OF LINE -*-*- 20 2006/10/23 20 2006/10/24 Thomas Bretz 21 22 * Makefile: 23 - added mextralgo directory 24 25 * mextralgo/MExtralgoDigitalFilter.[h,cc]: 26 - added code to calculate chisq 27 - some small changes to calculating the weights 28 29 * mextralgo/MExtralgoSpline.[h,cc]: 30 - removed the random iterator, use a random number instead 31 32 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc, 33 mjobs/MJPedestal.cc: 34 - introduced new MPedestalSubtract 35 - changed the range for the pedestal extraction window 36 (the window should be the same as the extractor search 37 window, even if it need not to be used in the case of 38 the random extractor) 39 40 * mpedestal/MExtractPedestal.[h,cc], mpedestal/MPedCalcPedRun.[h,cc], 41 mpedestal/MPedCalcFromLoGain.[h,cc]: 42 - removed a lot of obsolte code 43 - unified and moved a lot of code to the base class 44 - moved code used only in a single derived class to this class 45 - changed and simplified the range check for the windows 46 - removed memcpy stuff, instead use the output of MExtractPedestal 47 - get the window size automatically from a possible extractor 48 49 * mpedestal/Makefile, mpedestal/PedestalLinkDef.h: 50 - added MHPedestalCor 51 - added MPedestalSubtract 52 - added MPedestalSubtractedEvt 53 - removed MPedCalcFromData 54 55 * msignal/MExtractTime.[h,cc]: 56 - commented out some code which will become obsolete soon 57 - improved Print() function 58 59 * msignal/MExtractTimeAndCharge.[h,cc]: 60 - redesign to use the new extraction interface 61 - changed from hi/lo-gain to one sample by using 62 MPedestalSubtractedEvt 63 - changed the lo-gain star shift default to -6.0 64 - moved the determination of saturation and maxima into 65 MPedestalSubtractedEvt 66 - improved Print() function 67 - removed obsolete data members 68 69 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]: 70 - changed to use the new MExtralgo class instead of its own 71 algorithm 72 - now read a third column from the weights files 73 - improved Print() function 74 - removed obsolete data members 75 - added data member for pulse shape 76 77 * msignal/MExtractTimeAndChargeSpline.[h,cc]: 78 - changed to use the new MExtralgo class instead of its own 79 algorithm 80 - changed rise-time from 0.5 to 0.7 and fall time from 0.5 to 1.0 81 - removed obsolete data members 82 83 * msignal/MExtractedSignalPix.h: 84 - changed some comments 85 86 * msignal/MExtractor.cc: 87 - changed default saturation limit from 250 to 245 to be 88 more than two times the ab-offset away from 255 89 - small changes to the range checks 90 - updated Print() function 91 - removed fHiLoLast data member 92 93 * msignal/Makefile: 94 - added mextralgo as include directory 95 96 * msignal/calibration_weights_UV46.dat, msignal/cosmics_weights46.dat: 97 - added third column (now contains zeros) 98 99 * msignal/MExtractBlindPixel.cc: 100 - replaced self allocated arrays by MArrays 101 - added data member fHiLoLast (for the moment) 102 103 * msignal/MExtractPINDiode.cc: 104 - removed printing of fHiLoLast (it wasn't used anyhow 105 106 107 108 2006/10/23 Thomas Bretz 21 109 22 110 * mbadpixels/MBadPixelsCam.cc:
Note:
See TracChangeset
for help on using the changeset viewer.