Changeset 990 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 10/24/01 16:31:30 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r978 r990 1 1 -*-*- END -*-*- 2 3 2001/10/23: Thomas Bretz 4 5 * mbase/MLog.[h,cc]: 6 - replaced usage of tmpnam by mkstemp 7 8 * mgui/MCamDisplay.[h,cc]: 9 - Paint function added which maintains the aspect ratio of the image 10 - DrawPhotErr removed 11 - removed gPad->Clear, so that we can draw into pads not only 12 canvases 13 14 * mhist/MFillHFadc.[h,cc], mhist/MFillHHillas.[h,cc], 15 mhist/MFillHStarMap.[h,cc]: 16 - removed 17 18 * mmontecarlo/MMcTriggerRateCalc.[h,cc]: 19 - removed unused spectral index and flux 20 21 * mmontecarlo/MMcThesholdCalc.[h,cc],: 22 mbase/MParList.[h,cc]: 23 - fixed the Dimension handling 24 25 * mmontecarlo/MMcTriggerRateCalc.[h,cc], 26 - fixed the Dimension handling 27 - added destructor 28 29 * macros/trigrate.C: 30 - fixed some small things 31 - accelerated by use of MReadTree::UseLeaf 32 33 * mhist/MHMcCollectionArea.h: 34 - changed default argument of DrawClone from NULL to "". 35 NULL caused the interpreter to crash. 36 37 * mbase/MFilterList.[h,cc], mbase/MParContainer.[h,cc], 38 mbase/MParList.[h.cc], mbase/MTime.[h,cc], 39 mgui/MGeomCam.[h,cc], mgui/MGeomPix.[h,cc], 40 mgui/MHexagon.[h,cc], mhist/MHMcEnergy.[h,cc], 41 mhist/MHMcRate.[h,cc], mraw/MRawCrateData.[h,cc], 42 mraw/MRawEvtHeader.[h,cc], mraw/MRawRunHeader.[h,cc]: 43 - according to root 3.01 I made Print() const 44 45 * mdatacheck/MViewAdcSoectra.[h,cc], mdatacheck/MShowSpect.[h,cc]: 46 - removed 47 48 * mbase/MReadTree.cc: 49 - removed default argument from GetEntry-call 50 51 * mbase/MTask.[h,cc]: 52 - introduced mapping function for (Pre/Post)&Process 53 - according to root 3.01 I made Print() const 54 - added PrintStatistics 55 - added call counter 56 57 * mbase/MTaskList.[h,cc]: 58 - adapted to new MTask mapping functions 59 - according to root 3.01 I made Print() const 60 - added PrintStatistics 61 - moved some functionality to MTask-Mapper functions 62 63 * mmain/MMonteCarlo.cc: 64 - adapted to some changes in other classes 65 - some small simplifications 66 - accelerated, by use of UseLeaf 67 - workaround for the ButtonGroup/Button delete bug 68 69 * mmain/MAnalysis.cc: 70 - workaround for the ButtonGroup/Button delete bug 71 72 2 73 3 74 2001/10/23: Thomas Bretz
Note:
See TracChangeset
for help on using the changeset viewer.