source: trunk/MagicSoft/Mars/Changelog@ 5858

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