source: trunk/MagicSoft/Mars/Changelog@ 5903

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