source: trunk/MagicSoft/Mars/Changelog@ 5928

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