source: trunk/MagicSoft/Mars/Changelog@ 6243

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