source: trunk/MagicSoft/Mars/Changelog@ 6263

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