source: trunk/MagicSoft/Mars/Changelog@ 5880

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