source: trunk/MagicSoft/Mars/Changelog@ 5939

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