source: trunk/MagicSoft/Mars/Changelog@ 5911

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