source: trunk/MagicSoft/Mars/Changelog@ 5989

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