source: trunk/MagicSoft/Mars/Changelog@ 5976

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