source: trunk/MagicSoft/Mars/Changelog@ 5860

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