source: trunk/MagicSoft/Mars/Changelog@ 5807

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