source: trunk/MagicSoft/Mars/Changelog@ 6008

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