Changeset 6931
- Timestamp:
- 04/12/05 17:01:43 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6926 r6931 21 21 22 22 -*-*- END OF LINE -*-*- 23 24 2005/04/12 Thomas Bretz 25 26 * Makefile: 27 - for the moment remove mhistmc from compilation 28 29 * ganymed.cc: 30 - return 2 when detecting wrong commandline argument 31 32 * manalysis/AnalysisLinkDef.h, manalysis/Makefile: 33 - removed MEnergyEst (replaced by a simple MParameterD) 34 35 * manalysis/MEnergyEstimate.[h,cc]: 36 - replaced MEnergyEst by MParameterD 37 - implemented Print() function 38 - updated ClassVersion from 0 to 1 to allow storage of 39 energy estimator 40 41 * mbase/MStatusArray.[h,cc]: 42 - overloaded DisplayIn to allow displaying a single tab 43 - added some output if ObjectInCanvas not found 44 45 * mbase/MStatusDisplay.[h,cc]: 46 - enhanced Read() and Display() with the possibility to only 47 read or display a single tab 48 49 * mcalib/MCalibrateData.cc: 50 - enhancements to logging output 51 52 * mcalib/MCalibrationRelTimeCalc.cc: 53 - some fixes to format of logging output 54 55 * mfbase/MF.[h,cc]: 56 - changed kAllowEmpty from a bit to the new datamember fAllowEmpty. 57 This was necessary to allow storage of MF into files 58 - changed ClassVersion from 0 to 1 59 60 * mhbase/MBinning.cc: 61 - fixed SetEdgesRaw (lin, log, etc was ignored) 62 63 * mhflux/MHAlpha.[h,cc]: 64 - replaced MEnergyEst by MParameterD 65 - renamed Theta to ExcessTheta 66 - renamed Energy to ExcessEnergy 67 - renamed Size to ExcessSize 68 - renamed Time to ExcessTime 69 70 * mhflux/MHEnergyEst.[h,cc]: 71 - replaced MEnergyEst by MParameterD 72 - implemented Print() function 73 - some fixes to displaying the histograms. This makes sure, 74 that no crashes happen, but unluckily it works correctly only 75 with root 4.02/00 76 77 * mjobs/MJOptimize.[h,cc]: 78 - implemented a AddPreCut taking a MFilter as argument 79 - SetBit(kCanDelete) for all internal PreCuts 80 - Print the result of the energy estimation after it was done 81 82 * mranforest/MRFEnergyEst.[h,cc]: 83 - replaced MEnergyEst by MParameterD 84 85 23 86 24 87 2005/04/11 Thomas Bretz
Note:
See TracChangeset
for help on using the changeset viewer.