source: trunk/MagicSoft/Mars/Changelog@ 5973

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