Changeset 7804 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 07/26/06 11:46:55 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7803 r7804 33 33 * mbase/MContinue.h: 34 34 - some reformatting 35 36 * manalysis/MEventRateCalc.[h,cc], manalysis/MGeomApply.[h,cc], 37 manalysis/MMultiDimDistCalc.[h,cc], mbadpixels/MBadPixelsTreat.[h,cc], 38 mbase/MEvtLoop.[h,cc], mbase/MParContainer.[h,cc], mbase/MParList.[h,cc], 39 mbase/MTask.[h,cc], mbase/MTaskList.[h,cc], mcalib/MCalibrateData.[h,cc], 40 mdata/MDataArray.[h,cc], mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], 41 mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc], 42 mfbase/MFilterList.[h,cc], mfileio/MReadTree.[h,cc], 43 mfileio/MWriteRootFile.[h,cc], mfilter/MFParticleId.[h,cc], 44 mfilter/MFTriggerLvl1.[h,cc], mfilter/MFTriggerLvl2.[h,cc], 45 mhbase/MBinning.[h,cc], mhbase/MFillH.[h,cc], mhbase/MH3.[h,cc], 46 mhbase/MHMatrix.[h,cc], mimage/MHillasCalc.[h,cc], 47 mimage/MImgCleanStd.[h,cc], mimage/MImgCleanTGB.[h,cc], 48 mpointing/MSrcPosCam.[h,cc], msignal/MExtractFixedWindow.[h,cc], 49 msignal/MExtractSignal.[h,cc], msignal/MExtractSignalABcorr.[h,cc], 50 msignal/MExtractor.[h,cc], mtools/MChisqEval.[h,cc] 51 - replaced StreamPrimitive(ofstream&) by StreamPrimitive(ostream&) 52 - replaced SavePrimitive(ofstream&) by SsavePrimitive(ostream&) 53 - if necessary let SavePrimitive(ofstream&) call 54 SavePrimitive(ostream&) 55 56 * mbadpixels/MBadPixelsCam.cc, mbadpixels/MBadPixelsIntensityCam.cc, 57 mbase/MEvtLoop.cc, mbase/MLog.cc, mbase/MParList.cc, mbase/MTaskList.cc, 58 mcalib/MCalibConstCam.cc, mcalib/MCalibrationBlindCam.cc, 59 mcalib/MCalibrationCam.cc, mcalib/MCalibrationIntensityCam.cc, 60 mcalib/MCalibrationIntensityConstCam.cc, mdata/MDataArray.cc, 61 mdata/MDataFormula.cc, mdata/MDataList.cc, mfbase/MFilterList.cc, 62 mgeom/MGeomCam.cc, mhcalib/MHCalibrationCam.cc, mmain/MMonteCarlo.cc, 63 mpedestal/MPedPhotCam.cc, mpedestal/MPedestalCam.cc, 64 mreport/MReportFileRead.cc, msignal/MArrivalTimeCam.cc, 65 msignal/MExtractedSignalCam.cc, msignal/MSignalCam.cc: 66 - replaced ForEach by R__FOR_EACH 67 68 * mbase/MAGIC.h: 69 - define R__FOR_EACH macro if not yet defined 70 71 * mbase/MEvtLoop.cc: 72 - removed usage of copy-constructor of TEnv 73 74 * mbase/MString.h: 75 - exclude some of the member function from CINT (gives problem 76 with CINT) 77 78 * mfbase/MFEventSelector.[h,cc]: 79 - removed StreamPrimitive (it was empty anyhow) 80 81 * mranforest/MRanTree.cc: 82 - moved includes for TVector and TMatrix to header 83 - replaced TMatrixRow by TMatrixFRow_const in TreeHad 84 85 * msignal/Makefile, msignal/SignalLinkDef.h: 86 - removed MExtractSignal 87 - removed MExtractSignal2 88 - removed MExtractSignal3 89 - removed MExtractSignalABcorr 90 35 91 36 92
Note:
See TracChangeset
for help on using the changeset viewer.