source: trunk/MagicSoft/Mars/Changelog@ 6278

Last change on this file since 6278 was 6278, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 48.0 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/02/07 Thomas Bretz
24
25 * mbase/MFilter.cc:
26 - use paranthesis around ClassName in GetRule
27
28 * mdata/MDataFormula.h:
29 - fixed a wrong comment in variable description
30
31 * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
32 mjobs/MJCalibrateSignal.cc,
33 mjobs/MJCalibrateSignalFromOutside.cc:
34 - to make sure there are no missunderstandings we have to
35 replace all occurances of 'Variance' by 'SqrtVariance'
36 (it was not my decision)
37
38 * mastro/MAstro.[h,cc]:
39 - added new function Angle2Coordinate
40
41 * mbase/MTaskEnv.[h,cc]:
42 - fixed a bug which caused the resource task to be ignored
43 if the default task was '<dummy>'
44
45
46
47 2005/02/04 Markus Gaug
48
49 * mjobs/MJCalibration.cc
50 - found a "the `impossible' happened" when running callisto with
51 a pure signal extractor --> MExtractTimeFastSpline has some
52 problems with the management of the internal arrays. Replaced it
53 by MExtractTimeHighestIntegral as default which is as good.
54
55 * callisto.rc
56 - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
57 instead of MExtractTimeAndChargeDigitalFilter. This extractor is
58 now tested and checks for the positions of the pulse within the
59 DAQ-window.
60
61
62
63 2005/02/04 Thomas Bretz
64
65 * Makefile.rules:
66 - fixed creation of main MDep.d
67
68 * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
69 - added commandline option --version
70
71 * mbase/MFilter.cc:
72 - changed default for 'GetRule'
73
74 * mbase/MParContainer.cc:
75 - simplified GetNewObject
76
77 * mfbase/MF.cc:
78 - if no conditional sign is found try to create
79 MFilter-object
80
81 * mraw/MRawEvtData.cc:
82 - fixed the initialization of fABFlags in case maxid==0 which
83 is the default. This caused MRawEvtPixelIter::HasABFlag
84 to do unallowed access to memory for old root-files without
85 the AB flag, because it assumed (due to size==1) that the
86 data contains the ab flag
87
88 * mraw/MRawEvtPixelIter.[h,cc]:
89 - removed some obsolete debug comments
90 - simplified HasABFlag
91
92 * manalysis/MCerPhotPix.h:
93 - removed the `!` again. It gave problems with the Mars
94 display. We agreed that this is a minor problem because
95 the structure of MCerPhot* will chnage soon in any case.
96
97
98
99 2005/02/04 Abelardo Moralejo
100
101 * macros/starmc2.C
102 - added to output missing container MConcentration.
103
104
105
106 2005/02/03 Thomas Bretz
107
108 * mfbase/MFilterList.[h,cc]:
109 - added new function AddToList(TCollection&)
110
111 * mhbase/MFillH.cc:
112 - print a warning if 'same'-option given without
113 a corresponding existing tab
114
115 * mhflux/MHAlpha.[h,cc]:
116 - made time bins settable by user
117
118 * mfileio/MWriteRootFile.cc:
119 - fixed ReInit and a warning output when writing to memory
120
121
122
123 2005/02/03 Markus Gaug
124
125 * mcalib/MCalibColorSet.[h,cc]
126 - implement possibility to set colour explicitely (e.g. for MC).
127
128 * msignal/MExtractTimeAndChargeDigitalFilter.cc
129 - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
130
131 * mjobs/MJPedestal.cc
132 - in case, extractor is used, put the extractor into the tasklist,
133 otherwise ranges do not get initialized correctly (wrong memory
134 usage!). Use an event selector, however to not skip the Process.
135 This is as fast as before and now safe for any kind of extractor
136
137 * mcalib/MCalibrationCam.h
138 * mcalib/MCalibrationTestCam.h
139 * mcalib/MCalibrationTestCam.cc
140 - initialize a missing array in InitAverageAreas
141
142 * mraw/MRawEvtHeader.h
143 - introduced Setter() of cal. pattern for Abelardo
144
145
146
147 2005/02/02 Markus Gaug
148
149 * mcalib/MCalibrationChargeCam.cc
150 - fixed small bug in the display of mean charges when low-gain was
151 used.
152
153 * msignal/MExtractor.cc
154 - print the missing overlap between high-gain and low-gain
155 in the Print() function
156 - remove setting of fHiLoLast in PreProcess, otherwise cloned
157 extractors do not work any more with windows exceeding the
158 high-gain range.
159
160 * mhcalib/MHCalibrationTestCam.[h,cc]
161 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
162 - set proper probability limits for the fits
163
164 * mcalib/MCalibrateData.cc
165 - catch the case in which no interlaced cal. events are being sent
166 by the pulser box.
167
168 * mjobs/MJCalib.[h,cc]
169 - put the data type enum in a new base class
170
171 * mjobs/MJCalibTest.[h,cc]
172 - re-name old class MJExtractCalibTest to MJCalibTest and make it
173 compatible with the sequence-files.
174
175 * mjobs/MJExtractCalibTest.[h,cc]
176 - removed
177
178 * mjobs/MJCalibrateSignal.cc
179 - put a compiler warning about the default cal. to photo-electrons
180
181 * callisto.cc
182 - add new flag "--use-test" to enable the MJCalibTest facility
183 (default: not used)
184
185
186
187 2005/02/01 Raquel de los Reyes
188
189 * mjobs/MSequence.h
190 - Added "Get" functions for the TArrays variables.
191
192
193
194 2005/02/01 Markus Gaug
195
196 * mjobs/MJPedestal.[h,cc]
197 * mjobs/MJCalibration.[h,cc]
198 * mjobs/MJCalibrateSignal.[h,cc]
199 * callisto.rc
200 - put enum for data type. Can now set the data type (mc, raw, root)
201 without running the data check.
202
203 * mhcalib/MHCalibrationCam.cc
204 - return kTRUE in PostProcess if GetNumExecutions is 0
205
206 * mcalib/MCalibrationChargeCalc.cc
207 - return kTRUE in PostProcess if GetNumExecutions is 0
208
209
210
211 2005/02/01 Daniel Mazin
212
213 * MPointingPosInterpolate.cc:
214 - fixed bug to match the units of Ra and Decl in MPointingPos
215 - fixed bug in handling of events with times outside of times from
216 MDrive tree
217
218
219
220 2005/02/01 Thomas Bretz
221
222 * showplot.cc:
223 - another fix to make the batch mode working (you can use the batch
224 mode to convert a root-file into another format)
225
226
227
228 2005/01/31 Thomas Bretz
229
230 * mbase/MStatusDisplay.cc:
231 - fixed handling of batch mode in GetCanvas(const TString &name)
232 - don't skip already existing tabs in Display()
233
234
235
236 2005/01/31 Raquel de los Reyes
237
238 * mjobs/MSequence.h
239 - Added "Get" functions for some of the sequence.txt file
240 parameters.
241
242
243
244 2005/01/31 Markus Gaug
245
246 * mjobs/MJob.[h,cc]
247 * mjobs/MJCalibrateSignal.[h,cc]
248 * mjobs/MJCalibration.[h,cc]
249 - move file type enum to base class
250
251 * mjobs/MJCalibrateSignal.[h,cc]
252 - allow also for direct setting of an MRunIter (not used in
253 callisto).
254
255 * mcalib/MCalibrationChargeCalc.[h,cc]
256 - test also for pulser strength changes additionally to changes in
257 colour.
258
259
260
261 2005/01/31 Abelardo Moralejo
262
263 * mpointing/MSrcPosCalc.cc
264 - Create only one instance of MAstroSky2Local for the
265 transformations, instead of two identical ones, as it was before.
266
267
268
269 2005/01/30 Markus Gaug
270
271 * mjobs/MJCalibration.cc
272 * mjobs/MJPedestal.cc
273 * mjobs/calibrationref_Nov04.rc
274 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
275 - updated correct display of reference lines
276
277
278
279 2005/01/29 Markus Gaug
280
281 * msignal/MExtractFixedWindowSpline.[h,cc]
282 - fixed a bug occurring with overlapping windows between high-gain
283 and low-gain
284
285 * msignal/MExtractFixedWindowPeakSearch.cc
286 - take out call to fSignals->Clear() which is already done in
287 MTaskList.
288
289 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
290 - new extractor reducing the bias and solving the problem with the
291 jumping pulse readout.
292
293
294
295 2005/01/28 Abelardo Moralejo
296
297 * mpointing/MSrcPosCalc.cc
298 - updated. Make it work as desired: obtain for each event the x,y
299 position on the camera of a source whose celestial coordinates
300 (J2000) have been set by the user in the container "MSourcePos"
301 of type MPointingPos, added to the parameter list. If the
302 container MSourcePos is not found, the center of the camera (or
303 other fixed position x,y set in the parameter list by the user -
304 in MSrcPosCam) is used as source position for all the events in
305 the loop.
306
307
308
309 2005/01/28 Thomas Bretz
310
311 * mjobs/MJCalibrateSignal.cc:
312 - fixed that extract1,2,3 haven't been deleted if loop failed.
313 - print tasklist also if loop failed.
314 - added a undefined task (MTaskEnv "FinalFantasy") as last task to
315 the event processing tasklist
316
317 * callisto.rc:
318 - added comments about "FinalFantasy" into call
319 - added comment for obsolete resources as discussed yesterday
320 evening: TimeUpperLimit
321
322 * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
323 mpedestal/MPedPhotPix.h:
324 - replaced TruncatePrecision by ReducePrecision (its simply a better
325 name)
326
327 * mbase/MParList.cc:
328 - added a check to make 200%(!) sure that the container added
329 to the list is a MParContainer (everything else could crash
330 almost everything in Mars!)
331
332 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
333 mjobs/MJPedestal.cc:
334 - simplified the code in the WriteResult functions by using
335 the new WriteContainer in MJob
336 - removed the TObjArray from the MParList! It is NOT a MParContainer
337 there are a lot of circumstance how this can crash Mars. I don't
338 know why the compiler allowed for this.
339 - unified WriteResult and WriteHists
340 - split GetOutputFile into two functions for simplification
341
342 * mjobs/MJCalibration.h:
343 - copy the extractorcam name when copying the contents
344
345 * mjobs/MJob.[h,cc]:
346 - new member function WriteContainer to simplify code in derived
347 classes
348
349 * mpointing/MSrcPosCalc.[h,cc]
350 - fixed the header according to Abelardo's changes
351 - added the initialization of the pointers to the constructor
352
353
354
355 2005/01/28 Markus Gaug
356
357 * msignal/MExtractTimeAndChargeDigitalFilter.cc
358 - introduce a security check for the time fine adjustment in case,
359 it is too large.
360
361 * mcalib/MCalibConstCam.[h,cc]
362 * mcalib/MCalibConstPix.h
363 - new classes to allow display of changing cal. constants with the
364 interlaced cal. events
365
366 * mcalib/MCalibrationChargeCalc.cc
367 - removed stopping of PostProcess in case that the evtloop is
368 finished with interlaced cal. events
369
370 * mcalib/MCalibrateData.[h,cc]
371 - fill MCalibConstCam with update results (once per calib. consts
372 update == every 10 sec.)
373 - introduce check for size of calibration constant. In case, it is
374 completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
375
376 * mjobs/MJCalibrateSignal.cc:
377 - display one MHCamera more with changing conv. factors (only for
378 interlaced cal. events)
379
380 * mpedestal/MPedCalcFromLoGain.cc
381 - set default for MExtractWinFirst from 15 to 17 because of the
382 late cosmics signals in December
383
384
385 2005/01/28 Abelardo Moralejo
386
387 * mtemp/mpadova/macros/trainsubsample.C
388 - added # of events to be written in the output (instead of
389 fraction of total). Moved MSrcPosCam in output from RunHeaders
390 to Events tree.
391
392
393
394 2005/01/27 Daniel Mazin and Markus Gaug
395
396 * mcalib/MCalibrateData.[h,cc]
397 - derive this class from MCamEvent in order to be able to display
398 evolution of conversion factors in case of interlaced cal.
399 events
400
401 * mpointing/MInterpolatePointingPos.[h,cc]
402 - new class to interpolate pointing positions, adapted from a class
403 by Marcos Lopez
404
405 * mjobs/MJCalibrateSignal.[h,cc]
406 - enabled the calibration of data with interlaced calibration events
407
408 * msignal/MArrivalTime.[h,cc]
409 * mcalib/MCalibrateRelTime.cc
410 - removed Error of calibrated arrival time, as agreed on the last
411 software calibration meeting yesterday
412
413 * mjobs/MJCalibrateSignal.cc
414 - add display to show histogramming of conversion factors
415 - modify default calibration to equiv. photo-electrons
416 - allow for setting of MC, Raw or Root-file type in callisto.rc
417
418 * callisto.rc
419 - updated conf. file
420
421
422 2005/01/27 Thomas Bretz
423
424 * callisto.cc:
425 - don't display starting pedestals when calibrating the signal
426
427 * callisto.rc:
428 - added some comments
429
430 * star.rc:
431 - according to Daniel M. we have agreed to change the default
432 cleaning level to adapt it roughly to the new pedestal
433
434 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
435 - as agreed in the current calibration meeting we truncate the
436 precision of the stored floating point values to roughly 0.5%
437 to gain storage space in the calibrated data (the gzip
438 algorithm compresses this stuff nicely - we gain roughly 15%)
439
440 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
441 - added a comment
442
443 * mjobs/MJCalibrateSignal.cc:
444 - changed title of unsuitable plot
445 - removed plot for calibrated fundamental pedestal as agreed in the
446 current calibration meeting (we may change this to an option)
447
448 * mjobs/MJPedestal.[h,cc]:
449 - changed the name of the "PedDiff" plot to be consistent with the
450 other tab-name
451 - changed the options for the display
452 - removed the dependancy of fDisplayType and the SetDataCheck
453 option
454 - added option kDisplayNone
455 - renamed enums from k*Display to kDisplay*
456
457 * mhist/MHCamEvent.cc:
458 - trying to get rid of the Err_%p workaround.
459
460 * manalysis/MCerPhotEvt.[h,cc]:
461 - added some '!' signs in the comment line. This is quick hack
462 to gain I/O speed and storage space. We will soon have new
463 containers for the calibrated data and image cleaning
464 information.
465 - changed version number to 6
466
467 * mhist/MHCamera.cc:
468 - added member function SetAllUsed
469
470
471
472 2005/01/26 Abelardo Moralejo
473
474 * macros/mccalibrate.C
475 - removed creation and writing out of MSrcPosCam. It is more
476 flexible to add it in starmc2.C if needed (for wobble mode for
477 instance).
478
479 * mtemp/mpadova/macros/RanForestDISP.C
480 - added possibility to set the number of hadrons read in for the
481 training. Added some missing containers to output.
482 - Fixed rule concerning the DISP, by adding parentheses. Remember
483 that MHMatrix::AddColumn does not respect the usual precedence
484 of operations!
485
486 * mtemp/mpadova/macros/resize.C
487 - added to output missing container MRawEvtHeader
488
489 * macros/starmc2.C
490 - added missing container MImagePar. Added possibility to set the
491 source position on the camera (for the wobble mode).
492
493
494
495 2005/01/25 Abelardo Moralejo
496
497 * macros/starmc2.C
498 - modified to allow double (train / test) output, for g/h
499 separation studies. Added several missing containers to output.
500
501
502
503 2005/01/25 Thomas Bretz
504
505 * mcalib/MCalibrationIntensityChargeCam.cc:
506 - fixed a lot of 'default argument'-warnings to make to code
507 compile
508
509 * mbase/MParContainer.[h,cc]:
510 - moved the empty Reset() function into the source file and
511 added a lot of comments
512 - implemented new helper-functions: GetNewObject
513
514 * mbase/MContinue.[h,cc]:
515 - allow to use MFilter-classes as filter in ReadEnv
516
517 * mbase/MTaskEnv.cc:
518 - replaced some code by GetNewObject
519
520 * mhbase/MFillH.cc:
521 - handle DrawOption "same" to be able to draw to the same pad
522
523 * mhbase/MH.[h,cc]:
524 - added same-argument to DrawSame
525
526 * mhbase/MH3.cc:
527 - removed some obsolete comments
528 - remove own drawing options before calling fHist->Draw
529
530 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
531 - first try of implementing 'same' drawing option
532
533
534
535 2005/01/25 Markus Gaug
536
537 * mcalib/MCalibrationPattern.[h,cc]
538 * mcalib/MCalibrationPatternDecode.[h,cc]
539 - New Decoder task for the calibration pattern from the
540 digital modules
541
542 * mraw/MRawEvtHeader.[h,cc]
543 - remove decoding from this class
544
545 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
546 - remove, because one needs anyhow much more than one data file
547 to get a reasonable conversion factor
548
549 * mcalib/MCalibCalcFromPast.[h,cc]
550 - remove MCalibrationIntensityHiLoCam
551
552 * mbadpixels/MBadPixelsPix.h
553 * mbadpixels/MBadPixelsCam.cc
554 - changed one function name to GetUnsuitableCalLevel()
555
556 * mjobs/MJCalibration.cc
557 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
558 "FADC slices" by "FADC sl.", otherwise they range out of the
559 canvas.
560
561 * mcalib/MCalibrationChargeCalc.cc
562 - ensure to set the color correctly in MCalibrationBlindCam
563
564 * callisto.rc
565 - put space for
566 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
567 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
568
569
570 2005/01/24 Abelardo Moralejo
571
572 * manalysis/MMcCalibrationUpdate.cc
573 - Adapted to changes in MCalibrateData from 2005/01/16: moved
574 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
575 this, for the last week you may have found trouble running
576 starmc.C and mccalibrate.C.
577
578
579
580 2005/01/24 Thomas Bretz
581
582 * callisto.cc:
583 - removed non-existing option from output
584
585 * manalysis/MEnergyEstimate.[h,cc]:
586 - added ReadEnv member function
587
588 * mbase/MContinue.[h,cc]:
589 - implementes AllowEmpty option to support doing nothing
590 defined in resource file
591 - added a first draft to allow usage of class-filters instead of
592 rules
593
594 * mbase/MMath.[h,cc]:
595 - implemented a function suggested by Florian Goebel which reduces
596 the precision of a float to ~0.5% which is usefull for data
597 compression by gzip
598
599 * mdata/MDataChain.[h,cc]:
600 - implemented ReadEnv member function
601
602 * mfbase/MF.cc:
603 - a small enhancement to the output in ReadEnv
604
605 * mhbase/MH3.cc:
606 - fixed call to FindObject in Paint which caused a profile to be
607 displayed incorrectly in case it was read from a file
608
609 * mhflux/MHFalseSource.[h,cc]:
610 - removed old obsolete unsused Significance functions
611 - implemented ReadEnv member function
612 - set false source binning only if BinningFalseSource is not default
613 - check parlist for BinningAlpha
614
615 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
616 mjobs/MJPedestal.cc:
617 - added an additional check and output if output-file could
618 not be opened
619
620 * mjobs/MJob.h:
621 - added some Getter
622
623 * mhbase/MBinning.[h,cc].
624 - added nen member functions
625 + SetEdgesRaw
626 + ReadEnv
627 + Print
628
629 * mhflux/MAlphaFitter.[h,cc]:
630 - added new member function ReadEnv
631
632 * mhflux/MHAlpha.cc:
633 - fixed a problem when fitting without off-data
634
635 * mbase/MStatusDisplay.cc:
636 - implemented a further fix in DrawClonePad to make sure
637 that the X-stuff doesn't get confused while still
638 GetDrawOption returns the correct value
639
640
641
642 2005/01/24 Markus Gaug
643
644 * msignal/MExtractTimeAndChargeDigitalFilter.cc
645 - introduced security check for the times fine-tuning to catch
646 outliers because of deviating pulse forms.
647
648 * msignal/MExtractTime.cc
649 * msignal/MExtractor.cc
650 - lowered default high-gain saturation limit to 250
651 - removed Clear() for two results containers at beginning of Process()
652
653 * msignal/MExtractor.h
654 - Take fHiLoLast into the Clone()
655
656 * msignal/MExtractedSignalPix.cc
657 - change sign of default initializer to negative.
658
659
660
661 2005/01/23 Markus Gaug
662
663 * mhcalib/MHCalibrationHiLoCam.[h,cc]
664 - updated to new logain switch setting in MExtractTimeAndCharge
665 - extract also high-gain vs. low-gain time difference
666
667 * mhcalib/MHCalibrationCam.[h,cc]
668 * mhcalib/MHCalibrationChargeCam.[h,cc]
669 - updated reading of conf. values in ReadEnv
670
671 * mhcalib/MCalibrationHiLoCam.[h,cc]
672 * mhcalib/MCalibrationHiLoPix.[h,cc]
673 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
674 - updated accordingly
675
676 * mbadpixels/MBadPixelsCam.cc
677 - removed some bugs in the Print() function
678
679
680
681 2005/01/22 Markus Gaug
682
683 * mhcalib/MHCalibrationRelTimeCam.cc
684 - display in the averaged times display the event-by-event averaged
685 absolute arrival times instead of the rel. ones which do not make
686 much sense.
687
688 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
689 * mhcalib/MHCalibrationTestCam.[h,cc]
690 - update to the latest changes in analysis chain.
691
692 * mjobs/MJExtractCalibTest.[h,cc]
693 - update to the latest changes in analysis chain.
694
695 * mjobs/MJCalibration.cc
696 - replace title of that times-averageing Tab from "RelTimes" by
697 "Times".
698
699 * macros/calibration.C
700 - update to changes in MJExtractCalibTest
701
702
703
704 2005/01/21 Markus Gaug
705
706 * msignal/MExtractTimeAndChargeDigitalFilter.cc
707 * msignal/MExtractTimeAndChargeSlidingWindow.cc
708 * msignal/MExtractTimeAndChargeSpline.cc
709 - use the max. bin content for low-gain extraction
710
711 * callisto.rc
712 - add place for LoGainSwitch
713
714
715
716 2005/01/21 Florian Goebel
717
718 * mfbase/MF.cc:
719 - include a (TString) cast to make it compilable with gcc2.95.3
720
721
722
723 2005/01/21 Thomas Bretz
724
725 * mpointing/MSrcPosFromModel.cc:
726 - fixed crash in Process if no pointing model available
727
728 * mpointing/MPointingPosCalc.h:
729 - added missing initialization of data members
730
731 * mastro/MObservatory.[h,cc]:
732 - added ReadEnv member function
733
734 * mbase/MTaskEnv.h:
735 - added (=0) default to SetDefault
736
737
738
739 2005/01/20 Markus Gaug
740
741 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
742 - added function to display fluctuations of a variable
743
744 * mcalib/MCalibrationPix.cc
745 - fixed small bug in High-gain mean error.
746
747 * msignal/MExtractTimeAndCharge.[h,cc]
748 - introduced high-gain maximum limit before extracting the low-gain
749
750
751
752 2005/01/20 Thomas Bretz
753
754 * mbase/MContinue.[h,cc]:
755 - added ReadEnv member function to support resource files
756
757 * mbase/MEvtLoop.[h,cc]:
758 - added a second arguemtn to reading of the resource file by name
759 - added some checks when reding the resource file and the
760 parameter list hasn't been setup
761
762 * mbase/MParList.cc:
763 - removed an obsolete output from ReadEnv
764
765 * mfbase/MF.[h,cc]:
766 - added ReadEnv member function to support resource files
767 - added kAllowEpty flag to support skipping by resource files
768
769 * mfbase/MFilterList.cc:
770 - added a comment
771
772 * mbase/MStatusDisplay.[h,cc]:
773 - fixed Write to be compatible with root 4.02/00
774 - worked around a problem with reading the DrawOption correctly
775 from a stored status display
776
777
778
779 2005/01/19 Thomas Bretz
780
781 * mbase/MMath.cc:
782 - added a comment to SignificanceLiMa, made by Daniel Mazin
783 - also check for b==0
784
785 * mhflux/MAlphaFitter.[h,cc]:
786 - fixed significance calculation in case of on-off data
787 - added fScaleFactor
788
789 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
790 - handle scale factor in case of on-off observations
791
792 * mjobs/MJPedestal.cc:
793 - aligned screen output to 80col rule
794
795 * mtrigger/MFTriggerPattern.[h,cc]:
796 - assigned correct integers to enum
797 - made sure that the enum is correctly handled in all function by
798 applying a r-value to the condition
799
800
801
802 2005/01/19 Abelardo Moralejo
803
804 * mtrigger/MFTriggerPattern.[cc,h]
805 - Changed Bool_t arguments of all setters to new type Prescale_t
806 defined by N. Galante (see below)
807
808
809
810 2005/01/19 Nicola Galante
811
812 * mtrigger/MFTriggerPattern.[cc,h]
813 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
814 kPrescaled = kTRUE };
815
816 - fixed a bug in Process, both fMaskRequiredUnprescaled and
817 fMaskRequiredPrescaled are checked simultaneously.
818
819
820
821 2005/01/18 Markus Gaug
822
823 * mcalib/MCalibColorSet.cc
824 - fixed the remaining day of data without colour in project name
825 neither in digital modules bits.
826
827 * mpedestal/MPedCalcPedRun.[h,cc]
828 - catch the continuous light runs with MRawRunHeader::fRunType
829 == kRTCalibration to be recognized as effective pedestal runs.
830
831
832 2005/01/18 Thomas Bretz
833
834 * mbase/MMath.cc:
835 - added a check for s==0 in SignificanceLiMa, because otherwise the
836 result is NaN
837
838 * mfbase/MF.cc:
839 - removed an obsolete debugging output from the latest changes
840
841 * mhflux/MHAlpha.cc:
842 - reset fHTime, too
843
844
845
846 2005/01/18 Nicola Galante
847
848 * mtrigger/MFTriggerPattern.cc:
849 - added parentesis to ensure bitwise operators priority
850 with respect to logical operators.
851
852
853 2005/01/17 Thomas Bretz
854
855 * manalysis/MEnergyEstimate.[h,cc]:
856 - changed to be more general. Energy is now estimated from a rule
857 (MDataChain) The default behaviour is still the same as before
858 to copy the energy from MMcEvt
859
860 * mbase/MTask.cc:
861 - changed to write out the descriptor istead of the task-name only
862 in Pre/PostProcess
863
864 * mhbase/MH.cc:
865 - initialize fSerialNumber and fNumExecutions in constructor
866
867 * mhflux/MHFalseSource.cc:
868 - according to a suggestion by Markus Mayer I have changed
869 \\sigma_{max}=f to S_{max}=f\\sigma
870
871 * mjobs/MJCalibrateSignal.cc:
872 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
873 call.
874
875 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
876 mtrigger/MTriggerPatternDecode.cc:
877 - added some comment about file version
878
879 * mbase/MFilter.h:
880 - implemented new virtual function GetDataMember like in MData
881
882 * mbase/MTask.[h,cc]:
883 - when filter is added ass GetDataMember to branch list (should be
884 obsolete, because filter is in the tasklist, but it should not hurt)
885
886 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
887 mfbase/MFilterList.[h,cc]:
888 - implemented new function GetDataMember
889
890
891
892 2005/01/17 Markus Gaug
893
894 * msignal/MExtractTimeAndChargeDigitalFilter.cc
895 - remove a situation where the high-gain signal can be 0.
896
897 * mtrigger/MTriggerPattern.h
898 - fixed a bug in defining the trigger bit pattern (Have to start
899 from 0 instead of 1)
900
901 * mjobs/MJPedestal.cc
902 * mjobs/MJCalibrateSignal.cc
903 - fixed default extraction ranges.
904
905 * callisto.rc
906 - fixed default weights files for pedestal extraction for cosmcis
907
908 * mcalib/MCalibrationChargeCalc.cc
909 - removed program exit on occurrance of multiple colours without
910 intensity calibration
911
912
913
914 2005/01/17 Nadia Tonello and Markus Gaug
915
916 * mcalib/MCalibrationChargeCam.cc
917 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
918
919
920
921 2005/01/16 Markus Gaug
922
923 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
924 mhcalib/MHCalibrationChargeCam.[h,cc]
925 - put overflow management and results camera initialization into
926 base class
927
928 * mcalib/MCalibrateData.[h,cc]
929 - added possibility to re-normalize signal to equiv. photo-electrons
930 ( SetSignalType(MCalibrateData::kPhe) ).
931 Default is old version in photons
932 - speed up Process by storing pre-calculated calibration constants
933 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
934 - added new pointer to different MCalibrationChargeCam used for
935 updates
936 - added possibility to update the conversion factors using the
937 MCalibrationChargeCam stored in fCalibUpdate.
938 - added Print() function
939
940 * mcalib/MCalibCalcFromPast.[h,cc]
941 - committed final version, now also in the Makefile
942
943 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
944 - committed final version, now able to calibrate interlaced cal.
945 events.
946
947
948
949 2005/01/14 Hendrik Bartko
950
951 * msignal/calibration_weights_UV.dat
952 - fixed a small bug in the noise autocorrelation of the AB-noise
953
954 * msignal/calibration_weights_blue.dat
955 - new weights file for blue calibration pulses
956
957 * cosmics_weights.dat
958 - fixed a small bug in the noise autocorrelation of the AB-noise
959
960
961
962 2005/01/14 Markus Gaug
963
964 * msignal/MExtractTimeAndChargeDigitalFilter.cc
965 - added a small acceleration of the program, tested by Hendrik and
966 me.
967
968 * mpedestal/MPedCalcFromLoGain.cc
969 - fixed one warning output which was not a real warning.
970
971 * mcalib/MCalibrationChargeCam.cc
972 - improved the function to calculate a mean conversion factor over
973 the whole camera including a fit to the values.
974
975 * mpedestal/MPedCalcPedRun.[h,cc]
976 - undo some changes introduced by TB on 2/12/04 which had made the
977 use of interlaced pedestal events impossible again.
978 - Use now the new class MTriggerPattern directly to recognize an
979 interlaced pedestal event.
980
981
982
983 2005/01/14 Thomas Bretz
984
985 * callisto.cc:
986 - fixed a typo in output
987
988 * manalysis/MGeomApply.cc:
989 - removed some old code already in comments
990 - added possibility to switch off automatic processing (used
991 if two different geometries around)
992
993 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
994 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
995 mtools/MSimulatedAnnealing.h:
996 - added include of TVector because in newer root version it is
997 not included from TMatrix anymore
998
999 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
1000 - to stick to the convention of TMath in newer root versions MMath
1001 changed from a class to a namespace
1002
1003 * mbase/MEvtLoop.[h,cc]:
1004 - to support newer root version added a second Write-function
1005 with a const qualifier.
1006
1007 * mdata/MDataChain.cc:
1008 - changed access to TMath for newer root versions
1009
1010 * mfileio/MChain.[h,cc]:
1011 - implemented a workaround for teh changed LoadTree definition
1012 in newer root-versions
1013
1014 * mfileio/MReadTree.cc:
1015 - fixed a bug in CheckBranchSize caused some warning to be
1016 displayed
1017
1018 * mhflux/MHAlpha.cc:
1019 - removed check for fResult in PostProcess (it is always there)
1020
1021 * msignal/MExtractTimeFastSpline.cc:
1022 - fixed delete --> delete[]
1023
1024 * mbadpixels/MBadPixelsCalc.cc:
1025 - slight change to some output
1026
1027 * mbase/MTaskEnv.h:
1028 - set name of default task when pointer is given
1029
1030 * mjobs/MJCalibrateSignal.cc:
1031 - fixed handling of extraction range for various cases
1032 - fixed handling in case no arrival times are calculated
1033
1034 * mjobs/MJCalibration.cc:
1035 - write at least a default arrival time calibration container
1036 to make further processing easier
1037
1038 * mjobs/MJPedestal.[h,cc]:
1039 - fixed handling of extraction range for various cases
1040
1041
1042
1043 2005/01/14 Abelardo Moralejo
1044
1045 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
1046 - added. Two macros used in the analysis of real wobble mode data.
1047
1048
1049
1050 2005/01/14 Daniela Dorner
1051
1052 * macros/sql/filldotrun.C
1053 - added new arehucas-verions and changed code accordingly
1054
1055
1056
1057 2005/01/13 Abelardo Moralejo
1058
1059 * macros/starmc.C
1060 - Added (commented) lines for the case of gamma MC source off-axis
1061 (wobble mode). Changed default extractor to
1062 MExtractFixedWindowPeakSearch.
1063
1064
1065
1066 2005/01/13 Raquel de los Reyes
1067
1068 * callisto.rc
1069 - introduced several configuration lines
1070 (format: "class".DataCheck: No) to allow callisto
1071 to run with rawfiles. Necessary for the datacheck.
1072
1073
1074
1075 2005/01/13 Markus Gaug
1076
1077 * mcalib/MCalibColorSet.cc
1078 - fixed runs 45605-45609
1079
1080 * msignal/MExtractor.h
1081 - take out the variable fHiLoLast from the streamer. Will be
1082 initialized in the ReInit(), if needed
1083
1084 * msignal/MExtractor.cc
1085 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
1086 the same extractor may have that variable set to a certain
1087 value, even if not desired. The ReInit() fixes fHiLoLast, if
1088 different from 0.
1089
1090 * mpedestal/MExtractPedestal.cc
1091 * mpedestal/MPedCalcPedRun.cc
1092 * mpedestal/MPedCalcFromLoGain.cc
1093 - fix the output of the print to the correct value for the case
1094 that the extractor is used.
1095
1096
1097 2005/01/13 Thomas Bretz
1098
1099 * callisto.rc:
1100 - fixed some typos
1101
1102 * mbase/MLog.cc:
1103 - unset DEBUG defined unintentionally
1104
1105 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1106 - removed printing Weights in InitArrays, because otherwise
1107 the output of a full data calibration is totally crowded
1108 with numbers. Having the weights-file name on the display
1109 is perfectly enough.
1110
1111
1112
1113 2005/01/12 Markus Gaug
1114
1115 * mcalib/MCalibrationIntensityRelTimeCam.cc
1116 - added fit to improve averageing of the obtained results
1117
1118
1119
1120 2005/01/12 Thomas Bretz
1121
1122 * manalysis/MMatrixLoop.cc:
1123 - changed name to MRead because it now derives from MRead
1124
1125 * mbase/MEvtLoop.[h,cc]:
1126 - implemented an option not to cascade the status display to the
1127 parameter list in PreProcess
1128
1129 * mhflux/MHAlpha.cc:
1130 - changed name of "Significance" to "MinimizationValue"
1131 - return -significance to have a value being minimized
1132
1133 * mhist/MHCamera.cc:
1134 - fixed output of text in legend
1135
1136 * mhist/MHEvent.[h,cc]:
1137 - implemented new options for calibrated pedestals
1138
1139 * mmain/MEventDisplay.cc:
1140 - fixed to support latest changes in MJCalibrateSignal
1141
1142 * mpedestal/MPedPhotCam.cc:
1143 - added new options in GetPixelContent (4 and 5) to support
1144 a correct camera display
1145
1146 * mjobs/MJCalibrateSignal.cc:
1147 - fixed display of calibrated pedestal and pedestal rms
1148 - changed order of plots. Now all interpolated values
1149 (means all calibrated values which are bad-pixel treated)
1150 are displayed behind the unsuitable pixels.
1151
1152 * mjobs/MJ*.cc:
1153 - corrected all wrong %06d to %08d to fit the number of
1154 digits in run-numbers
1155
1156
1157
1158 2005/01/11 Abelardo Moralejo
1159
1160 * mjobs/Makefile
1161 - added missing include -I ../mtrigger
1162
1163
1164
1165 2005/01/11 Thomas Bretz
1166
1167 * callisto.cc, callisto.rc:
1168 - changed such, that all three kinds of pedestals are calcualted
1169 (usefull for studies)
1170
1171 * manalysis/MMatrixLoop.[h,cc]:
1172 - derived from MRead
1173 - implemented some basic functions from MRead
1174
1175 * mfilter/MFCosmics.[h,cc]:
1176 - allow setting of name of MPedestalCam
1177
1178 * mhbase/MBinning.[h,cc]:
1179 - added SetEdges taking MParList as input
1180
1181 * mhflux/MHAlpha.cc:
1182 - use new function from MBinning
1183
1184 * mjobs/MJCalibrateSignal.[h,cc]:
1185 - changed to calculate all three kinds of pedestals
1186 - added filters for trigger pattern and illuminated events
1187
1188 * mjobs/MJPedestal.cc:
1189 - give different names to tabs with different pedestals
1190
1191 * mjobs/MJStar.cc:
1192 - on request changed used pedestal from "FromExtractor" to
1193 "FromExtractorRndm"
1194
1195 * mtrigger/MTriggerPattern.h:
1196 - added Reset function
1197
1198 * mtrigger/MTriggerPatternDecode.[h,cc]:
1199 - added using file format version number
1200
1201
1202
1203 2005/01/11 Markus Gaug
1204
1205 * mbadpixels/MBadPixelsPix.cc
1206 - updated documentation
1207
1208 * mcalib/MCalibrationChargeCalc.cc
1209 - make pixels with deviating number of phes unreliable instead of
1210 unsuitable (this was already thought so, but missed to modify
1211 at one place).
1212
1213 * mhcalib/MHCalibrationCam.[h,cc]
1214 - add possible flag 'kInterlaced': default: kFALSE (like before)
1215 - added pointer to MRawEvtHeader to deny cosmics events in case
1216 of 'interlaced' flag is set. No changes for 'normal' calibration
1217
1218
1219
1220 2005/01/10 Benjamin Riegel
1221
1222 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
1223 - added two classes for implementing starguider-data
1224
1225 * mreport/ReportLinkDef.h
1226 - added class MReportStarguider to be linked:
1227 #pragma link C++ class MReportStarguider+;
1228
1229 * mreport/Makefile
1230 - added file MReportStarguider.cc
1231
1232 * merpp.cc
1233 - added two containers ( MReportStarguider, MTimeStarguider ) and
1234 added MReportStarguider to the list:
1235 w->AddContainer("MReportStarguider", "Starguider");
1236 w->AddContainer("MTimeStarguider", "Starguider");
1237 r->AddToList("MReportStarguider");
1238
1239
1240
1241 2005/01/10 Markus Gaug
1242
1243 * mcalib/MCalibColorSet.cc
1244 - return kFALSE for CL-run instead of kTRUE
1245
1246 * mcalib/MCalibrationChargeCalc.cc
1247 - stop program in case that multiple colours are found in same file
1248 without intensity calibration
1249
1250 * mbadpixels/MBadPixelsPix.h
1251 - added two new possible UnCalibrated_t flags for the hi-lo
1252 calibration
1253
1254 * macros/calibration.C
1255 - add the calls to:
1256 MArray::Class()->IgnoreTObjectStreamer();
1257 MParContainer::Class()->IgnoreTObjectStreamer();
1258 in main.
1259
1260 * msignal/MExtractor.h
1261 - added Getter for fOffsetLoGain (was still missing)
1262
1263 * mhcalib/MHCalibrationChargeCam.[h,cc]
1264 - remove pixels with histogram overflow only if their percentage
1265 passes a certain limit (default: 0.5%). Before, every overflow
1266 lead to an unsuitable pixel.
1267
1268 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
1269 - implemented changes suggested by T.B. to speed up calculations
1270 - take fNameWeightsFile into the streamer, otherwise the Clone()
1271 will always create an extractor with cosmic's weights.
1272 - set fOffsetLoGain to a slighly higher value. The DF seems to
1273 have a different offset since it uses different pulse shapes
1274 and thus sightly different time definitions.
1275
1276
1277
1278 2005/01/10 Thomas Bretz
1279
1280 * mhvstime/MHVsTime.cc:
1281 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
1282
1283 * callisto.cc:
1284 - changed such, that the calculated pedestal is not random
1285 anymore
1286 - added code to calculate the pedestal also with randomization,
1287 but this code is for the moment commented out.
1288
1289 * callisto.rc:
1290 - fixed naming of pedestal calculation
1291
1292 * mbadpixels/MBadPixelsCalc.cc:
1293 - added a second check which compares the pedestal rms with
1294 the variance of the pedestal rms in the same sector
1295
1296 * mjobs/MJCalibrateSignal.[h,cc]:
1297 - changed to calculate the pedestal from extractor without
1298 randomization
1299 - added code to calculate the pedestal also with randomization,
1300 but this code is for the moment commented out.
1301
1302 * mjobs/MJCalibration.cc:
1303 - made sure that pedcam always has the correct name
1304 (FIXME? Print a warning if it has the wrong name)
1305
1306 * mjobs/MJPedestal.[h,cc]:
1307 - changed such, that it allows the calculation of pedestals
1308 in three different ways (fundamental, fromextractor,
1309 fromextractorrndm)
1310 - therefor removed SetExtractorResolution and added
1311 + void SetExtractionFundamental()
1312 + void SetExtractionWithExtractorRndm()
1313 + void SetExtractionWithExtractor()
1314
1315 * mjobs/MJStar.cc:
1316 - changed/fixed the input name of the MPedPhotCam used in the
1317 image cleaning
1318
1319 * mraw/MRawFileRead.[h,cc]:
1320 - changed return type of OpenNextFile
1321 - in some cases return kERROR in OpenNextFile to abort the Processing
1322 with an error
1323
1324 * mraw/MRawRunHeader.cc:
1325 - call a wrong file format version ERROR now
1326
1327 * mhflux/MAlphaFitter.[h,cc]:
1328 - make sure that resetted values are returned if fit failed
1329 - set default scaling too kOffRegion
1330
1331 * mhflux/MHAlpha.cc:
1332 - some small fixes to handling of MHAlphaOff
1333
1334 * mhflux/MHFalseSource.[h,cc]:
1335 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
1336 - updated display accordingly
1337 - updated fit accordingly
1338 - removed catalog temporarily from plots until I found the
1339 reason for the strange crashes
1340
1341 * mbadpixels/MBadPixelCalc.[h,cc]:
1342 - implemented the possibility to check the pedestal rms against the
1343 variance of the pedstal rms, too. The option is curretly switched
1344 off.
1345 - enahanced informal output in PreProcess
1346
1347 * mbase/MTaskList.cc:
1348 - a little change to some output
1349
1350
1351
1352 2005/01/10 Wolfgang Wittek
1353
1354 * mfbase/MFEventSelector2.cc
1355 - check whether filter exists before calling
1356 filter->CallPreProcess(parlist)
1357
1358
1359
1360 2005/01/08 Markus Gaug
1361
1362 * mhcalib/MHCalibrationHiLoCam.[h,cc]
1363 * mcalib/MCalibrationHiLoCam.[h,cc]
1364 * mcalib/MCalibrationHiLoPix.[h,cc]
1365 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
1366 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
1367 mcalib/CalibLinkDef.h
1368 - new classes for calibration of conversion high-gain vs. low-gain
1369
1370 * msignal/MExtractedSignalPix.[h,cc]
1371 - added data member fChisquare, set to -1. by Clear() and Reset()
1372 - raised version number by 1
1373
1374 * msignal/MExtractedSignalCam.[h,cc]
1375 - added data member fNdf, set to -1 by default
1376 - new function: GetProb(const Int_t pixidx) to be called to
1377 calculate the joint probability of Chisquare of pixel "pixidx"
1378 and fNdf
1379 - added documentation of data members
1380 - raised version number by 1
1381
1382 * mhcalib/MHCalibrationChargeCam.cc
1383 - strengthened default histogram limits a bit, should accelerate
1384 the calibration by 20%.
1385
1386 * mjobs/MJCalibrateSignalFromOutside.cc
1387 - fixed two lines to compile MCalibrateData with the recent changes
1388 by TB
1389
1390 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1391 - fixed two bugs introduced yesterday by TB.
1392
1393 * msignal/MExtractTimeAndChargeSpline.cc
1394 * msignal/MExtractTimeAndChargeSlidingWindow.cc
1395 - adopt part of TB's speed accelerations into these classes
1396
1397 * msignal/MExtractTimeAndCharge.cc
1398 - fix the low-gain extraction window for the case that the high-gain
1399 is saturated. Was skipped so far.
1400
1401
1402
1403 2005/01/07 Markus Gaug
1404
1405 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
1406 - catch the case that more than 90% of the pixels have saturated
1407 signals and fix the extraction window from the occurrance of
1408 saturation, then. Important for high-intensity calibration events.
1409
1410
1411 * msignal/MExtractor.cc
1412 * msignal/MExtractTime.cc
1413 * msignal/MExtractTimeAndCharge.cc
1414 - added some documentation
1415
1416 * msignal/MExtractTime.[h,cc]
1417 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
1418 the header-file.
1419
1420
1421
1422
1423 2005/01/07 Abelardo Moralejo
1424
1425 * mbase/MLog.h
1426 - Added #include "TSystem.h", otherwise gSystem is not recognized
1427 in Mac OSX.
1428
1429 * manalysis/MMakePadHistograms.cc
1430 - Changed badcalc.SetNamePedPhotContainer to
1431 badcalc.SetNamePedPhotCam
1432
1433
1434
1435 2005/01/07 Thomas Bretz
1436
1437 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
1438 - replaced PedPhotContainer by PedPhotCam for consistency
1439
1440 * mbase/MLog.[h,cc]:
1441 - return *this in Seperator()
1442
1443 * mbase/MPrint.[h,cc]:
1444 - use new separator manipulator in PreProcess
1445 - fixed a type: separator instead of seperator
1446
1447 * mfileio/MReadTree.[h,cc]:
1448 - added a check for branch->IsAutoDelete() in Notify()
1449
1450 * mpedestal/MExtractPedestal.[h,cc]:
1451 - added new option 'fRandomCalculation' be used to switch on-/off-
1452 randomization in extractors, the default should be like before
1453 - added Process() calling Calc()
1454
1455 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
1456 - renamed Process() to Calc()
1457
1458 * Makefile:
1459 - removed macros/calibration.C, which seems to have been
1460 unintantionally introduced.
1461
1462 * manalysis/Makefile:
1463 - removed unintantionally introduced wrong include
1464
1465 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1466 - a small acceleration discussed with Hendrik by replacing a
1467 counter in a loop by pointer arithmetics
1468
1469 * mraw/MRawEvtPixelIter.cc:
1470 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
1471 read one byte behind the end of the array
1472 - fixed HasLoGain() which really did weired things, means accessing
1473 sometimes memory somewhere. This could theoretically result
1474 in assigning the wrong lo-gains to the wrong pixels.
1475
1476 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
1477 mtrigger/MFTriggerPattern.[h,cc]:
1478 - added
1479
1480 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
1481 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
1482
1483 * manalysis/MEnergyEstParam.h:
1484 - added a new function SetVariables calling SetCoeff
1485
1486 * mcalib/MCalibrateData.[h,cc]:
1487 - removed data members for container names
1488 - added new lists for container names
1489 - allow to calibrate more than one pedestal container at the same
1490 time
1491
1492 * mjobs/MJCalibrateSignal.cc:
1493 - changed accordingly
1494
1495
1496
1497 2005/01/05 Thomas Bretz
1498
1499 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
1500 mhcalib/MHCalibrationRelTimeCam.cc:
1501 - made some output lines fit into convinience window of 80 col
1502
1503 * mhist/MHCamEvent.cc:
1504 - make sure that x-axis has correct title
1505
1506 * msignal/MArrivalTimePix.cc:
1507 - init error to -1 which is a obviously non valid value
1508 - fixed IsValid() which gave wrong results
1509
1510 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
1511 - made sure that LoGain is flagged non-valid if no lo-gain exists
1512 - push time back at the edge of the allowed limits if outside
1513
1514 * mbase/MGList.[h,cc]:
1515 - introduced new functions Delete and DeletePictures
1516 - SetBit(kMustCleanup) in constructor. Otherwise it is not
1517 correctly removed from ListOfCleanups
1518
1519 * mbase/MLog.cc:
1520 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
1521 from the list
1522
1523 * mbase/MParContainer.[h,cc]:
1524 - replaced return type of GetDescriptor by TString. The old version
1525 was terribly wrong! The returned memory wasn't removed as soon
1526 as the function returned.
1527
1528 * mbase/MStatusDisplay.[h,cc]:
1529 - for security (thread safty) replaced all Form() by MString::Form()
1530 - implemented a more secure scheme of Closing (Clone()) this was
1531 a hint given by valgrind
1532 - set kMustCleanup for all new object in ClonePad not only kCanDelete
1533 - fixed some lines in pulldown-menus
1534 - add TPads to ListOfCleanups in ClonePad (workaround!)
1535
1536 * mbase/MString.[h,cc]:
1537 - implemented a new static Form() function returning a copy of
1538 the result
1539
1540 * mbase/MTask.[h,cc]:
1541 - replaced return type of GetDescriptor by TString. The old version
1542 was terribly wrong! The returned memory wasn't removed as soon
1543 as the function returned.
1544 - Made GetDescriptor thread safe using MString::Form
1545
1546 * mfileio/MWriteRootFile.cc:
1547 - Use GetDescriptor().Data() when using any kind of printf function
1548
1549 * mhbase/MFillH.cc:
1550 - replaced string concatenation in all constructors by a Form
1551 (also suggested by valgrind)
1552
1553 * mhcalib/MHCalibrationRelTimeCam.cc:
1554 - made some output fit into 80col boundary
1555
1556
1557
1558
1559 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
1560
1561 * mfht:
1562 - added new directory for hexagonal fourier transformation
1563
1564 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
1565 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
1566 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
1567 mhft/Makefile:
1568 - added
1569
1570 * macros/extendcam.C:
1571 - added: tutorial for MGeomCamExtend
1572
1573 * macros/hft.C:
1574 - added: tutorial for MHexgonalFTCalc
1575
1576 * macros/dohtml.C:
1577 - updated
1578
1579 * macros/rootlogon.C:
1580 - updated
1581
1582 * Makefile:
1583 - mhft added
1584
1585 * mbase/MParContainer.cc, mbase/MLog.cc:
1586 - added a pre-compiler option for destructor debugging
1587
1588 * mbase/MTaskList.[h,cc]:
1589 - added new function Replace
1590
1591 * mdata/MDataChain.cc, mfbase/MF.cc:
1592 - shortened some output
1593
1594 * mdata/MDataArray.[h,cc]:
1595 - added new function FindRule
1596
1597 * mfileio/MReadTree.[h,cc]:
1598 - enhanced functionality to be able to read a TTree stored in memory
1599 instead of a file. Therefor introduced fTree which is now the pointer
1600 used and replaced fChain where TTree and TChain have common behaviour.
1601 Where they behave uncommon new code for the new case has been added.
1602
1603 * mfileio/MWriteRootFile.[h,cc]:
1604 - enhanced functionality to be able to write a TTree into memory
1605 instead of a file. This were maily bugfixes for the case fOut==0, which
1606 must be handled correctly. Becarefull a tree filles without a file
1607 is not deleted automatically!
1608
1609 * mhbase/MBinning.h:
1610 - added copy constructor
1611 - fixed buggy SetEdges(MBinning&) which didn't work
1612
1613 * mhbase/MHMatrix.cc:
1614 - when adding a new rule check first if the same rule already exists
1615
1616 * mhflux/MAlphaFitter.[h,cc]:
1617 - added new functionality to support on-off analysis
1618 - didn't touch existing code
1619
1620 * mhflux/MHAlpha.[h,cc]:
1621 - added new functionality to support on-off analysis
1622 - replaced Fit() calls by newer function calls
1623 - added DrawAll - PRELIMINARY
1624 - fixed a bug when projecting - may be the reson for some strange
1625 crashes
1626
1627 * mcalib/MCalibColorSet.cc:
1628 - fixed a stupid bug introduced last year, which caused MCalibColorSet
1629 in some circumstances to stop the eventloop when it shouldn't
1630
1631 * mjobs/MSequence.cc:
1632 - expand path names
1633
Note: See TracBrowser for help on using the repository browser.