source: trunk/MagicSoft/Mars/Changelog@ 5930

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