source: trunk/MagicSoft/Mars/Changelog@ 5792

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