source: trunk/MagicSoft/Mars/Changelog@ 5801

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