source: trunk/MagicSoft/Mars/Changelog@ 5759

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