source: trunk/MagicSoft/Mars/Changelog@ 5867

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