Changeset 2529 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 11/19/03 00:03:53 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2528 r2529 3 3 4 4 -*-*- END OF LINE -*-*- 5 2003/11/18: Thomas Bretz 6 7 * mars.cc: 8 - changed Usage to standard Usage 9 10 * merpp.cc, mona.cc, readraw.cc, star.cc, status.cc, 11 mbase/MArgs.[h,cc]: 12 - removed const-qualifier for argv 13 14 * mbase/MTask.cc: 15 - fixed a bug in PrintStatistics (setfill was not set) 16 17 * mbase/MTaskList.cc: 18 - simplified PrintStatistics 19 20 * mbase/MTime.h: 21 - added Getter 22 23 * mfileio/MReadTree.cc: 24 - remove a leading "*" when checking whether a branch which 25 should be enabled exists 26 27 * mfileio/MWriteRootFile.cc: 28 - fixed a crash when Print is called and GetTree() returns NULL 29 30 * mhist/MHEvent.cc: 31 - implemented more levels (MeV, GeV, etc) for energy display 32 33 * mraw/MRawSocketRead.cc: 34 - removed some obsolete comment 35 36 * mreport/MReport.[h,cc]: 37 - added FindTime 38 - removed an invalid line (ReadAngle) in the header file 39 - Set class version to 1 40 - do not write fTime '//!' 41 42 * mreport/MReportFileRead.cc: 43 - fixed handling of MTimes 44 45 46 5 47 2003/11/18: Abelardo Moralejo 6 48 … … 8 50 - Fixed missing initialization of fLongitmax 9 51 52 53 10 54 2003/11/18: Markus Gaug 11 55 12 56 * manalysis/MCalibrationCalc: 13 57 - performs the eventloop and fills the calibration classes 14 58 15 59 * manalysis/MCalibrationCam: 16 - holds the classes: MCalibrationPix and MCalibrationBlindPix and MCalibrationPINDiode 17 - one MCalibrationPix per pixel 60 - holds the classes: MCalibrationPix and MCalibrationBlindPix 61 and MCalibrationPINDiode 62 - one MCalibrationPix per pixel 18 63 19 64 * manalysis/MCalibrationPix: 20 21 65 - holds the fit results and conversion factors, etc per pixel 66 - hold histograms MHCalibrationPixel 22 67 23 68 * manalysis/MCalibrationBlindPix: 24 25 69 - holds fit results and derived number of photons, etc 70 - hold histogram MHCalibrationBlindPixel 26 71 27 72 * manalysis/MCalibrationPINDiode: 28 29 73 - holds fit results and derived number of photons, etc 74 - hold histogram MHCalibrationPINDiode 30 75 31 76 * mhist/MHCalibrationPix: 32 - histograms with sum of charges, time slices and reduced charges vs. event number 33 - fit functions 77 - histograms with sum of charges, time slices and reduced 78 charges vs. event number 79 - fit functions 34 80 35 81 * mhist/MHCalibrationPixel: 36 - histograms with sum of charges, time slices and reduced charges vs. event number 37 - fit functions 82 - histograms with sum of charges, time slices and reduced 83 charges vs. event number 84 - fit functions 38 85 39 86 * mhist/MHCalibrationBlindPixel: 40 - histograms with sum of charges, time slices and reduced charges vs. event number 41 - fit functions 87 - histograms with sum of charges, time slices and reduced 88 charges vs. event number 89 - fit functions 42 90 43 91 * mhist/MHCalibrationPINDiode: 44 - histograms with sum of charges, time slices and reduced charges vs. event number 45 - fit functions 46 47 *mhist/MH: 48 - new function: CutEdges 49 50 *macros/calibration.C 51 - simple macro showing the functionning 52 53 92 - histograms with sum of charges, time slices and reduced 93 charges vs. event number 94 - fit functions 95 96 * mhist/MH: 97 - new function: CutEdges 98 99 * macros/calibration.C 100 - simple macro showing the functionning 101 102 103 54 104 2003/11/17: Thomas Bretz 55 105
Note:
See TracChangeset
for help on using the changeset viewer.