Changeset 5558 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 12/03/04 20:17:06 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5552 r5558 30 30 - added possibility to set fPedestals directly by pointer 31 31 - unfolded some Form statements 32 33 * callisto.cc: 34 - changed callisto to support second pedestal loop -- WORK IN PROGRESS 35 36 * mbase/MParContainer.[h,cc]: 37 - moved code from GetDescriptor to a static function GetDescriptor 38 39 * mbase/MStatusDisplay.cc: 40 - removed a oboslete debug output 41 42 * mbase/MTaskEnv.h: 43 - made ReadEnv public 44 45 * mcalib/MCalibrationChargeCam.[h,cc]: 46 - changed some returned TArrayF* to TArrayF 47 48 * mimage/MImgCleanStd.cc: 49 - changed point of output of name of MPedPhotCam 50 51 * mjobs/MJCalibration.cc: 52 - don't use MParList to hand ExtractorCam over 53 - some changes to the structur for Writing (only consmetics) 54 55 * mjobs/MJPedestal.[h,cc]: 56 - ordered includes correctly 57 - for the moment removed fNameExtractorCam -- simplifies thing a lot 58 - make a clone of the extractor given by the user - for sanity 59 - correct handling of the allocated memory for fExtractor 60 - replaced counts/slice by cts/slice for space reasons 61 - changed name of new tabs for space reasons 62 - added possibility to CheckEnv to set extractor from resource-file 63 - outsourced some code to SetupExtractor 64 - given a name to MFillH 65 - changed handling of SetNoiseCalculation which is now set correctly all 66 the time 67 - Writing must still be checked!!! 68 69 * mjobs/MJob.[h,cc]: 70 - allow WriteContainer to use any TObject 71 - added Getter-functions for the TEnv stuff 72 73 * mpedestal/MExtractPedestal.[h,cc]: 74 - allow setting of fPedestalIn by pointer directly 75 - fixed handling of fPedestalIn accordingly 76 - changed some arguments from pointer to reference 77 - changed some accesses to TArrays from At to []-operator 78 - shortened and enhanced output 79 - fixed place and type of screen output 80 81 * mpedestal/MPedCalcFromLoGain.[h,cc]: 82 - removed GetSlice -> replaced by a array with a copy of the data 83 - changed some loops to pointer arithmetic for speed reasons 84 in this case 85 86 * mpedestal/MPedCalcPedRun.[h,cc]: 87 - changed handling of first pedestal run for simplicity 88 - replaced some Form calls 89 - changed direct handling of single bits to correct enums 90 - fixed wrong 'all' in output 91 - simplified output 92 - fixed some stuff in the output 93 94 * mpedestal/MPedestalCam.[h,cc]: 95 - fixed the Copy function - WITHOUT this fix the calibration could 96 not have worked properly at all. 97 - changed some function names to Mars standrad names 98 - removed some obsolete loops - replaced by ForEach 99 - changed some TArrayF* returnes to TArrayF 100 101 * msignal/MExtractTime.cc, msignal/MExtractTimeAndCharge.cc, 102 msignal/MExtractTimeAndChargeDigitalFilter.cc, 103 msignal/MExtractor.cc 104 - fixed some wrong debug levels in output 105 - some simplification and shortening to output 106 32 107 33 108
Note:
See TracChangeset
for help on using the changeset viewer.