source: trunk/MagicSoft/Mars/Changelog@ 5837

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