source: trunk/MagicSoft/Mars/Changelog@ 5838

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