source: trunk/MagicSoft/Mars/Changelog@ 5876

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