Changeset 1880 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 03/31/03 10:37:56 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1879 r1880 1 1 -*-*- END OF LINE -*-*- 2 3 2003/03/31: Thomas Bretz 4 5 * Makefile.conf.linux: 6 - removed -fno-rtti to make it compatible with root 3.04.02 7 8 * NEWS: 9 - changed 10 11 * manalysis/MImgCleanStd.[h,cc]: 12 - added SetLvl1 13 - added SetLvl2 14 - added ReadEnv 15 16 * manalysis/MNewImagePar.[h,cc]: 17 - removed unnecessary fHillas data member 18 - removed unnecessary fSrcPos data member 19 - removed unnecessary Set/GetSrcPos 20 21 * manalysis/MNewImageParCalc.[h,cc]: 22 - removed unnecessary SetSrcPos 23 - removed const-qualifier from fGeomCam, fCerPhotEvt 24 (trouble with root 3.02/06) 25 26 * manalysis/MRanForest.cc: 27 - changed cout-output 28 29 * manalysis/MSigmabar.cc: 30 - changed Area to area (local variable) 31 32 * mbase/MEvtLoop.[h,cc]: 33 - added evtloop name to constructor (default=Evtloop) 34 - adapted StreamPrimitive 35 - added ReadEnv 36 - added WriteEnv 37 38 * mbase/MParContainer.[h,cc]: 39 - removed TROOT.h 40 - fixed const-qualifier for Copy-function for root>3.04.01 41 - added ReadEnv 42 - added WriteEnv 43 - added IsEnvDefined 44 - added GetEnvValue 45 46 * mbase/MParList.[h,cc], mbase/MTaskList.[h,cc]: 47 - added ReadEnv 48 - added WriteEnv 49 50 * mfileio/MCT1ReadAscii.[h,cc], mfileio/MCT1ReadPreProc.[h,cc]: 51 - changed AddFile declaration to declaration in MRead 52 - added return value to AddFile 53 54 * mfileio/MRead.[h,cc]: 55 - added template for AddFile 56 - added ReadEnv 57 58 * mgui/MHexagon.[h,cc]: 59 - fixed const-qualifier for Copy-function for root>3.04.01 60 61 * mhist/MH.cc: 62 - fixed the FindGoodLimit stuff for root> 3.04.01 63 64 * mhist/MHRanForest.[h,cc], mhist/MHRanForestGini.[h,cc]: 65 - removed unnecessary casts 66 - fixed a copilation error with root 3.04.01 (kFullDotlarge 67 doesn't exist) 68 - removed second Draw (one should not add something twice to 69 the pad) 70 71 * mmontecarlo/MMcTriggerRateCalc.cc: 72 - changes to the header 73 - changes to the fLog stuff 74 - added a cast to get rid of a warning 75 76 * mtools/Makefile, mtools/ToolsLinkDef.h: 77 - added MagicReversi 78 79 * mtools/MagicRevers.[h,cc]: 80 - added 81 2 82 3 83 … … 384 464 - Added axis labels in graphic output 385 465 - Added Get function for rate histograms 466 386 467 * macros/trigrate.C 387 468 - Added output file with rate histograms
Note:
See TracChangeset
for help on using the changeset viewer.