source: trunk/MagicSoft/Mars/Changelog@ 5723

Last change on this file since 5723 was 5723, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 6.3 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 2005/01/07 Abelardo Moralejo
23
24 * mbase/MLog.h
25 - Added #include "TSystem.h", otherwise gSystem is not recognized
26 in Mac OSX.
27
28 * manalysis/MMakePadHistograms.cc
29 - Changed badcalc.SetNamePedPhotContainer to
30 badcalc.SetNamePedPhotCam
31
32
33
34 2005/01/07 Thomas Bretz
35
36 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
37 - replaced PedPhotContainer by PedPhotCam for consistency
38
39 * mbase/MLog.[h,cc]:
40 - return *this in Seperator()
41
42 * mbase/MPrint.[h,cc]:
43 - use new separator manipulator in PreProcess
44 - fixed a type: separator instead of seperator
45
46 * mfileio/MReadTree.[h,cc]:
47 - added a check for branch->IsAutoDelete() in Notify()
48
49 * mpedestal/MExtractPedestal.[h,cc]:
50 - added new option 'fRandomCalculation' be used to switch on-/off-
51 randomization in extractors, the default should be like before
52 - added Process() calling Calc()
53
54 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
55 - renamed Process() to Calc()
56
57 * Makefile:
58 - removed macros/calibration.C, which seems to have been
59 unintantionally introduced.
60
61 * manalysis/Makefile:
62 - removed unintantionally introduced wrong include
63
64 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
65 - a small acceleration discussed with Hendrik by replacing a
66 counter in a loop by pointer arithmetics
67
68
69
70 2005/01/05 Thomas Bretz
71
72 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
73 mhcalib/MHCalibrationRelTimeCam.cc:
74 - made some output lines fit into convinience window of 80 col
75
76 * mhist/MHCamEvent.cc:
77 - make sure that x-axis has correct title
78
79 * msignal/MArrivalTimePix.cc:
80 - init error to -1 which is a obviously non valid value
81 - fixed IsValid() which gave wrong results
82
83 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
84 - made sure that LoGain is flagged non-valid if no lo-gain exists
85 - push time back at the edge of the allowed limits if outside
86
87 * mbase/MGList.[h,cc]:
88 - introduced new functions Delete and DeletePictures
89 - SetBit(kMustCleanup) in constructor. Otherwise it is not
90 correctly removed from ListOfCleanups
91
92 * mbase/MLog.cc:
93 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
94 from the list
95
96 * mbase/MParContainer.[h,cc]:
97 - replaced return type of GetDescriptor by TString. The old version
98 was terribly wrong! The returned memory wasn't removed as soon
99 as the function returned.
100
101 * mbase/MStatusDisplay.[h,cc]:
102 - for security (thread safty) replaced all Form() by MString::Form()
103 - implemented a more secure scheme of Closing (Clone()) this was
104 a hint given by valgrind
105 - set kMustCleanup for all new object in ClonePad not only kCanDelete
106 - fixed some lines in pulldown-menus
107 - add TPads to ListOfCleanups in ClonePad (workaround!)
108
109 * mbase/MString.[h,cc]:
110 - implemented a new static Form() function returning a copy of
111 the result
112
113 * mbase/MTask.[h,cc]:
114 - replaced return type of GetDescriptor by TString. The old version
115 was terribly wrong! The returned memory wasn't removed as soon
116 as the function returned.
117 - Made GetDescriptor thread safe using MString::Form
118
119 * mfileio/MWriteRootFile.cc:
120 - Use GetDescriptor().Data() when using any kind of printf function
121
122 * mhbase/MFillH.cc:
123 - replaced string concatenation in all constructors by a Form
124 (also suggested by valgrind)
125
126 * mhcalib/MHCalibrationRelTimeCam.cc:
127 - made some output fit into 80col boundary
128
129
130
131
132 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
133
134 * mfht:
135 - added new directory for hexagonal fourier transformation
136
137 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
138 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
139 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
140 mhft/Makefile:
141 - added
142
143 * macros/extendcam.C:
144 - added: tutorial for MGeomCamExtend
145
146 * macros/hft.C:
147 - added: tutorial for MHexgonalFTCalc
148
149 * macros/dohtml.C:
150 - updated
151
152 * macros/rootlogon.C:
153 - updated
154
155 * Makefile:
156 - mhft added
157
158 * mbase/MParContainer.cc, mbase/MLog.cc:
159 - added a pre-compiler option for destructor debugging
160
161 * mbase/MTaskList.[h,cc]:
162 - added new function Replace
163
164 * mdata/MDataChain.cc, mfbase/MF.cc:
165 - shortened some output
166
167 * mdata/MDataArray.[h,cc]:
168 - added new function FindRule
169
170 * mfileio/MReadTree.[h,cc]:
171 - enhanced functionality to be able to read a TTree stored in memory
172 instead of a file. Therefor introduced fTree which is now the pointer
173 used and replaced fChain where TTree and TChain have common behaviour.
174 Where they behave uncommon new code for the new case has been added.
175
176 * mfileio/MWriteRootFile.[h,cc]:
177 - enhanced functionality to be able to write a TTree into memory
178 instead of a file. This were maily bugfixes for the case fOut==0, which
179 must be handled correctly. Becarefull a tree filles without a file
180 is not deleted automatically!
181
182 * mhbase/MBinning.h:
183 - added copy constructor
184 - fixed buggy SetEdges(MBinning&) which didn't work
185
186 * mhbase/MHMatrix.cc:
187 - when adding a new rule check first if the same rule already exists
188
189 * mhflux/MAlphaFitter.[h,cc]:
190 - added new functionality to support on-off analysis
191 - didn't touch existing code
192
193 * mhflux/MHAlpha.[h,cc]:
194 - added new functionality to support on-off analysis
195 - replaced Fit() calls by newer function calls
196 - added DrawAll - PRELIMINARY
197 - fixed a bug when projecting - may be the reson for some strange
198 crashes
199
200 * mcalib/MCalibColorSet.cc:
201 - fixed a stupid bug introduced last year, which caused MCalibColorSet
202 in some circumstances to stop the eventloop when it shouldn't
203
204 * mjobs/MSequence.cc:
205 - expand path names
206
Note: See TracBrowser for help on using the repository browser.