source: trunk/MagicSoft/Mars/Changelog@ 5852

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