Changeset 2438 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 10/28/03 14:54:20 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2437 r2438 1 1 -*-*- END OF LINE -*-*- 2 2 3 2003/10/28: Thomas Bretz 4 5 * macros/readCT1.C: 6 - fixed to work with the correct geometry 7 8 * macros/readMagic.C: 9 - fixed - was crashing 10 11 * macros/tar.C: 12 - exclude 'Tag' files from tar 13 14 * manalysis/MGeomApply.[h,cc]: 15 - replaced constructor by SetGeometry (constructor was 16 not unique) 17 18 * mbase/MEvtLoop.[h,cc]: 19 - set fProgress already when setting fDisplay (gives the 20 possibility to overwrite fProgress) 21 - removed 'entries' from ProcessGuiEvents (moved to fNumEvents) 22 - Set ProgressBar position in percent instead of event number 23 - Set progress bar range from 0 to 1 24 25 * mbase/MReadSocket.cc: 26 - fixed to treat timeout correctly 27 - replaces usleep() by gSystem->Sleep() 28 29 * mbase/MTime.h: 30 - added SetTime(ULong_t) (support for gSystem->Now()) 31 - added SetTime(Double_t) 32 - added operator() 33 - fixed all comparison operators to use time instead of 34 time lo/hi - will be removed soon 35 36 * mimage/MHHillasSrc.cc: 37 - delete 3rd Pad 38 39 * mraw/MRawEvtData.cc: 40 - when drawing print gPad 41 42 43 3 44 2003/10/28: Wolfgang Wittek 4 45 5 * manalysis/MCT1PadONOFF.cc 6 - replace GetMeanRms() by GetPedestalRms() 7 - replace SetMeanRms() by SetPedestalRms() 8 - reactivate code which was commented out by tgb 9 (no compilation errors on Alpha OSF) 10 11 * manalysis/AnalysisLinkDef.h 12 /Makefile 13 - put back MCT1PadONOFF 14 15 * macros/CT1Analysis.C 16 /ONOFFCT1Analysis.C 17 - current versions of macros for the analysis of CT1 data 46 * manalysis/MCT1PadONOFF.cc 47 - replace GetMeanRms() by GetPedestalRms() 48 - replace SetMeanRms() by SetPedestalRms() 49 - reactivate code which was commented out by tgb 50 (no compilation errors on Alpha OSF) 51 52 * manalysis/AnalysisLinkDef.h, manalysis/Makefile 53 - put back MCT1PadONOFF 54 55 * macros/CT1Analysis.C, macros/ONOFFCT1Analysis.C 56 - current versions of macros for the analysis of CT1 data 18 57 19 58 … … 25 64 that goes with the same value to both FADC gains (fDigitalNoise) 26 65 - Class version has been changed from 2 to 3. 66 67 27 68 28 69 2003/10/24: Abelardo Moralejo … … 37 78 class would produce wrong results. 38 79 80 81 39 82 2003/10/23: Abelardo Moralejo 40 83 … … 44 87 we had in 3.02, and the graphics output had become unreadable. 45 88 Replacing some Draw() calls by DrawCopy() has solved the problem. 89 46 90 47 91
Note:
See TracChangeset
for help on using the changeset viewer.