source: trunk/MagicSoft/Mars/Changelog@ 5968

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