source: trunk/MagicSoft/Mars/Changelog@ 5758

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