source: trunk/MagicSoft/Mars/Changelog@ 6026

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