source: trunk/MagicSoft/Mars/Changelog@ 5946

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