source: trunk/MagicSoft/Mars/Changelog@ 6006

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