Changeset 8912 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 06/02/08 10:43:07 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8906 r8912 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 22 2008/06/02 Thomas Bretz 23 24 * mars.cc, sinope.cc: 25 - added include of TClass for TIgnoreStreamer (root 5.18) 26 27 * manalysis/MEventRate.[h,cc]: 28 - moved GetError to source file and included TMath (root 5.18) 29 30 * manalysis/MMultiDimDistCalc.cc, mdata/MDataList.cc: 31 - included math.h (root 5.18) 32 33 * mastro/MAstro.[h,cc], mastro/MVector3.[h,cc], mbase/MRunIter.[h,cc], 34 mbase/MTime.[h,cc], mdata/MDataPhrase.[h,cc], mgeom/MGeomPix.[h,cc], 35 mhcalib/MHCalibrationChargeBlindPix.[h,cc], 36 mhflux/MHCollectionArea.[h,cc], mhft/MHexagonFreqSpace.[h,cc], 37 mimage/MHillas.[h,cc], mmuon/MMuonSearchPar..[h,cc], 38 mpedestal/MPedestalPix.[h,cc], mpointing/MPointingDev.[h,cc], 39 mpointing/MSrcPosCam.[h,cc]: 40 - moved some code to source file to prevent TMath inclusion in 41 header (root 5.18) 42 43 * mbase/MEnv.cc: 44 - added missing include TObjArray (root 5.18) 45 - removed obsolete EmarkerStyles (root 5.18) 46 47 * mbase/MDirIter.cc: 48 - added missing include TList (root 5.18) 49 50 * mastro/MAstroCatalog.cc, mhist/MHHadronness.cc, mhist/MHWeather.cc, 51 mhvstime/MHPixVsTime.cc, mhvstime/MHVsTime.cc, 52 mpointing/MHPointing.cc, mranforest/MHRanForest.cc, 53 mranforest/MHRanForestGini.cc, mranforest/MRanForest.cc, 54 mreflector/MHReflector.cc: 55 - added missing inlcude TH1 (root 5.18) 56 57 * mbase/MFilter.cc, mbase/MGMap.cc, mbase/MTask.cc, 58 mcalib/MCalibrationBlindPix.cc, mdata/MDataChain.cc, 59 mfilter/MFEnergySlope.cc, mgeom/MGeomMirror.cc, 60 mgui/MCamEvent.cc, mhbase/MBinning.cc, mhbase/MHMatrix.cc, 61 mhcalib/MHCalibrationPix.cc, mhcalib/MHGausEvents.cc, 62 mhflux/MHEnergyEst.cc, mhist/MHCamEventRot.cc, 63 mhist/MHHadronness.cc, mranforest/MHRanForest.cc, 64 mreflector/MRflEvtHeader.cc, mreflector/MRflSinglePhoton.cc, 65 msql/MSQLServer.cc, mtools/MSimulatedAnnealing.cc, 66 mtools/MTFillMatrix.cc, mcalib/MCalibrationPix.cc, 67 mcalib/MCalibrationQEPix.cc, manalysis/MParameterCalc.cc, 68 mcalib/MCalibrationTestCalc.cc, mdata/MDataArray.cc, 69 mgeom/MGeomCamDwarf.cc, mhbase/MH3.cc, mtools/MagicJam.cc, 70 mhcalib/MHCalibrationRelTimeCam.cc, mhft/MGeomCamMagicXT.cc, 71 mranforest/MRanForestCalc.cc, mtools/MagicDomino.cc, 72 mhflux/MHThreshold.cc, mimage/MStereoPar.cc, 73 mfilter/MFCosmics.cc, mpedestal/MPedestalCam.cc: 74 - added missing include of TMath (root 5.18) 75 76 * mbase/MGTask.cc, mdata/MDataChain.cc, mhbase/MHArray.cc, 77 mjobs/MJCut.cc, mjoptim/MJOptimizeCuts.cc, mmc/MMcEvt.cxx: 78 - added missing include of TClass (root 5.18) 79 80 * mhbase/MH3.cc: 81 - added missing include of THashList (root 5.18) 82 83 * mcalib/MCalibrationChargeCalc.[h,cc], msignal/MExtractor.[h,cc], 84 mpedestal/MPedestalSubtract.[h,cc], msignal/MExtractTime.[h,cc]: 85 - for convinience (rootcint of 5.18) changed "static const TString" 86 to "static const char *" 87 88 * mhflux/MMcSpectrumWeight.cc: 89 - Use TString::Data() for second argument in TF1 constructor. 90 Otherwise it is ambiguous in root 5.18 91 20 92 21 93
Note:
See TracChangeset
for help on using the changeset viewer.