source: trunk/MagicSoft/Mars/Changelog@ 6252

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