source: trunk/MagicSoft/Mars/Changelog@ 5936

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