source: trunk/MagicSoft/Mars/Changelog@ 5994

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