source: trunk/MagicSoft/Mars/Changelog@ 5833

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