source: trunk/MagicSoft/Mars/Changelog@ 6245

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