Changeset 2026 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 04/28/03 15:39:40 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2021 r2026 1 1 -*-*- END OF LINE -*-*- 2 2003/04/27: Thomas Bretz 3 4 * NEWS: 5 - updated 6 7 * manalysis/MBlindPixelCalc.cc: 8 - use Are of pixles while interpolating 9 10 * mbase/MEvtLoop.cc: 11 - output speed in Evts/s to fDisplay 12 13 * mbase/MGGroupFrame.h: 14 - fixed a typo 15 16 * mbase/MTask.[h,cc]: 17 - Added OverwritesProcess 18 19 * mbase/MTaskList.[h,cc]: 20 - removed CheckClassForProcess 21 - replaced by MTask::OverwritesProcess 22 23 * mhist/MFillH.cc: 24 - only draw something if the class overwrites the Draw function 25 26 * mhist/MH.[h,cc]: 27 - added OverwritesDraw 28 - added a higher maximum, lower minimum to Draw(TH1, TH1) 29 - changed default size 30 31 * mhist/MHMatrix.cc: 32 - mini change 33 34 * mimage/MHHillas.[h,cc]: 35 - removed fUsedPix 36 - removed fCorePix 37 38 * mimage/MHHillasExt.[h,cc]: 39 - removed fHConc 40 - removed fHConc1 41 - changed default name to MHillasExt 42 43 * mimage/MHNewImagePar.[h,cc]: 44 - added fHistConc 45 - added fHistConc1 46 - added fHistUsedPix 47 - added fHistCorePix 48 49 * mimage/MHillas.cc: 50 - removed fNumCorePixels 51 - removed fNumUsedPixels 52 - made fCosDelta writable 53 - made fSinDelta writable 54 - made GetSinDelta() public 55 - made GetCosDelta() public 56 57 * mimage/MHillasExt.[h,cc]: 58 - removed fConc 59 - removed fConc1 60 - changed default name to MHillasExt 61 - derives from MParContainer now instead of MHillas 62 63 * mimage/MNewImagePar.[h,cc]: 64 - added fNumCorePixels 65 - added fNumUsedPixels 66 - added fConc 67 - added fConc1 68 69 * mimage/MNewImageParCalc.[h,cc]: 70 - removed 71 72 * mimage/MHillasCalc.[h,cc]: 73 - changed so, that it can calc MHillas, MHillasExt and MNewImagePar 74 75 * mimage/MHillasSrc.cc: 76 - sqrt(tand*tand+1) replaced by 1/CosDelta 77 78 * mmain/MStatusDisplay.[h,cc]: 79 - added second argument to SetLogStream 80 81 * mhist/MHAlphaEnergyTheta.[h,cc], mhist/MHAlphaEnergyTime.[h,cc], 82 mhist/MHCerPhotEvt.[h,cc], mhist/MHEffOnTime.[h,cc], 83 mhist/MHEffOnTimeTheta.[h,cc], mhist/MHEffOnTimeTime.[h,cc], 84 mhist/MHEnergyTheta.[h,cc], mhist/MHEnergyTime.[h,cc], 85 mhist/MHFlux.[h,cc], mhist/MHMatrix.[h,cc], 86 mhist/MHSigmaTheta.[h,cc], mhistmc/MHMcCollectionArea.[h,cc], 87 mhistmc/MHMcDifRate.[h,cc], mhistmc/MHMcEfficiency.[h,cc], 88 mhistmc/MHMcEfficiencyEnergy.[h,cc], mhistmc/MHMcEfficiencyImpact.[h,cc], 89 mhistmc/MHMcEnergy.[h,cc], mhistmc/MHMcEnergyImpact.[h,cc], 90 mhistmc/MHMcEnergyMigration.[h,cc], mhistmc/MHMcRate.[h,cc]: 91 - removed DrawClone 92 - fixed Draw 93 94 * macros/MagicHillas.C, macros/star.C: 95 - removed MHillasExt (not necessary anymore) 96 - added MNewImagePar 97 98 * macros/readCT1.C, macros/readMagic.C, meventdisp/MGCamDisplay.cc, 99 mmain/MAnalysis.cc: 100 - added MHillasExt to be displayed 101 - added MNewImagePar to be displayed 102 2 103 3 104
Note:
See TracChangeset
for help on using the changeset viewer.