source: trunk/MagicSoft/Mars/Changelog@ 5700

Last change on this file since 5700 was 5694, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 2.8 KB
Line 
1
2Please do not write behind the end of line tag so that it is possible
3to send a Changelog file to a line printer directly. Thanks.
4
5For your entries please follow EXACTLY this style:
6
7_yyyy/mm/dd:_[Your Name]
8_
9___*_filename:
10_____-_description
11_
12___*_filename2, filename3:
13_____-_description
14_
15_
16_
17
18While an underscore is a placeholder for a white-space or an empty line.
19
20
21 -*-*- END OF LINE -*-*-
22
23
24 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
25
26 * mfht:
27 - added new directory for hexagonal fourier transformation
28
29 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
30 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
31 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
32 mhft/Makefile:
33 - added
34
35 * macros/extendcam.C:
36 - added: tutorial for MGeomCamExtend
37
38 * macros/hft.C:
39 - added: tutorial for MHexgonalFTCalc
40
41 * macros/dohtml.C:
42 - updated
43
44 * macros/rootlogon.C:
45 - updated
46
47 * Makefile:
48 - mhft added
49
50 * mbase/MParContainer.cc, mbase/MLog.cc:
51 - added a pre-compiler option for destructor debugging
52
53 * mbase/MTaskList.[h,cc]:
54 - added new function Replace
55
56 * mdata/MDataChain.cc, mfbase/MF.cc:
57 - shortened some output
58
59 * mdata/MDataArray.[h,cc]:
60 - added new function FindRule
61
62 * mfileio/MReadTree.[h,cc]:
63 - enhanced functionality to be able to read a TTree stored in memory
64 instead of a file. Therefor introduced fTree which is now the pointer
65 used and replaced fChain where TTree and TChain have common behaviour.
66 Where they behave uncommon new code for the new case has been added.
67
68 * mfileio/MWriteRootFile.[h,cc]:
69 - enhanced functionality to be able to write a TTree into memory
70 instead of a file. This were maily bugfixes for the case fOut==0, which
71 must be handled correctly. Becarefull a tree filles without a file
72 is not deleted automatically!
73
74 * mhbase/MBinning.h:
75 - added copy constructor
76 - fixed buggy SetEdges(MBinning&) which didn't work
77
78 * mhbase/MHMatrix.cc:
79 - when adding a new rule check first if the same rule already exists
80
81 * mhflux/MAlphaFitter.[h,cc]:
82 - added new functionality to support on-off analysis
83 - didn't touch existing code
84
85 * mhflux/MHAlpha.[h,cc]:
86 - added new functionality to support on-off analysis
87 - replaced Fit() calls by newer function calls
88 - added DrawAll - PRELIMINARY
89 - fixed a bug when projecting - may be the reson for some strange
90 crashes
91
92 * mcalib/MCalibColorSet.cc:
93 - fixed a stupid bug introduced last year, which caused MCalibColorSet
94 in some circumstances to stop the eventloop when it shouldn't
95
96 * mjobs/MSequence.cc:
97 - expand path names
98
Note: See TracBrowser for help on using the repository browser.