Changeset 9369 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 03/01/09 21:54:27 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9367 r9369 46 46 - moved getter and setter to source file to avoid including of 47 47 TMath 48 49 * mgeom/MGeom.[h,cc]: 50 - added 51 52 * mgeom/MGeomRectangle.[h,cc]: 53 - added 54 55 * mgeom/MGeomCamSquare.[h,cc]: 56 - added 57 58 * mgeom/Makefile, mgeom/GeomLinkDef.h: 59 - added MGeom 60 - added MGeomRectangle 61 - added MGeomCamSquare 62 63 * Makefile.rules: 64 - removed dependance on ROOTSYS from rmkdepend. It should be in 65 the path anyway as rootcint 66 67 * ceres.rc: 68 - added an example of setting the APD type 69 70 * mbadpixels/MBadPixelsCam.[h,cc], mbadpixels/MBadPixelsTreat.cc, 71 mcalib/MCalibrationChargeCalc.cc, mcalib/MCalibrationTestCalc.cc, 72 mfilter/MFSoftwareTrigger.cc: 73 - replaced references to MGeomPix by references to MGeom 74 75 * mbase/MStatusDisplay.cc: 76 - evaluate the return code of fwrite as suggested by newer 77 gcc versions 78 - set a paranthesis as suggested by a warning 79 80 * mgeom/MGeomCam.[h,cc]: 81 - adapted to the changes in MGeomPix/MGeom 82 - added SetAt function for external setup 83 - added Copy constructor 84 85 * mgeom/MGeomCamCT1.cc, mgeom/MGeomCamDwarf.cc, 86 mgeom/MGeomCamMagic.cc, mhft/MHexagonFreqSpace.cc, 87 mimage/MHillas.cc, mimage/MHillasExt.cc, 88 mimage/MImgCleanStd.[h,cc], mimage/MNewImagePar.cc, 89 mimage/MNewImagePar2.cc, mmuon/MHSingleMuon.cc, 90 msignal/MSignalCam.cc, mtools/MagicJam.cc, 91 92 - adapted to the changes in MGeomPix/MGeom 93 - use SetAt for setup 94 95 * mgeom/MGeomPix.cc: 96 - moved most of the code to new base class MGeom 97 - now derives from MGeom 98 - increased version number accordingly 99 100 * mhbase/MBinning.cc: 101 - replaced a Int_t by UInt_t as suggested by a warning 102 103 * mhbase/MH.cc: 104 - added a const_cast for GetObjectInfo (should be const, 105 but isn't) 106 107 * mhbase/MHMatrix.cc, mhflux/MHAlpha.cc, mhflux/MHThetaSq.cc, 108 mhflux/MHThetaSqN.cc, mhist/MHCamEventRot.cc, hvstime/MHVsTime.cc, 109 mjobs/MJStar.cc, mraw/MRawEvtHeader.cc: 110 - added paranthesis as suggested by a warning 111 112 * mhft/MGeomCamMagicXT.[h,cc]: 113 - replaced by deriving from MGeomCamDwarf 114 115 * mhist/MHCamera.cc: 116 - adapted to the changes in MGeomPix/MGeom 117 - use SetAt for setup 118 - use new PaintPrimitive to skip the usage of MHexagon 119 120 * mmc/MMcTrigHeader.hxx: 121 - fixed wrong condition in SetTrigger 122 123 * msimcamera/MSimAPD.[h,cc]: 124 - added a possibility to switch between the 50mu and 100mu 125 Diodes 126 127 * mtools/MagicCivilization.[h,cc], mtools/MagicDomino.[h,cc], 128 mtools/MagicReversi.[h,cc], mtools/MagicShow.[h,cc], 129 mtools/MagicSnake.[h,cc], mtools/MineSweeper.[h,cc], 130 - adapted to the changes in MGeomPix/MGeom, therefore restructered 131 the code to get rid of MHexagon 132 133 * mmovie/MMovieWrite.cc: 134 - allow to switch off timing via preprocessor directive 135 - replaced MGeomPix by MGeom 136 - slightly changed palette 137 - evaluate return of fwrite 48 138 49 139
Note:
See TracChangeset
for help on using the changeset viewer.