source: trunk/MagicSoft/Mars/Changelog@ 5790

Last change on this file since 5790 was 5790, checked in by gaug, 20 years ago
*** empty log message ***
File size: 12.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 2005/01/10 Markus Gaug
23
24 * mcalib/MCalibColorSet.cc
25 - return kFALSE for CL-run instead of kTRUE
26
27 * mcalib/MCalibrationChargeCalc.cc
28 - stop program in case that multiple colours are found in same file
29 without intensity calibration
30
31 * mbadpixels/MBadPixelsPix.h
32 - added two new possible UnCalibrated_t flags for the hi-lo
33 calibration
34
35 * macros/calibration.C
36 - add the calls to:
37 MArray::Class()->IgnoreTObjectStreamer();
38 MParContainer::Class()->IgnoreTObjectStreamer();
39 in main.
40
41 * msignal/MExtractor.h
42 - added Getter for fOffsetLoGain (was still missing)
43
44 * mhcalib/MHCalibrationChargeCam.[h,cc]
45 - remove pixels with histogram overflow only if their percentage
46 passes a certain limit (default: 0.5%). Before, every overflow
47 lead to an unsuitable pixel.
48
49 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
50 - implemented changes suggested by T.B. to speed up calculations
51
52
53 2005/01/10 Thomas Bretz
54
55 * mhvstime/MHVsTime.cc:
56 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
57
58 * callisto.cc:
59 - changed such, that the calculated pedestal is not random
60 anymore
61 - added code to calculate the pedestal also with randomization,
62 but this code is for the moment commented out.
63
64 * callisto.rc:
65 - fixed naming of pedestal calculation
66
67 * mbadpixels/MBadPixelsCalc.cc:
68 - added a second check which compares the pedestal rms with
69 the variance of the pedestal rms in the same sector
70
71 * mjobs/MJCalibrateSignal.[h,cc]:
72 - changed to calculate the pedestal from extractor without
73 randomization
74 - added code to calculate the pedestal also with randomization,
75 but this code is for the moment commented out.
76
77 * mjobs/MJCalibration.cc:
78 - made sure that pedcam always has the correct name
79 (FIXME? Print a warning if it has the wrong name)
80
81 * mjobs/MJPedestal.[h,cc]:
82 - changed such, that it allows the calculation of pedestals
83 in three different ways (fundamental, fromextractor,
84 fromextractorrndm)
85 - therefor removed SetExtractorResolution and added
86 + void SetExtractionFundamental()
87 + void SetExtractionWithExtractorRndm()
88 + void SetExtractionWithExtractor()
89
90 * mjobs/MJStar.cc:
91 - changed/fixed the input name of the MPedPhotCam used in the
92 image cleaning
93
94 * mraw/MRawFileRead.[h,cc]:
95 - changed return type of OpenNextFile
96 - in some cases return kERROR in OpenNextFile to abort the Processing
97 with an error
98
99 * mraw/MRawRunHeader.cc:
100 - call a wrong file format version ERROR now
101
102 * mhflux/MAlphaFitter.[h,cc]:
103 - make sure that resetted values are returned if fit failed
104 - set default scaling too kOffRegion
105
106 * mhflux/MHAlpha.cc:
107 - some small fixes to handling of MHAlphaOff
108
109 * mhflux/MHFalseSource.[h,cc]:
110 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
111 - updated display accordingly
112 - updated fit accordingly
113 - removed catalog temporarily from plots until I found the
114 reason for the strange crashes
115
116 * mbadpixels/MBadPixelCalc.[h,cc]:
117 - implemented the possibility to check the pedestal rms against the
118 variance of the pedstal rms, too. The option is curretly switched
119 off.
120 - enahanced informal output in PreProcess
121
122 * mbase/MTaskList.cc:
123 - a little change to some output
124
125
126
127 2005/01/10 Wolfgang Wittek
128
129 * mfbase/MFEventSelector2.cc
130 - check whether filter exists before calling
131 filter->CallPreProcess(parlist)
132
133
134
135 2005/01/08 Markus Gaug
136
137 * mhcalib/MHCalibrationHiLoCam.[h,cc]
138 * mcalib/MCalibrationHiLoCam.[h,cc]
139 * mcalib/MCalibrationHiLoPix.[h,cc]
140 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
141 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
142 mcalib/CalibLinkDef.h
143 - new classes for calibration of conversion high-gain vs. low-gain
144
145 * msignal/MExtractedSignalPix.[h,cc]
146 - added data member fChisquare, set to -1. by Clear() and Reset()
147 - raised version number by 1
148
149 * msignal/MExtractedSignalCam.[h,cc]
150 - added data member fNdf, set to -1 by default
151 - new function: GetProb(const Int_t pixidx) to be called to
152 calculate the joint probability of Chisquare of pixel "pixidx"
153 and fNdf
154 - added documentation of data members
155 - raised version number by 1
156
157 * mhcalib/MHCalibrationChargeCam.cc
158 - strengthened default histogram limits a bit, should accelerate
159 the calibration by 20%.
160
161 * mjobs/MJCalibrateSignalFromOutside.cc
162 - fixed two lines to compile MCalibrateData with the recent changes
163 by TB
164
165 * msignal/MExtractTimeAndChargeDigitalFilter.cc
166 - fixed two bugs introduced yesterday by TB.
167
168 * msignal/MExtractTimeAndChargeSpline.cc
169 * msignal/MExtractTimeAndChargeSlidingWindow.cc
170 - adopt part of TB's speed accelerations into these classes
171
172 * msignal/MExtractTimeAndCharge.cc
173 - fix the low-gain extraction window for the case that the high-gain
174 is saturated. Was skipped so far.
175
176
177
178 2005/01/07 Markus Gaug
179
180 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
181 - catch the case that more than 90% of the pixels have saturated
182 signals and fix the extraction window from the occurrance of
183 saturation, then. Important for high-intensity calibration events.
184
185
186 * msignal/MExtractor.cc
187 * msignal/MExtractTime.cc
188 * msignal/MExtractTimeAndCharge.cc
189 - added some documentation
190
191 * msignal/MExtractTime.[h,cc]
192 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
193 the header-file.
194
195
196
197
198 2005/01/07 Abelardo Moralejo
199
200 * mbase/MLog.h
201 - Added #include "TSystem.h", otherwise gSystem is not recognized
202 in Mac OSX.
203
204 * manalysis/MMakePadHistograms.cc
205 - Changed badcalc.SetNamePedPhotContainer to
206 badcalc.SetNamePedPhotCam
207
208
209
210 2005/01/07 Thomas Bretz
211
212 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
213 - replaced PedPhotContainer by PedPhotCam for consistency
214
215 * mbase/MLog.[h,cc]:
216 - return *this in Seperator()
217
218 * mbase/MPrint.[h,cc]:
219 - use new separator manipulator in PreProcess
220 - fixed a type: separator instead of seperator
221
222 * mfileio/MReadTree.[h,cc]:
223 - added a check for branch->IsAutoDelete() in Notify()
224
225 * mpedestal/MExtractPedestal.[h,cc]:
226 - added new option 'fRandomCalculation' be used to switch on-/off-
227 randomization in extractors, the default should be like before
228 - added Process() calling Calc()
229
230 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
231 - renamed Process() to Calc()
232
233 * Makefile:
234 - removed macros/calibration.C, which seems to have been
235 unintantionally introduced.
236
237 * manalysis/Makefile:
238 - removed unintantionally introduced wrong include
239
240 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
241 - a small acceleration discussed with Hendrik by replacing a
242 counter in a loop by pointer arithmetics
243
244 * mraw/MRawEvtPixelIter.cc:
245 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
246 read one byte behind the end of the array
247 - fixed HasLoGain() which really did weired things, means accessing
248 sometimes memory somewhere. This could theoretically result
249 in assigning the wrong lo-gains to the wrong pixels.
250
251 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
252 mtrigger/MFTriggerPattern.[h,cc]:
253 - added
254
255 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
256 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
257
258 * manalysis/MEnergyEstParam.h:
259 - added a new function SetVariables calling SetCoeff
260
261 * mcalib/MCalibrateData.[h,cc]:
262 - removed data members for container names
263 - added new lists for container names
264 - allow to calibrate more than one pedestal container at the same
265 time
266
267 * mjobs/MJCalibrateSignal.cc:
268 - changed accordingly
269
270
271
272 2005/01/05 Thomas Bretz
273
274 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
275 mhcalib/MHCalibrationRelTimeCam.cc:
276 - made some output lines fit into convinience window of 80 col
277
278 * mhist/MHCamEvent.cc:
279 - make sure that x-axis has correct title
280
281 * msignal/MArrivalTimePix.cc:
282 - init error to -1 which is a obviously non valid value
283 - fixed IsValid() which gave wrong results
284
285 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
286 - made sure that LoGain is flagged non-valid if no lo-gain exists
287 - push time back at the edge of the allowed limits if outside
288
289 * mbase/MGList.[h,cc]:
290 - introduced new functions Delete and DeletePictures
291 - SetBit(kMustCleanup) in constructor. Otherwise it is not
292 correctly removed from ListOfCleanups
293
294 * mbase/MLog.cc:
295 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
296 from the list
297
298 * mbase/MParContainer.[h,cc]:
299 - replaced return type of GetDescriptor by TString. The old version
300 was terribly wrong! The returned memory wasn't removed as soon
301 as the function returned.
302
303 * mbase/MStatusDisplay.[h,cc]:
304 - for security (thread safty) replaced all Form() by MString::Form()
305 - implemented a more secure scheme of Closing (Clone()) this was
306 a hint given by valgrind
307 - set kMustCleanup for all new object in ClonePad not only kCanDelete
308 - fixed some lines in pulldown-menus
309 - add TPads to ListOfCleanups in ClonePad (workaround!)
310
311 * mbase/MString.[h,cc]:
312 - implemented a new static Form() function returning a copy of
313 the result
314
315 * mbase/MTask.[h,cc]:
316 - replaced return type of GetDescriptor by TString. The old version
317 was terribly wrong! The returned memory wasn't removed as soon
318 as the function returned.
319 - Made GetDescriptor thread safe using MString::Form
320
321 * mfileio/MWriteRootFile.cc:
322 - Use GetDescriptor().Data() when using any kind of printf function
323
324 * mhbase/MFillH.cc:
325 - replaced string concatenation in all constructors by a Form
326 (also suggested by valgrind)
327
328 * mhcalib/MHCalibrationRelTimeCam.cc:
329 - made some output fit into 80col boundary
330
331
332
333
334 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
335
336 * mfht:
337 - added new directory for hexagonal fourier transformation
338
339 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
340 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
341 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
342 mhft/Makefile:
343 - added
344
345 * macros/extendcam.C:
346 - added: tutorial for MGeomCamExtend
347
348 * macros/hft.C:
349 - added: tutorial for MHexgonalFTCalc
350
351 * macros/dohtml.C:
352 - updated
353
354 * macros/rootlogon.C:
355 - updated
356
357 * Makefile:
358 - mhft added
359
360 * mbase/MParContainer.cc, mbase/MLog.cc:
361 - added a pre-compiler option for destructor debugging
362
363 * mbase/MTaskList.[h,cc]:
364 - added new function Replace
365
366 * mdata/MDataChain.cc, mfbase/MF.cc:
367 - shortened some output
368
369 * mdata/MDataArray.[h,cc]:
370 - added new function FindRule
371
372 * mfileio/MReadTree.[h,cc]:
373 - enhanced functionality to be able to read a TTree stored in memory
374 instead of a file. Therefor introduced fTree which is now the pointer
375 used and replaced fChain where TTree and TChain have common behaviour.
376 Where they behave uncommon new code for the new case has been added.
377
378 * mfileio/MWriteRootFile.[h,cc]:
379 - enhanced functionality to be able to write a TTree into memory
380 instead of a file. This were maily bugfixes for the case fOut==0, which
381 must be handled correctly. Becarefull a tree filles without a file
382 is not deleted automatically!
383
384 * mhbase/MBinning.h:
385 - added copy constructor
386 - fixed buggy SetEdges(MBinning&) which didn't work
387
388 * mhbase/MHMatrix.cc:
389 - when adding a new rule check first if the same rule already exists
390
391 * mhflux/MAlphaFitter.[h,cc]:
392 - added new functionality to support on-off analysis
393 - didn't touch existing code
394
395 * mhflux/MHAlpha.[h,cc]:
396 - added new functionality to support on-off analysis
397 - replaced Fit() calls by newer function calls
398 - added DrawAll - PRELIMINARY
399 - fixed a bug when projecting - may be the reson for some strange
400 crashes
401
402 * mcalib/MCalibColorSet.cc:
403 - fixed a stupid bug introduced last year, which caused MCalibColorSet
404 in some circumstances to stop the eventloop when it shouldn't
405
406 * mjobs/MSequence.cc:
407 - expand path names
408
Note: See TracBrowser for help on using the repository browser.