1 |
|
---|
2 | Please do not write behind the end of line tag so that it is possible
|
---|
3 | to send a Changelog file to a line printer directly. Thanks.
|
---|
4 |
|
---|
5 | For 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 |
|
---|
18 | While 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 | * Makefile:
|
---|
36 | - mhft added
|
---|
37 |
|
---|
38 | * mbase/MParContainer.cc, mbase/MLog.cc:
|
---|
39 | - added a pre-compiler option for destructor debugging
|
---|
40 |
|
---|
41 | * mbase/MTaskList.[h,cc]:
|
---|
42 | - added new function Replace
|
---|
43 |
|
---|
44 | * mdata/MDataChain.cc, mfbase/MF.cc:
|
---|
45 | - shortened some output
|
---|
46 |
|
---|
47 | * mdata/MDataArray.[h,cc]:
|
---|
48 | - added new function FindRule
|
---|
49 |
|
---|
50 | * mfileio/MReadTree.[h,cc]:
|
---|
51 | - enhanced functionality to be able to read a TTree stored in memory
|
---|
52 | instead of a file. Therefor introduced fTree which is now the pointer
|
---|
53 | used and replaced fChain where TTree and TChain have common behaviour.
|
---|
54 | Where they behave uncommon new code for the new case has been added.
|
---|
55 |
|
---|
56 | * mfileio/MWriteRootFile.[h,cc]:
|
---|
57 | - enhanced functionality to be able to write a TTree into memory
|
---|
58 | instead of a file. This were maily bugfixes for the case fOut==0, which
|
---|
59 | must be handled correctly. Becarefull a tree filles without a file
|
---|
60 | is not deleted automatically!
|
---|
61 |
|
---|
62 | * mhbase/MBinning.h:
|
---|
63 | - added copy constructor
|
---|
64 | - fixed buggy SetEdges(MBinning&) which didn't work
|
---|
65 |
|
---|
66 | * mhbase/MHMatrix.cc:
|
---|
67 | - when adding a new rule check first if the same rule already exists
|
---|
68 |
|
---|
69 | * mhflux/MAlphaFitter.[h,cc]:
|
---|
70 | - added new functionality to support on-off analysis
|
---|
71 | - didn't touch existing code
|
---|
72 |
|
---|
73 | * mhflux/MHAlpha.[h,cc]:
|
---|
74 | - added new functionality to support on-off analysis
|
---|
75 | - replaced Fit() calls by newer function calls
|
---|
76 | - added DrawAll - PRELIMINARY
|
---|
77 | - fixed a bug when projecting - may be the reson for some strange
|
---|
78 | crashes
|
---|
79 |
|
---|
80 | * mcalib/MCalibColorSet.cc:
|
---|
81 | - fixed a stupid bug introduced last year, which caused MCalibColorSet
|
---|
82 | in some circumstances to stop the eventloop when it shouldn't
|
---|
83 |
|
---|
84 | * mjobs/MSequence.cc:
|
---|
85 | - expand path names
|
---|
86 |
|
---|