source: trunk/MagicSoft/Mars/Changelog@ 5861

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