source: trunk/MagicSoft/Mars/Changelog@ 5800

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