source: trunk/MagicSoft/Mars/Changelog@ 5869

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