source: trunk/MagicSoft/Mars/Changelog@ 5817

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