source: trunk/MagicSoft/Mars/Changelog@ 5915

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