source: trunk/MagicSoft/Mars/Changelog@ 5950

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