source: trunk/MagicSoft/Mars/Changelog@ 5757

Last change on this file since 5757 was 5757, checked in by gaug, 21 years ago
*** empty log message ***
File size: 9.7 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 2005/01/10 Markus Gaug
24
25 * mcalib/MCalibColorSet.cc
26 - return kFALSE for CL-run instead of kTRUE
27
28
29 2005/01/10 Wolfgang Wittek
30
31 * mhvstime/MHVsTime.cc:
32 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
33
34
35 2005/01/10 Wolfgang Wittek
36
37 * mfbase/MFEventSelector2.cc
38 - check whether filter exists before calling
39 filter->CallPreProcess(parlist)
40
41
42
43 2005/01/08 Markus Gaug
44
45 * mhcalib/MHCalibrationHiLoCam.[h,cc]
46 * mcalib/MCalibrationHiLoCam.[h,cc]
47 * mcalib/MCalibrationHiLoPix.[h,cc]
48 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
49 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
50 mcalib/CalibLinkDef.h
51 - new classes for calibration of conversion high-gain vs. low-gain
52
53 * msignal/MExtractedSignalPix.[h,cc]
54 - added data member fChisquare, set to -1. by Clear() and Reset()
55 - raised version number by 1
56
57 * msignal/MExtractedSignalCam.[h,cc]
58 - added data member fNdf, set to -1 by default
59 - new function: GetProb(const Int_t pixidx) to be called to
60 calculate the joint probability of Chisquare of pixel "pixidx"
61 and fNdf
62 - added documentation of data members
63 - raised version number by 1
64
65 * mhcalib/MHCalibrationChargeCam.cc
66 - strengthened default histogram limits a bit, should accelerate
67 the calibration by 20%.
68
69 * mjobs/MJCalibrateSignalFromOutside.cc
70 - fixed two lines to compile MCalibrateData with the recent changes
71 by TB
72
73 * msignal/MExtractTimeAndChargeDigitalFilter.cc
74 - fixed two bugs introduced yesterday by TB.
75
76 * msignal/MExtractTimeAndChargeSpline.cc
77 * msignal/MExtractTimeAndChargeSlidingWindow.cc
78 - adopt part of TB's speed accelerations into these classes
79
80 * msignal/MExtractTimeAndCharge.cc
81 - fix the low-gain extraction window for the case that the high-gain
82 is saturated. Was skipped so far.
83
84
85
86 2005/01/07 Markus Gaug
87
88 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
89 - catch the case that more than 90% of the pixels have saturated
90 signals and fix the extraction window from the occurrance of
91 saturation, then. Important for high-intensity calibration events.
92
93
94 * msignal/MExtractor.cc
95 * msignal/MExtractTime.cc
96 * msignal/MExtractTimeAndCharge.cc
97 - added some documentation
98
99 * msignal/MExtractTime.[h,cc]
100 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
101 the header-file.
102
103
104
105
106 2005/01/07 Abelardo Moralejo
107
108 * mbase/MLog.h
109 - Added #include "TSystem.h", otherwise gSystem is not recognized
110 in Mac OSX.
111
112 * manalysis/MMakePadHistograms.cc
113 - Changed badcalc.SetNamePedPhotContainer to
114 badcalc.SetNamePedPhotCam
115
116
117
118 2005/01/07 Thomas Bretz
119
120 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
121 - replaced PedPhotContainer by PedPhotCam for consistency
122
123 * mbase/MLog.[h,cc]:
124 - return *this in Seperator()
125
126 * mbase/MPrint.[h,cc]:
127 - use new separator manipulator in PreProcess
128 - fixed a type: separator instead of seperator
129
130 * mfileio/MReadTree.[h,cc]:
131 - added a check for branch->IsAutoDelete() in Notify()
132
133 * mpedestal/MExtractPedestal.[h,cc]:
134 - added new option 'fRandomCalculation' be used to switch on-/off-
135 randomization in extractors, the default should be like before
136 - added Process() calling Calc()
137
138 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
139 - renamed Process() to Calc()
140
141 * Makefile:
142 - removed macros/calibration.C, which seems to have been
143 unintantionally introduced.
144
145 * manalysis/Makefile:
146 - removed unintantionally introduced wrong include
147
148 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
149 - a small acceleration discussed with Hendrik by replacing a
150 counter in a loop by pointer arithmetics
151
152 * mraw/MRawEvtPixelIter.cc:
153 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
154 read one byte behind the end of the array
155 - fixed HasLoGain() which really did weired things, means accessing
156 sometimes memory somewhere. This could theoretically result
157 in assigning the wrong lo-gains to the wrong pixels.
158
159 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
160 mtrigger/MFTriggerPattern.[h,cc]:
161 - added
162
163 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
164 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
165
166 * manalysis/MEnergyEstParam.h:
167 - added a new function SetVariables calling SetCoeff
168
169 * mcalib/MCalibrateData.[h,cc]:
170 - removed data members for container names
171 - added new lists for container names
172 - allow to calibrate more than one pedestal container at the same
173 time
174
175 * mjobs/MJCalibrateSignal.cc:
176 - changed accordingly
177
178
179
180 2005/01/05 Thomas Bretz
181
182 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
183 mhcalib/MHCalibrationRelTimeCam.cc:
184 - made some output lines fit into convinience window of 80 col
185
186 * mhist/MHCamEvent.cc:
187 - make sure that x-axis has correct title
188
189 * msignal/MArrivalTimePix.cc:
190 - init error to -1 which is a obviously non valid value
191 - fixed IsValid() which gave wrong results
192
193 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
194 - made sure that LoGain is flagged non-valid if no lo-gain exists
195 - push time back at the edge of the allowed limits if outside
196
197 * mbase/MGList.[h,cc]:
198 - introduced new functions Delete and DeletePictures
199 - SetBit(kMustCleanup) in constructor. Otherwise it is not
200 correctly removed from ListOfCleanups
201
202 * mbase/MLog.cc:
203 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
204 from the list
205
206 * mbase/MParContainer.[h,cc]:
207 - replaced return type of GetDescriptor by TString. The old version
208 was terribly wrong! The returned memory wasn't removed as soon
209 as the function returned.
210
211 * mbase/MStatusDisplay.[h,cc]:
212 - for security (thread safty) replaced all Form() by MString::Form()
213 - implemented a more secure scheme of Closing (Clone()) this was
214 a hint given by valgrind
215 - set kMustCleanup for all new object in ClonePad not only kCanDelete
216 - fixed some lines in pulldown-menus
217 - add TPads to ListOfCleanups in ClonePad (workaround!)
218
219 * mbase/MString.[h,cc]:
220 - implemented a new static Form() function returning a copy of
221 the result
222
223 * mbase/MTask.[h,cc]:
224 - replaced return type of GetDescriptor by TString. The old version
225 was terribly wrong! The returned memory wasn't removed as soon
226 as the function returned.
227 - Made GetDescriptor thread safe using MString::Form
228
229 * mfileio/MWriteRootFile.cc:
230 - Use GetDescriptor().Data() when using any kind of printf function
231
232 * mhbase/MFillH.cc:
233 - replaced string concatenation in all constructors by a Form
234 (also suggested by valgrind)
235
236 * mhcalib/MHCalibrationRelTimeCam.cc:
237 - made some output fit into 80col boundary
238
239
240
241
242 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
243
244 * mfht:
245 - added new directory for hexagonal fourier transformation
246
247 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
248 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
249 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
250 mhft/Makefile:
251 - added
252
253 * macros/extendcam.C:
254 - added: tutorial for MGeomCamExtend
255
256 * macros/hft.C:
257 - added: tutorial for MHexgonalFTCalc
258
259 * macros/dohtml.C:
260 - updated
261
262 * macros/rootlogon.C:
263 - updated
264
265 * Makefile:
266 - mhft added
267
268 * mbase/MParContainer.cc, mbase/MLog.cc:
269 - added a pre-compiler option for destructor debugging
270
271 * mbase/MTaskList.[h,cc]:
272 - added new function Replace
273
274 * mdata/MDataChain.cc, mfbase/MF.cc:
275 - shortened some output
276
277 * mdata/MDataArray.[h,cc]:
278 - added new function FindRule
279
280 * mfileio/MReadTree.[h,cc]:
281 - enhanced functionality to be able to read a TTree stored in memory
282 instead of a file. Therefor introduced fTree which is now the pointer
283 used and replaced fChain where TTree and TChain have common behaviour.
284 Where they behave uncommon new code for the new case has been added.
285
286 * mfileio/MWriteRootFile.[h,cc]:
287 - enhanced functionality to be able to write a TTree into memory
288 instead of a file. This were maily bugfixes for the case fOut==0, which
289 must be handled correctly. Becarefull a tree filles without a file
290 is not deleted automatically!
291
292 * mhbase/MBinning.h:
293 - added copy constructor
294 - fixed buggy SetEdges(MBinning&) which didn't work
295
296 * mhbase/MHMatrix.cc:
297 - when adding a new rule check first if the same rule already exists
298
299 * mhflux/MAlphaFitter.[h,cc]:
300 - added new functionality to support on-off analysis
301 - didn't touch existing code
302
303 * mhflux/MHAlpha.[h,cc]:
304 - added new functionality to support on-off analysis
305 - replaced Fit() calls by newer function calls
306 - added DrawAll - PRELIMINARY
307 - fixed a bug when projecting - may be the reson for some strange
308 crashes
309
310 * mcalib/MCalibColorSet.cc:
311 - fixed a stupid bug introduced last year, which caused MCalibColorSet
312 in some circumstances to stop the eventloop when it shouldn't
313
314 * mjobs/MSequence.cc:
315 - expand path names
316
Note: See TracBrowser for help on using the repository browser.