Changeset 3667 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 04/06/04 13:58:05 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3665 r3667 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2004/04/06: Thomas Bretz 22 23 * mcalib/MCalibrationCam.[h,cc]: 24 - simplified call to initialization by new function Init() 25 26 * mcalib/MH*.cc: 27 - fixed some warnings (comparision between signed and unsigned) 28 29 * manalysis/MGeomApply.cc: 30 - use new Init-funtion of MCalibrationCam 31 32 * mastro/MAstro.cc: 33 - some fixes to the conversion functions 34 35 * mastro/MAstroCamera.[h,cc]: 36 - added comments 37 - changed argument type of AddPrimitives 38 39 * mastro/MAstroCatalog.[h,cc]: 40 - many changes to make it possible to overlay the 41 catalog on top of a 2D histogram 42 43 * mbase/MEvtLoop.cc: 44 - fixed estimation of run-time 45 46 * mbase/MMath.[h,cc]: 47 - added member functions for signed significances 48 49 * mbase/MParContainer.cc: 50 - changed GetterMethod() to support double reference data mebers 51 52 * mbase/MStatusDisplay.cc: 53 - removed some obsolete debug outputs 54 55 * mbase/MTask.[h,cc]: 56 - removed fNumExecutions, fStopwatch already counts the calls 57 - slight chagnes to output of PrintStatistics 58 59 * mbase/MTaskList.[h,cc]: 60 - slight chagnes to output of PrintStatistics 61 62 * mbase/MTime.cc: 63 - removed +TwoPi from GetGmst 64 65 * mcamera/MCameraAUX.h, mcamera/MCameraHV.h, mcamera/MCameraLV.h, 66 mcamera/MCameraLid.h, mcamera/MCameraLids.h, 67 mcamera/MCameraPowerSupply.h: 68 - added missing Getter functions 69 70 * mcamera/MCameraHV.h: 71 - removed obsolete data-meber fMean 72 73 * mdata/DataLinkDef.h: 74 - added MDataFormula 75 76 * mdata/MDataChain.cc, mdata/Makefile: 77 - enhanced dosumentation 78 - implemented use of multi argument functions 79 - added ^-operator 80 81 * mdata/MDataList.[h,cc]: 82 - added ^-operator 83 - enhanced IsValid 84 85 * mfbase/MFilterList.cc: 86 - changed a warn-output to inf 87 88 * mgeom/MGeomCam.[h,cc]: 89 - added getter returning index corresponding to XY 90 91 * mgeom/MGeomPix.[h,cc]: 92 - added getter IsInside 93 94 * mhist/MHCamera.cc: 95 - Return 0 in GetMean if no entries 96 97 * mhist/MHFalseSource.[h,cc]: 98 - removed conversion stuff (mm/deg) 99 - slight change to calculation of significance 100 - added dist-cuts 101 - added histogram showing number of entries 102 - added display of catalog 103 104 * mhist/MHStarMap.cc: 105 - added comment 106 107 * mimage/MHillasExt.[h,cc]: 108 - changed class version to 3 109 - added new data-member fMaxDist 110 111 * mimage/MNewImagePar.[h,cc]: 112 - added new data member fUsedArea and fCoreArea 113 114 * mmc/MMcConfigRunHeader.h: 115 - readded GetMirrors (WHY WAS IT GONE?) 116 117 * mpointing/MPointingPos.[h,cc] 118 - implemented Getter to get coordinates in rad 119 120 * mpointing/MSrcPosCalc.[h,cc]: 121 - fixed direction of rotation 122 - for the moment do use fTime 123 124 20 125 21 126 2004/04/06: Markus Gaug … … 856 961 857 962 * mcalib/MCalibrationChargeCam.[h,cc] 858 * mcalib/MCalibrationChargePix.h 859 * mcalib/MCalibrationChargeCalc.cc 963 mcalib/MCalibrationChargePix.h, mcalib/MCalibrationChargeCalc.cc: 860 964 - removed pointers to MGeomCam and MBadPixelsCam in MCalibrationChargeCam 861 965 - use two loops over pixels in order to determine mean flux of phe;s to
Note:
See TracChangeset
for help on using the changeset viewer.