source: trunk/MagicSoft/Mars/Changelog@ 5942

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