source: trunk/MagicSoft/Mars/Changelog@ 5941

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