source: trunk/MagicSoft/Mars/Changelog@ 6242

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