source: trunk/MagicSoft/Mars/Changelog@ 6549

Last change on this file since 6549 was 6549, checked in by rico, 20 years ago
*** empty log message ***
File size: 66.1 KB
Line 
1
2
3Please do not write behind the end of line tag so that it is possible
4to send a Changelog file to a line printer directly. Thanks.
5
6For your entries please follow EXACTLY this style:
7
8_yyyy/mm/dd_[Your Name]
9_
10___*_filename:
11_____-_description
12_
13___*_filename2, filename3:
14_____-_description
15_
16_
17_
18
19While an underscore is a placeholder for a white-space or an empty line.
20
21
22 -*-*- END OF LINE -*-*-
23 2005/02/16 Javier Rico
24
25 * mhistmc/MHMcUnfoldCoeff.[cc,h], mhistmc/Makefile,
26 mhistmc/HistMcLinkDef.h
27 - Added container class holding the histograms of the coefficients
28 for the (iterative) unfolding.
29
30 * mmontecarlo/MMcUnfoldCoeffCalc.[cc,h], mmontecarlo/Makefile,
31 mmontecarlo/MonteCarloLinkDef.h
32 - Added task class to compute the coefficients for the (iterative)
33 unfolding.
34
35 * macros/unfoldCoeff.C
36 - added macro that computes the effective areas and coefficients
37 from a MC input file (with OriginalMC tree and MEnergyEst
38 branch containing the energy estimator). This may be used
39 as layout for spectrum computation program.
40
41 2005/02/16 Abelardo Moralejo
42
43 * mtemp/mpadova/macros/resize.C
44 - Changed weights
45
46 2005/02/16 Thomas Hengstebeck
47
48 * mranforest/MRFEnergyEst.cc
49 - changed calculation of estimated energy, now interpolated values
50 are returned
51
52 2005/02/16 Abelardo Moralejo
53
54 * mhistmc/MHMcCollectionArea.cc
55 - Changed default fName to "MHMcCollectionArea"
56
57 2005/02/16 Markus Gaug
58
59 * mdata/MDataChain.cc
60 - replaced ROOT version check for the compiler from 4.02.00 to
61 4.01.00
62
63 * mranforest/MRFEnergyEst.cc
64 - include "TVector.h", otherwise this class does not compile
65 in newer root versions
66
67 * msignal/MExtractTimeAndCharge.cc
68 - initialize fLoGainStartShift correctly if read from conf. file
69 and modified fOffsetLoGain exists.
70
71 * msignal/*weights*.dat
72 - new weights with the uniform pedestal RMS. (Please use these!)
73
74 * msignal/pulpo_weights*.dat
75 - new weights with the pulpo-pulse form and without NSB!!
76
77
78 2005/02/16 Thomas Hengstebeck
79
80 * mranforest/MRFEnergyEst.[h,cc]
81 - added RF class for energy estimation
82
83
84 2005/02/16 Abelardo Moralejo
85
86 * macros/starmc2.C:
87 - Changed the way in which the "OriginalMC" tree is copied from
88 the input to the output file. Now we ise the new procedure
89 MWriteRootFile::AddCopySource
90
91
92
93 2005/02/16 Thomas Bretz
94
95 * mbase/MEvtLoop.cc:
96 - fixed a typo
97
98 * mbase/MParList.cc, mfileio/MReadMarsFile.cc,
99 mfileio/MReadTree.cc, mfileio/MWriteRootFile.cc,
100 mjobs/MJStar.cc:
101 - optimized size of some output
102
103 * mfileio/MWriteRootFile.[h,cc]:
104 - fixed CopySource option for single-file case
105
106 * mhist/MHCamEvent.cc:
107 - replaced the warn in SetupFill by an inf
108
109 * mhcalib/MHCalibrationCam.cc, mhcalib/MHCalibrationHiLoCam.cc,
110 mhcalib/MHCalibrationChargePINDiode.cc:
111 - removed obsolete output after a failed FindCreateObj (the
112 function itself does the output in case of failure)
113
114 * mhcalib/MHCalibrationCam.cc:
115 - replaced 'err' by 'warn' for under-/overflow in lo-gain pixel,
116 it doesn't result in an fatal error (abort)
117
118 * mranforest/MRanForestCalc.cc:
119 - added a missing debug level to some output
120
121 * mranforest/MRFEnergyEst.[h,cc]:
122 - cleaned up includes
123
124
125
126 2005/02/15 Abelardo Moralejo
127
128 * macros/mccalibrate.C
129 - fixed small bug
130
131 * mmontecarlo/MMcCollectionAreaCalc.[h,cc]
132 * mhistmc/MHMcCollectionArea.[h,cc]
133 - Changed the way of calculating final effective area for data
134 analysis. The new approach requires the use of MC files produced
135 with the current CVS version of camera. We now make use of the
136 true total number of produced MC events, and allow for the
137 setting of a "tentative" differential gamma spectrum to be used
138 in the calculation of effective areas.
139 Removed unused constructor argument "input" in
140 MMcCollectionAreaCalc.
141
142 * macros/collarea.C
143 - Adapted to the new way of calculating effective areas.
144
145
146
147 2005/02/15 Thomas Bretz
148
149 * callisto.rc:
150 - replaced mutal exclusive options (Integral, Amplitude) by
151 a one-line resource
152
153 * msignal/MExtractTimeAndChargeSpline.cc:
154 - replaced mutal exclusive options (Integral, Amplitude) by
155 a one-line resource "ExtractionType" (old code still works)
156
157 * manalysis/MCerPhotEvt.[h,cc]:
158 - added new variables to store information about islands
159 and removed pixels - PRELIMINARY
160 - increased class version number
161
162 * mfilter/MFSoftwareTrigger.cc:
163 - optimized output in PostProcess
164
165 * mimage/MHImagePar.[h,cc]:
166 - added new histograms for new variables in MCerPhotEvt
167
168 * mimage/MImagePar.[h,cc]:
169 - added new data members for the new image parameters
170 - increased class version
171
172 * mimage/MImgCleanStd.[h,cc]:
173 - adapted image cleaning to calculate the new image
174 parameters
175 - added a flag to keep single core pixels
176
177 * manalysis/MMatrixLoop.[h,cc], mfileio/MReadReports.[h,cc],
178 mfileio/MReadRflFile.[h,cc], mfileio/MReadTree.[h,cc],
179 mraw/MRawFileRead.[h,cc], mraw/MRawSocketRead.h:
180 - renamed GetFileName to GetFullFileName
181
182 * mbase/MInputStreamID.h:
183 - added new member function HasStreamId
184
185 * mbase/MParContainer.[h,cc]:
186 - added a static list to keep track of all created
187 TMathodCall objects
188
189 * mbase/MTask.cc:
190 - enhanced PrintStatistics
191
192 * mfileio/MRead.[h,cc]:
193 - new abstract function GetFullFileName
194 - added implementatio of GetFileName based on GetFullFileName
195
196 * mfileio/MWriteRootFile.[h,cc]:
197 - moved open of a new file to new common member function
198 OpenFile
199 - allow to use an already existing file also when using rules
200 - added a new option which can be used to copy an existing
201 tree (without any change) from the old file into the new file.
202 (in principal you can also do this for some of its branches only)
203 This is done by AddCopySource
204
205 * mjobs/MJCalibrateSignal.cc:
206 - in case of MonteCarlo files write an independant tree
207 'MonteCarlo' for 'MMcEvtBasic'
208
209 * mjobs/MJStar.cc:
210 - copy tree 'MonteCarlo' from old into new files
211
212 * mjobs/MJPedestal.cc:
213 - removed wrong use of MFEventSelector
214
215 * mpedestal/MExtractPedestal.cc:
216 - made sure that fExtractor is correctly pre- and
217 postprocessed.
218
219 * mbase/MTask.cc:
220 - don't preprocess a task if it has been preprocessed already
221
222 * mraw/MRawFileWrite.cc:
223 - if display is set write output to status line
224
225 * mfileio/MReadTree.cc, mfileio/MReadMarsFile.cc:
226 - moved code to display filename in status display from
227 MReadMarsFile::Notify to MReadTree::Notify
228
229
230
231 2005/02/15 Markus Gaug
232
233 * mjobs/MJCalib.h
234 - added GetDataFlag(), otherwise code does not compile!
235
236 * mhcalib/MHCalibrationChargeCam.cc
237 - moved default saturation limit for number of high-gain events from
238 0.02 to 0.05.
239
240 * msignal/MExtractTimeAndCharge.cc
241 - lowered default low-gain switch from 150 to 120. (for calibration
242 events which saturate more than 5% of the events).
243
244 * mjobs/MJCalib.[h,cc]
245 - include possibility to display pixels distributions for test
246 reasons
247
248
249
250 2005/02/14 Thomas Bretz
251
252 * callisto.cc, ganymed.cc, star.cc:
253 - added some more information to '--help' output
254 - replaced MSequences by MDataSet
255 - implemented new debugging options (maybe not perfect yet)
256 --print-files and --print-found
257
258 * mjobs/MJCut.[h,cc]:
259 - replaced MSequences by MDataSet
260 - write MEnergyEst
261 - recalculate MHillasSrc
262 - made sure both MWriteRootFile have different names
263 - don't use "same" option if no off-data
264
265 * mjobs/MSequences.[h,cc]:
266 - removed
267
268 * mjobs/MDataSet.[h,cc]:
269 - added
270
271 * manalysis/MEventRateCalc.[h,cc]:
272 - added a fix which make sure, that the rate is not influenced
273 too much by the start of data taking
274 - fixed setting of mean time corresponding to rate-interval
275
276 * mraw/MRawFileRead.[h,cc]:
277 - calculate total number of events from all files in PreProcess
278
279 * mcalib/MCalibConstCam.cc:
280 - added case 2 to GetPixelContent
281
282 * mjobs/MJCalibrateSignal.cc:
283 - fixed redirection of stream with interleaved calibration infos
284 - changed 'Arrival Time' to 'Calibrated Arrival Time'
285 - display interpolated signal in equivalent photoelectrons to
286 to get rid of scaling effects which makes it difficult to see
287 details of the structure of the inner pixels in the histogram.
288 With this you can immediatly see whether the relative number
289 of phe in the outer pixels is equiv. to the inner pixels.
290 - the same for the calibration factor - with the same argument
291 - adapted to change in MWriteRootFile
292 - use MReadMarsFile for Monte Carlo flag set
293
294 * mhist/MHCamera.cc:
295 - changed drawing such, that NaN is not displayed anymore
296
297 * Makefile:
298 - added new program ganymed
299
300 * mfileio/MWriteRootFile.[h,cc]:
301 - added possibility to use UPDATE mode with rules (dangerous!)
302 as discussed with Abelardo, Daniel M. and Thomas S.
303
304 * mjobs/MJStar.cc:
305 - adapted to change in MWriteRootFile
306 - added software trigger (still untuned) as suggested by
307 Thomas S.
308 - added calculation of source position before calculation
309 of image parameters
310 - added MPointingPos to Events-Tree
311 - removed MPointingPos from Drive-Tree
312 - renamed sub-tasklists to something more intuitive
313
314 * mjobs/Makefile, mjobs/JobsLinkDef.h:
315 - added MJCut.cc
316
317 * mraw/MRawFileRead.cc:
318 - return kERROR if ReInit fails
319
320 * mfilter/MFSoftwareTrigger.[h,cc]:
321 - updated to allow using time coincidence
322 - changed default values
323 - added a pattern independant trigger algorithm
324
325 * mbase/MDirIter.cc:
326 - implemented option 'dbg' in Print()
327
328 * mjobs/MJCalib.h:
329 - added a getter for data-flag (should be renamed
330 to 'datatype' soon)
331
332
333
334 2005/02/12 Abelardo Moralejo
335
336 * mtemp/mpadova/macros/wobblemap.C
337 - Added. Macro to do some studies on wobble mode data.
338
339 * macros/mccalibrate.C
340 - Added option to divide the output in a train and a test sample.
341 Included in output new container MMcEvtBasic (if found in input
342 files) for later use in effective areas calculations.
343
344 * macros/starmc2.C
345 - Added writing out of new container MMcEvtBasic. Removed
346 possibility of splitting output in train and test samples, since
347 this has now to be done in mccalibrate.C to make possible that
348 the tree OriginalMC containing MMcEvtBasic has all the original
349 MC events (and only those) from which the events present in the
350 Events tree derive.
351
352 * macros/starmc.C
353 - Changed a couple of wrong "." by "->" in function calls. Changed
354 default tail cuts.
355
356
357
358 2005/02/12 Markus Gaug
359
360 * msignal/MExtractTimeAndChargeSpline.cc
361 - change default rise time to 0.5 and default fall time to 1.5
362
363 * callisto.rc
364 - made intitializations of extractors more explicit
365
366 * mpedestal/MExtractPedestal.cc
367 - make check for even number of slices in the case of "fundamental"
368 pedestal calc.
369
370 * mcalib/MCalibrationChargeCalc.cc
371 - take out some commented code
372
373 * mjobs/MJCalib.h
374 - removed GetDataFlag()
375
376
377
378 2005/02/12 Abelardo Moralejo
379
380 * mmc/MMcTrig.hxx
381 - Added getter GetNumFirstLevel. This is necessary if that data
382 member is to be used for instance in MF filters. There was
383 already a getter, but it is called GetFirstLevel and hence not
384 recognized.
385
386
387
388 2005/02/11 Abelardo Moralejo
389
390 * mmc/MMcEvtBasic.[h,cc]:
391 - New class. Contains 5 very basic MC parameters which we intend
392 to save for all generated Corsika events. This is needed for
393 proper effective area calculations.
394
395 * mmc/Makefile, McLinkDef.h
396 - Added new class above.
397
398
399
400 2005/02/11 Thomas Bretz
401
402 * mfileio/MWriteRootFile.[h,cc]:
403 - added the possibility to write to an already existing file.
404 This doesn't affect the old behaviour, but using this new feature
405 might still have problems.
406
407 * mfileio/MReadReports.cc:
408 - fixed column-level in PrintStatistics
409
410 * mjobs/MJCalibrateSignal.cc:
411 - keep MMcRunHeader in the output
412
413
414
415 2005/02/10 Abelardo Moralejo
416
417 * macros/mccalibrate.C
418 - Added possibility to calibrate in photons or photoelectrons
419
420 * macros/starmc2.C
421 - Added comment about value of cleaning levels
422
423
424
425 2005/02/10 Markus Gaug
426
427 * mcalib/Makefile
428 * mcalib/CalibLinkDef.h
429 * mcalib/MCalibrate.[h,cc]
430 - removed mcalib/MCalibrate.* because it has been replaced by
431 MCalibrateData
432
433 * mmain/MEventDisplay.cc
434 - replaced MCalibrate by MCalibrateData
435
436 * mhcalib/MHCalibrationCam.cc
437 - replaced warning about empty histogram from red (err) by
438 yellow (warn).
439
440 * mcalib/MCalibColorSet.cc
441 - return kTRUE in case of MC-file
442
443 * msignal/MExtractTimaAndChargeSpline.[h,cc]
444 - make sure that all variables are set correctly independent on
445 the order of their initialization by the user
446
447
448
449 2005/02/10 Thomas Bretz
450
451 * mgeom/MGeomCam.[h,cc]:
452 - added new member functions (GetNeighbors) to get all pixels
453 around a given pixel with a given radius
454
455 * mars.rc:
456 - use same values for image cleaning as default in star
457
458 * mpointing/MSrcPosCalc.[h,cc]:
459 - added the possibility to set the Source position from
460 a resource file
461
462 * mjobs/MJStar.cc:
463 - write MMcRunHeader to RunHeaders
464
465 * mfileio/MWriteRootFile.cc:
466 - removed an obsolete line
467 - removed a debug line which should not be there
468
469 * mimage/MHillas.h:
470 - added new Getter GetDist0 returning the distance to the
471 camera center
472
473 * mhflux/MHFalseSource.cc:
474 - the scaling in Paint() was nonsense in case we are looking
475 at on/off-data. Fixed.
476
477
478
479 2005/02/10 Abelardo Moralejo
480
481 * manalysis/MMcCalibrationUpdate.h
482 - Added comment on new member fSignalType. Sorry for compilation
483 problems... I forgot to commit the header yesterday, but M. Gaug
484 did it.
485
486 * macros/starmc.C
487 - Cleaned up a little bit, made the option to choose between
488 calibration in photons or phe- easier to set.
489
490 * manalysis/MMcCalibrationUpdate.[h,cc]
491 - Added getter and setter for fSignalType. Set fSignalType=kPhot as
492 default for consistency with MCalibrateData.
493
494
495
496 2005/02/09 Abelardo Moralejo
497
498 * manalysis/MMcCalibrationUpdate.cc
499 - Updated to make the MC calibration in phe- work
500
501 * macros/starmc.C
502 - same as above. Now default is calibration in phe-
503
504 * mraw/MRawEvtHeader.h
505 - Added setter for the trigger pattern, absolutely needed for
506 creating proper MC root files.
507
508
509
510 2005/02/09 Markus Gaug
511
512 * manalysis/MMcCalibrationUpdate.h
513 - added missing declaration of fSignalType
514
515 * mjobs/MJPedestal.[h,cc]
516 * mjobs/badpixels_0_559.rc
517 * callisto.rc
518 - allow exclusion of bad pixels from the beginning (default is
519 Pixel 0 and 559).
520 - removed some obsolete includes
521 - took out data member fPedestalHist from MJPedestal.h which removes
522 the crash, however I don't understand why it caused the crash!!!
523 There seem to be problems with memory usage either in callisto.cc
524 or in this class!!
525 (valgrind shows several memory leaks in the TG... classes).
526
527 * mjobs/MJCalibration.cc
528 - write display and containers also in case of failure of eventloop
529
530 * mhcalib/MHGausEvents.cc
531 - make default display window 600x600
532
533 * mcalib/MCalibrationQECamMagic.cc
534 - updated five pixels
535
536 * mpedestal/MExtractPedestal.[h,cc]
537 * mpedestal/MPedCalcPedRun.cc
538 * mpedestal/MPedCalcFromLoGain.cc
539 - included possibility for intermediate pedestal cam (not yet used)
540
541 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc
542 - initialize the bad events counters to 0 also in constructor
543 - release the limit for bad events a bit
544
545 * mcalib/MCalibrationTestCam.h
546 - take out include of TArrayI (already in base class)
547
548 * mcalib/MCalibrateData.h
549 - make default argument for SetSignalType kPhe.
550
551 * mjobs/MJCalibrateSignalFromOuside.[h,cc]
552 - removed
553
554
555
556 2005/02/08 Markus Gaug
557
558 * mhcalib/MHCalibrationCam.cc
559 * mcalib/MCalibrationChargeCalc.cc
560 - replaced GetNumExecutions()==0 condition by GetNumExecution() < 1
561
562
563
564 2005/02/08 Thomas Bretz
565
566 * mpointing/MPointingPosInterpolate.cc:
567 - use debug option in addition to switch off output from internal
568 eventloop. It is confusing having this output inside another
569 eventloop.
570 - updated missing connections in class description
571
572 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
573 - made sure that output of PostProcess fits into 80col boundary
574
575 * mimage/MHillas.cc:
576 - removed an obsolete call to TLine::Paint() in Paint.
577
578
579
580 2005/02/07 Thomas Bretz
581
582 * mbase/MFilter.cc:
583 - use paranthesis around ClassName in GetRule
584
585 * mdata/MDataFormula.h:
586 - fixed a wrong comment in variable description
587
588 * mhist/MHCamEvent.[h,cc], mhist/MHCamera.[h,cc],
589 mjobs/MJCalibrateSignal.cc,
590 mjobs/MJCalibrateSignalFromOutside.cc:
591 - to make sure there are no missunderstandings we have to
592 replace all occurances of 'Variance' by 'SqrtVariance'
593 (it was not my decision)
594
595 * mastro/MAstro.[h,cc]:
596 - added new function Angle2Coordinate
597
598 * mbase/MTaskEnv.[h,cc]:
599 - fixed a bug which caused the resource task to be ignored
600 if the default task was '<dummy>'
601
602 * mhbase/MH3.cc:
603 - fixed a bug in Paint (use GetListOfPrimitives->FindObject
604 instead of FindObject) which caused the histogram to
605 be put a lot of times into the pad.
606
607 * mjobs/MJCalib.[h,cc]:
608 - derived MJCalib from MJob in order to be able to move
609 common code from derived classes into the base-class
610 - implemented CheckEnvLocal to handle the resource 'DataType'
611 - changed publicity of some variables and functions
612 to allow setting file type from outside
613 - added new function to set data-type for use in callisto.cc
614
615 * mjobs/MJCalibTest.[h,cc], mjobs/MJCalibrateSignal.[h,cc],
616 mjobs/MJCalibration.[h,cc], mjobs/MJPedestal.[h,cc]:
617 - removed double inheritance, replaced by single inheritance
618 from MJCalib
619 - replaced code to handle the resource 'DataType' by the
620 common code in the base class
621 - put reading of reference file into a new member function
622 to make source code reading resource file simpler and to
623 be able to write a function description about it (simple
624 copy&past)
625
626 * callisto.cc:
627 - added option for file-type
628
629 * mjobs/MJOptimize.[h,cc], mjobs/MSequences.[h,cc],
630 mjobs/MJCut.[h,cc], ganymed.[cc,rc], mhflux/MHEnergyEst.[h,cc]:
631 - added to repository, but not yet to Makefile because
632 there is still some work to be done. But whoever is
633 interested in the new classes/program may already use it.
634
635 * mhflux/MAlphaFitter.[h,cc]:
636 - added option to choose the minimization value
637
638 * mhflux/MHAlpha.cc:
639 - replaced significance by minimization value
640
641 * mhflux/MHEffectiveOnTime.cc:
642 - use E-Option when fitting to improve error calculation
643 by using Minos technique
644
645
646
647 2005/02/04 Markus Gaug
648
649 * mjobs/MJCalibration.cc
650 - found a "the `impossible' happened" when running callisto with
651 a pure signal extractor --> MExtractTimeFastSpline has some
652 problems with the management of the internal arrays. Replaced it
653 by MExtractTimeHighestIntegral as default which is as good.
654
655 * callisto.rc
656 - use MExtractTimeAndChargeDigitalFilterPeakSearch as default
657 instead of MExtractTimeAndChargeDigitalFilter. This extractor is
658 now tested and checks for the positions of the pulse within the
659 DAQ-window.
660
661
662
663 2005/02/04 Thomas Bretz
664
665 * Makefile.rules:
666 - fixed creation of main MDep.d
667
668 * callisto.cc, merpp.cc, showlog.cc, showplot.cc, star.cc:
669 - added commandline option --version
670
671 * mbase/MFilter.cc:
672 - changed default for 'GetRule'
673
674 * mbase/MParContainer.cc:
675 - simplified GetNewObject
676
677 * mfbase/MF.cc:
678 - if no conditional sign is found try to create
679 MFilter-object
680
681 * mraw/MRawEvtData.cc:
682 - fixed the initialization of fABFlags in case maxid==0 which
683 is the default. This caused MRawEvtPixelIter::HasABFlag
684 to do unallowed access to memory for old root-files without
685 the AB flag, because it assumed (due to size==1) that the
686 data contains the ab flag
687
688 * mraw/MRawEvtPixelIter.[h,cc]:
689 - removed some obsolete debug comments
690 - simplified HasABFlag
691
692 * manalysis/MCerPhotPix.h:
693 - removed the `!` again. It gave problems with the Mars
694 display. We agreed that this is a minor problem because
695 the structure of MCerPhot* will chnage soon in any case.
696
697
698
699 2005/02/04 Abelardo Moralejo
700
701 * macros/starmc2.C
702 - added to output missing container MConcentration.
703
704
705
706 2005/02/03 Thomas Bretz
707
708 * mfbase/MFilterList.[h,cc]:
709 - added new function AddToList(TCollection&)
710
711 * mhbase/MFillH.cc:
712 - print a warning if 'same'-option given without
713 a corresponding existing tab
714
715 * mhflux/MHAlpha.[h,cc]:
716 - made time bins settable by user
717
718 * mfileio/MWriteRootFile.cc:
719 - fixed ReInit and a warning output when writing to memory
720
721
722
723 2005/02/03 Markus Gaug
724
725 * mcalib/MCalibColorSet.[h,cc]
726 - implement possibility to set colour explicitely (e.g. for MC).
727
728 * msignal/MExtractTimeAndChargeDigitalFilter.cc
729 - intialize fTimeShiftHiGain and fTimeShiftLoGain by default.
730
731 * mjobs/MJPedestal.cc
732 - in case, extractor is used, put the extractor into the tasklist,
733 otherwise ranges do not get initialized correctly (wrong memory
734 usage!). Use an event selector, however to not skip the Process.
735 This is as fast as before and now safe for any kind of extractor
736
737 * mcalib/MCalibrationCam.h
738 * mcalib/MCalibrationTestCam.h
739 * mcalib/MCalibrationTestCam.cc
740 - initialize a missing array in InitAverageAreas
741
742 * mraw/MRawEvtHeader.h
743 - introduced Setter() of cal. pattern for Abelardo
744
745
746
747 2005/02/02 Markus Gaug
748
749 * mcalib/MCalibrationChargeCam.cc
750 - fixed small bug in the display of mean charges when low-gain was
751 used.
752
753 * msignal/MExtractor.cc
754 - print the missing overlap between high-gain and low-gain
755 in the Print() function
756 - remove setting of fHiLoLast in PreProcess, otherwise cloned
757 extractors do not work any more with windows exceeding the
758 high-gain range.
759
760 * mhcalib/MHCalibrationTestCam.[h,cc]
761 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
762 - set proper probability limits for the fits
763
764 * mcalib/MCalibrateData.cc
765 - catch the case in which no interlaced cal. events are being sent
766 by the pulser box.
767
768 * mjobs/MJCalib.[h,cc]
769 - put the data type enum in a new base class
770
771 * mjobs/MJCalibTest.[h,cc]
772 - re-name old class MJExtractCalibTest to MJCalibTest and make it
773 compatible with the sequence-files.
774
775 * mjobs/MJExtractCalibTest.[h,cc]
776 - removed
777
778 * mjobs/MJCalibrateSignal.cc
779 - put a compiler warning about the default cal. to photo-electrons
780
781 * callisto.cc
782 - add new flag "--use-test" to enable the MJCalibTest facility
783 (default: not used)
784
785
786
787 2005/02/01 Raquel de los Reyes
788
789 * mjobs/MSequence.h
790 - Added "Get" functions for the TArrays variables.
791
792
793
794 2005/02/01 Markus Gaug
795
796 * mjobs/MJPedestal.[h,cc]
797 * mjobs/MJCalibration.[h,cc]
798 * mjobs/MJCalibrateSignal.[h,cc]
799 * callisto.rc
800 - put enum for data type. Can now set the data type (mc, raw, root)
801 without running the data check.
802
803 * mhcalib/MHCalibrationCam.cc
804 - return kTRUE in PostProcess if GetNumExecutions is 0
805
806 * mcalib/MCalibrationChargeCalc.cc
807 - return kTRUE in PostProcess if GetNumExecutions is 0
808
809
810
811 2005/02/01 Daniel Mazin
812
813 * MPointingPosInterpolate.cc:
814 - fixed bug to match the units of Ra and Decl in MPointingPos
815 - fixed bug in handling of events with times outside of times from
816 MDrive tree
817
818
819
820 2005/02/01 Thomas Bretz
821
822 * showplot.cc:
823 - another fix to make the batch mode working (you can use the batch
824 mode to convert a root-file into another format)
825
826
827
828 2005/01/31 Thomas Bretz
829
830 * mbase/MStatusDisplay.cc:
831 - fixed handling of batch mode in GetCanvas(const TString &name)
832 - don't skip already existing tabs in Display()
833
834
835
836 2005/01/31 Raquel de los Reyes
837
838 * mjobs/MSequence.h
839 - Added "Get" functions for some of the sequence.txt file
840 parameters.
841
842
843
844 2005/01/31 Markus Gaug
845
846 * mjobs/MJob.[h,cc]
847 * mjobs/MJCalibrateSignal.[h,cc]
848 * mjobs/MJCalibration.[h,cc]
849 - move file type enum to base class
850
851 * mjobs/MJCalibrateSignal.[h,cc]
852 - allow also for direct setting of an MRunIter (not used in
853 callisto).
854
855 * mcalib/MCalibrationChargeCalc.[h,cc]
856 - test also for pulser strength changes additionally to changes in
857 colour.
858
859
860
861 2005/01/31 Abelardo Moralejo
862
863 * mpointing/MSrcPosCalc.cc
864 - Create only one instance of MAstroSky2Local for the
865 transformations, instead of two identical ones, as it was before.
866
867
868
869 2005/01/30 Markus Gaug
870
871 * mjobs/MJCalibration.cc
872 * mjobs/MJPedestal.cc
873 * mjobs/calibrationref_Nov04.rc
874 * mhcalib/MHCalibrationRelTimeCam.[h,cc]
875 - updated correct display of reference lines
876
877
878
879 2005/01/29 Markus Gaug
880
881 * msignal/MExtractFixedWindowSpline.[h,cc]
882 - fixed a bug occurring with overlapping windows between high-gain
883 and low-gain
884
885 * msignal/MExtractFixedWindowPeakSearch.cc
886 - take out call to fSignals->Clear() which is already done in
887 MTaskList.
888
889 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
890 - new extractor reducing the bias and solving the problem with the
891 jumping pulse readout.
892
893
894
895 2005/01/28 Abelardo Moralejo
896
897 * mpointing/MSrcPosCalc.cc
898 - updated. Make it work as desired: obtain for each event the x,y
899 position on the camera of a source whose celestial coordinates
900 (J2000) have been set by the user in the container "MSourcePos"
901 of type MPointingPos, added to the parameter list. If the
902 container MSourcePos is not found, the center of the camera (or
903 other fixed position x,y set in the parameter list by the user -
904 in MSrcPosCam) is used as source position for all the events in
905 the loop.
906
907
908
909 2005/01/28 Thomas Bretz
910
911 * mjobs/MJCalibrateSignal.cc:
912 - fixed that extract1,2,3 haven't been deleted if loop failed.
913 - print tasklist also if loop failed.
914 - added a undefined task (MTaskEnv "FinalFantasy") as last task to
915 the event processing tasklist
916
917 * callisto.rc:
918 - added comments about "FinalFantasy" into call
919 - added comment for obsolete resources as discussed yesterday
920 evening: TimeUpperLimit
921
922 * mbase/MMath.[h,cc], manalysis/MCerPhotPix.[h,cc],
923 mpedestal/MPedPhotPix.h:
924 - replaced TruncatePrecision by ReducePrecision (its simply a better
925 name)
926
927 * mbase/MParList.cc:
928 - added a check to make 200%(!) sure that the container added
929 to the list is a MParContainer (everything else could crash
930 almost everything in Mars!)
931
932 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.[h,cc],
933 mjobs/MJPedestal.cc:
934 - simplified the code in the WriteResult functions by using
935 the new WriteContainer in MJob
936 - removed the TObjArray from the MParList! It is NOT a MParContainer
937 there are a lot of circumstance how this can crash Mars. I don't
938 know why the compiler allowed for this.
939 - unified WriteResult and WriteHists
940 - split GetOutputFile into two functions for simplification
941
942 * mjobs/MJCalibration.h:
943 - copy the extractorcam name when copying the contents
944
945 * mjobs/MJob.[h,cc]:
946 - new member function WriteContainer to simplify code in derived
947 classes
948
949 * mpointing/MSrcPosCalc.[h,cc]
950 - fixed the header according to Abelardo's changes
951 - added the initialization of the pointers to the constructor
952
953
954
955 2005/01/28 Markus Gaug
956
957 * msignal/MExtractTimeAndChargeDigitalFilter.cc
958 - introduce a security check for the time fine adjustment in case,
959 it is too large.
960
961 * mcalib/MCalibConstCam.[h,cc]
962 * mcalib/MCalibConstPix.h
963 - new classes to allow display of changing cal. constants with the
964 interlaced cal. events
965
966 * mcalib/MCalibrationChargeCalc.cc
967 - removed stopping of PostProcess in case that the evtloop is
968 finished with interlaced cal. events
969
970 * mcalib/MCalibrateData.[h,cc]
971 - fill MCalibConstCam with update results (once per calib. consts
972 update == every 10 sec.)
973 - introduce check for size of calibration constant. In case, it is
974 completetly out of range, set the MBadPixelsPix::IsUnsuitableRun
975
976 * mjobs/MJCalibrateSignal.cc:
977 - display one MHCamera more with changing conv. factors (only for
978 interlaced cal. events)
979
980 * mpedestal/MPedCalcFromLoGain.cc
981 - set default for MExtractWinFirst from 15 to 17 because of the
982 late cosmics signals in December
983
984
985 2005/01/28 Abelardo Moralejo
986
987 * mtemp/mpadova/macros/trainsubsample.C
988 - added # of events to be written in the output (instead of
989 fraction of total). Moved MSrcPosCam in output from RunHeaders
990 to Events tree.
991
992
993
994 2005/01/27 Daniel Mazin and Markus Gaug
995
996 * mcalib/MCalibrateData.[h,cc]
997 - derive this class from MCamEvent in order to be able to display
998 evolution of conversion factors in case of interlaced cal.
999 events
1000
1001 * mpointing/MInterpolatePointingPos.[h,cc]
1002 - new class to interpolate pointing positions, adapted from a class
1003 by Marcos Lopez
1004
1005 * mjobs/MJCalibrateSignal.[h,cc]
1006 - enabled the calibration of data with interlaced calibration events
1007
1008 * msignal/MArrivalTime.[h,cc]
1009 * mcalib/MCalibrateRelTime.cc
1010 - removed Error of calibrated arrival time, as agreed on the last
1011 software calibration meeting yesterday
1012
1013 * mjobs/MJCalibrateSignal.cc
1014 - add display to show histogramming of conversion factors
1015 - modify default calibration to equiv. photo-electrons
1016 - allow for setting of MC, Raw or Root-file type in callisto.rc
1017
1018 * callisto.rc
1019 - updated conf. file
1020
1021
1022 2005/01/27 Thomas Bretz
1023
1024 * callisto.cc:
1025 - don't display starting pedestals when calibrating the signal
1026
1027 * callisto.rc:
1028 - added some comments
1029
1030 * star.rc:
1031 - according to Daniel M. we have agreed to change the default
1032 cleaning level to adapt it roughly to the new pedestal
1033
1034 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
1035 - as agreed in the current calibration meeting we truncate the
1036 precision of the stored floating point values to roughly 0.5%
1037 to gain storage space in the calibrated data (the gzip
1038 algorithm compresses this stuff nicely - we gain roughly 15%)
1039
1040 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
1041 - added a comment
1042
1043 * mjobs/MJCalibrateSignal.cc:
1044 - changed title of unsuitable plot
1045 - removed plot for calibrated fundamental pedestal as agreed in the
1046 current calibration meeting (we may change this to an option)
1047
1048 * mjobs/MJPedestal.[h,cc]:
1049 - changed the name of the "PedDiff" plot to be consistent with the
1050 other tab-name
1051 - changed the options for the display
1052 - removed the dependancy of fDisplayType and the SetDataCheck
1053 option
1054 - added option kDisplayNone
1055 - renamed enums from k*Display to kDisplay*
1056
1057 * mhist/MHCamEvent.cc:
1058 - trying to get rid of the Err_%p workaround.
1059
1060 * manalysis/MCerPhotEvt.[h,cc]:
1061 - added some '!' signs in the comment line. This is quick hack
1062 to gain I/O speed and storage space. We will soon have new
1063 containers for the calibrated data and image cleaning
1064 information.
1065 - changed version number to 6
1066
1067 * mhist/MHCamera.cc:
1068 - added member function SetAllUsed
1069
1070
1071
1072 2005/01/26 Abelardo Moralejo
1073
1074 * macros/mccalibrate.C
1075 - removed creation and writing out of MSrcPosCam. It is more
1076 flexible to add it in starmc2.C if needed (for wobble mode for
1077 instance).
1078
1079 * mtemp/mpadova/macros/RanForestDISP.C
1080 - added possibility to set the number of hadrons read in for the
1081 training. Added some missing containers to output.
1082 - Fixed rule concerning the DISP, by adding parentheses. Remember
1083 that MHMatrix::AddColumn does not respect the usual precedence
1084 of operations!
1085
1086 * mtemp/mpadova/macros/resize.C
1087 - added to output missing container MRawEvtHeader
1088
1089 * macros/starmc2.C
1090 - added missing container MImagePar. Added possibility to set the
1091 source position on the camera (for the wobble mode).
1092
1093
1094
1095 2005/01/25 Abelardo Moralejo
1096
1097 * macros/starmc2.C
1098 - modified to allow double (train / test) output, for g/h
1099 separation studies. Added several missing containers to output.
1100
1101
1102
1103 2005/01/25 Thomas Bretz
1104
1105 * mcalib/MCalibrationIntensityChargeCam.cc:
1106 - fixed a lot of 'default argument'-warnings to make to code
1107 compile
1108
1109 * mbase/MParContainer.[h,cc]:
1110 - moved the empty Reset() function into the source file and
1111 added a lot of comments
1112 - implemented new helper-functions: GetNewObject
1113
1114 * mbase/MContinue.[h,cc]:
1115 - allow to use MFilter-classes as filter in ReadEnv
1116
1117 * mbase/MTaskEnv.cc:
1118 - replaced some code by GetNewObject
1119
1120 * mhbase/MFillH.cc:
1121 - handle DrawOption "same" to be able to draw to the same pad
1122
1123 * mhbase/MH.[h,cc]:
1124 - added same-argument to DrawSame
1125
1126 * mhbase/MH3.cc:
1127 - removed some obsolete comments
1128 - remove own drawing options before calling fHist->Draw
1129
1130 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
1131 - first try of implementing 'same' drawing option
1132
1133
1134
1135 2005/01/25 Markus Gaug
1136
1137 * mcalib/MCalibrationPattern.[h,cc]
1138 * mcalib/MCalibrationPatternDecode.[h,cc]
1139 - New Decoder task for the calibration pattern from the
1140 digital modules
1141
1142 * mraw/MRawEvtHeader.[h,cc]
1143 - remove decoding from this class
1144
1145 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
1146 - remove, because one needs anyhow much more than one data file
1147 to get a reasonable conversion factor
1148
1149 * mcalib/MCalibCalcFromPast.[h,cc]
1150 - remove MCalibrationIntensityHiLoCam
1151
1152 * mbadpixels/MBadPixelsPix.h
1153 * mbadpixels/MBadPixelsCam.cc
1154 - changed one function name to GetUnsuitableCalLevel()
1155
1156 * mjobs/MJCalibration.cc
1157 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
1158 "FADC slices" by "FADC sl.", otherwise they range out of the
1159 canvas.
1160
1161 * mcalib/MCalibrationChargeCalc.cc
1162 - ensure to set the color correctly in MCalibrationBlindCam
1163
1164 * callisto.rc
1165 - put space for
1166 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
1167 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
1168
1169
1170 2005/01/24 Abelardo Moralejo
1171
1172 * manalysis/MMcCalibrationUpdate.cc
1173 - Adapted to changes in MCalibrateData from 2005/01/16: moved
1174 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
1175 this, for the last week you may have found trouble running
1176 starmc.C and mccalibrate.C.
1177
1178
1179
1180 2005/01/24 Thomas Bretz
1181
1182 * callisto.cc:
1183 - removed non-existing option from output
1184
1185 * manalysis/MEnergyEstimate.[h,cc]:
1186 - added ReadEnv member function
1187
1188 * mbase/MContinue.[h,cc]:
1189 - implementes AllowEmpty option to support doing nothing
1190 defined in resource file
1191 - added a first draft to allow usage of class-filters instead of
1192 rules
1193
1194 * mbase/MMath.[h,cc]:
1195 - implemented a function suggested by Florian Goebel which reduces
1196 the precision of a float to ~0.5% which is usefull for data
1197 compression by gzip
1198
1199 * mdata/MDataChain.[h,cc]:
1200 - implemented ReadEnv member function
1201
1202 * mfbase/MF.cc:
1203 - a small enhancement to the output in ReadEnv
1204
1205 * mhbase/MH3.cc:
1206 - fixed call to FindObject in Paint which caused a profile to be
1207 displayed incorrectly in case it was read from a file
1208
1209 * mhflux/MHFalseSource.[h,cc]:
1210 - removed old obsolete unsused Significance functions
1211 - implemented ReadEnv member function
1212 - set false source binning only if BinningFalseSource is not default
1213 - check parlist for BinningAlpha
1214
1215 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
1216 mjobs/MJPedestal.cc:
1217 - added an additional check and output if output-file could
1218 not be opened
1219
1220 * mjobs/MJob.h:
1221 - added some Getter
1222
1223 * mhbase/MBinning.[h,cc].
1224 - added nen member functions
1225 + SetEdgesRaw
1226 + ReadEnv
1227 + Print
1228
1229 * mhflux/MAlphaFitter.[h,cc]:
1230 - added new member function ReadEnv
1231
1232 * mhflux/MHAlpha.cc:
1233 - fixed a problem when fitting without off-data
1234
1235 * mbase/MStatusDisplay.cc:
1236 - implemented a further fix in DrawClonePad to make sure
1237 that the X-stuff doesn't get confused while still
1238 GetDrawOption returns the correct value
1239
1240
1241
1242 2005/01/24 Markus Gaug
1243
1244 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1245 - introduced security check for the times fine-tuning to catch
1246 outliers because of deviating pulse forms.
1247
1248 * msignal/MExtractTime.cc
1249 * msignal/MExtractor.cc
1250 - lowered default high-gain saturation limit to 250
1251 - removed Clear() for two results containers at beginning of Process()
1252
1253 * msignal/MExtractor.h
1254 - Take fHiLoLast into the Clone()
1255
1256 * msignal/MExtractedSignalPix.cc
1257 - change sign of default initializer to negative.
1258
1259
1260
1261 2005/01/23 Markus Gaug
1262
1263 * mhcalib/MHCalibrationHiLoCam.[h,cc]
1264 - updated to new logain switch setting in MExtractTimeAndCharge
1265 - extract also high-gain vs. low-gain time difference
1266
1267 * mhcalib/MHCalibrationCam.[h,cc]
1268 * mhcalib/MHCalibrationChargeCam.[h,cc]
1269 - updated reading of conf. values in ReadEnv
1270
1271 * mhcalib/MCalibrationHiLoCam.[h,cc]
1272 * mhcalib/MCalibrationHiLoPix.[h,cc]
1273 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
1274 - updated accordingly
1275
1276 * mbadpixels/MBadPixelsCam.cc
1277 - removed some bugs in the Print() function
1278
1279
1280
1281 2005/01/22 Markus Gaug
1282
1283 * mhcalib/MHCalibrationRelTimeCam.cc
1284 - display in the averaged times display the event-by-event averaged
1285 absolute arrival times instead of the rel. ones which do not make
1286 much sense.
1287
1288 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
1289 * mhcalib/MHCalibrationTestCam.[h,cc]
1290 - update to the latest changes in analysis chain.
1291
1292 * mjobs/MJExtractCalibTest.[h,cc]
1293 - update to the latest changes in analysis chain.
1294
1295 * mjobs/MJCalibration.cc
1296 - replace title of that times-averageing Tab from "RelTimes" by
1297 "Times".
1298
1299 * macros/calibration.C
1300 - update to changes in MJExtractCalibTest
1301
1302
1303
1304 2005/01/21 Markus Gaug
1305
1306 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1307 * msignal/MExtractTimeAndChargeSlidingWindow.cc
1308 * msignal/MExtractTimeAndChargeSpline.cc
1309 - use the max. bin content for low-gain extraction
1310
1311 * callisto.rc
1312 - add place for LoGainSwitch
1313
1314
1315
1316 2005/01/21 Florian Goebel
1317
1318 * mfbase/MF.cc:
1319 - include a (TString) cast to make it compilable with gcc2.95.3
1320
1321
1322
1323 2005/01/21 Thomas Bretz
1324
1325 * mpointing/MSrcPosFromModel.cc:
1326 - fixed crash in Process if no pointing model available
1327
1328 * mpointing/MPointingPosCalc.h:
1329 - added missing initialization of data members
1330
1331 * mastro/MObservatory.[h,cc]:
1332 - added ReadEnv member function
1333
1334 * mbase/MTaskEnv.h:
1335 - added (=0) default to SetDefault
1336
1337
1338
1339 2005/01/20 Markus Gaug
1340
1341 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
1342 - added function to display fluctuations of a variable
1343
1344 * mcalib/MCalibrationPix.cc
1345 - fixed small bug in High-gain mean error.
1346
1347 * msignal/MExtractTimeAndCharge.[h,cc]
1348 - introduced high-gain maximum limit before extracting the low-gain
1349
1350
1351
1352 2005/01/20 Thomas Bretz
1353
1354 * mbase/MContinue.[h,cc]:
1355 - added ReadEnv member function to support resource files
1356
1357 * mbase/MEvtLoop.[h,cc]:
1358 - added a second arguemtn to reading of the resource file by name
1359 - added some checks when reding the resource file and the
1360 parameter list hasn't been setup
1361
1362 * mbase/MParList.cc:
1363 - removed an obsolete output from ReadEnv
1364
1365 * mfbase/MF.[h,cc]:
1366 - added ReadEnv member function to support resource files
1367 - added kAllowEpty flag to support skipping by resource files
1368
1369 * mfbase/MFilterList.cc:
1370 - added a comment
1371
1372 * mbase/MStatusDisplay.[h,cc]:
1373 - fixed Write to be compatible with root 4.02/00
1374 - worked around a problem with reading the DrawOption correctly
1375 from a stored status display
1376
1377
1378
1379 2005/01/19 Thomas Bretz
1380
1381 * mbase/MMath.cc:
1382 - added a comment to SignificanceLiMa, made by Daniel Mazin
1383 - also check for b==0
1384
1385 * mhflux/MAlphaFitter.[h,cc]:
1386 - fixed significance calculation in case of on-off data
1387 - added fScaleFactor
1388
1389 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
1390 - handle scale factor in case of on-off observations
1391
1392 * mjobs/MJPedestal.cc:
1393 - aligned screen output to 80col rule
1394
1395 * mtrigger/MFTriggerPattern.[h,cc]:
1396 - assigned correct integers to enum
1397 - made sure that the enum is correctly handled in all function by
1398 applying a r-value to the condition
1399
1400
1401
1402 2005/01/19 Abelardo Moralejo
1403
1404 * mtrigger/MFTriggerPattern.[cc,h]
1405 - Changed Bool_t arguments of all setters to new type Prescale_t
1406 defined by N. Galante (see below)
1407
1408
1409
1410 2005/01/19 Nicola Galante
1411
1412 * mtrigger/MFTriggerPattern.[cc,h]
1413 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
1414 kPrescaled = kTRUE };
1415
1416 - fixed a bug in Process, both fMaskRequiredUnprescaled and
1417 fMaskRequiredPrescaled are checked simultaneously.
1418
1419
1420
1421 2005/01/18 Markus Gaug
1422
1423 * mcalib/MCalibColorSet.cc
1424 - fixed the remaining day of data without colour in project name
1425 neither in digital modules bits.
1426
1427 * mpedestal/MPedCalcPedRun.[h,cc]
1428 - catch the continuous light runs with MRawRunHeader::fRunType
1429 == kRTCalibration to be recognized as effective pedestal runs.
1430
1431
1432 2005/01/18 Thomas Bretz
1433
1434 * mbase/MMath.cc:
1435 - added a check for s==0 in SignificanceLiMa, because otherwise the
1436 result is NaN
1437
1438 * mfbase/MF.cc:
1439 - removed an obsolete debugging output from the latest changes
1440
1441 * mhflux/MHAlpha.cc:
1442 - reset fHTime, too
1443
1444
1445
1446 2005/01/18 Nicola Galante
1447
1448 * mtrigger/MFTriggerPattern.cc:
1449 - added parentesis to ensure bitwise operators priority
1450 with respect to logical operators.
1451
1452
1453 2005/01/17 Thomas Bretz
1454
1455 * manalysis/MEnergyEstimate.[h,cc]:
1456 - changed to be more general. Energy is now estimated from a rule
1457 (MDataChain) The default behaviour is still the same as before
1458 to copy the energy from MMcEvt
1459
1460 * mbase/MTask.cc:
1461 - changed to write out the descriptor istead of the task-name only
1462 in Pre/PostProcess
1463
1464 * mhbase/MH.cc:
1465 - initialize fSerialNumber and fNumExecutions in constructor
1466
1467 * mhflux/MHFalseSource.cc:
1468 - according to a suggestion by Markus Mayer I have changed
1469 \\sigma_{max}=f to S_{max}=f\\sigma
1470
1471 * mjobs/MJCalibrateSignal.cc:
1472 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
1473 call.
1474
1475 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
1476 mtrigger/MTriggerPatternDecode.cc:
1477 - added some comment about file version
1478
1479 * mbase/MFilter.h:
1480 - implemented new virtual function GetDataMember like in MData
1481
1482 * mbase/MTask.[h,cc]:
1483 - when filter is added ass GetDataMember to branch list (should be
1484 obsolete, because filter is in the tasklist, but it should not hurt)
1485
1486 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
1487 mfbase/MFilterList.[h,cc]:
1488 - implemented new function GetDataMember
1489
1490
1491
1492 2005/01/17 Markus Gaug
1493
1494 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1495 - remove a situation where the high-gain signal can be 0.
1496
1497 * mtrigger/MTriggerPattern.h
1498 - fixed a bug in defining the trigger bit pattern (Have to start
1499 from 0 instead of 1)
1500
1501 * mjobs/MJPedestal.cc
1502 * mjobs/MJCalibrateSignal.cc
1503 - fixed default extraction ranges.
1504
1505 * callisto.rc
1506 - fixed default weights files for pedestal extraction for cosmcis
1507
1508 * mcalib/MCalibrationChargeCalc.cc
1509 - removed program exit on occurrance of multiple colours without
1510 intensity calibration
1511
1512
1513
1514 2005/01/17 Nadia Tonello and Markus Gaug
1515
1516 * mcalib/MCalibrationChargeCam.cc
1517 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
1518
1519
1520
1521 2005/01/16 Markus Gaug
1522
1523 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
1524 mhcalib/MHCalibrationChargeCam.[h,cc]
1525 - put overflow management and results camera initialization into
1526 base class
1527
1528 * mcalib/MCalibrateData.[h,cc]
1529 - added possibility to re-normalize signal to equiv. photo-electrons
1530 ( SetSignalType(MCalibrateData::kPhe) ).
1531 Default is old version in photons
1532 - speed up Process by storing pre-calculated calibration constants
1533 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
1534 - added new pointer to different MCalibrationChargeCam used for
1535 updates
1536 - added possibility to update the conversion factors using the
1537 MCalibrationChargeCam stored in fCalibUpdate.
1538 - added Print() function
1539
1540 * mcalib/MCalibCalcFromPast.[h,cc]
1541 - committed final version, now also in the Makefile
1542
1543 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
1544 - committed final version, now able to calibrate interlaced cal.
1545 events.
1546
1547
1548
1549 2005/01/14 Hendrik Bartko
1550
1551 * msignal/calibration_weights_UV.dat
1552 - fixed a small bug in the noise autocorrelation of the AB-noise
1553
1554 * msignal/calibration_weights_blue.dat
1555 - new weights file for blue calibration pulses
1556
1557 * cosmics_weights.dat
1558 - fixed a small bug in the noise autocorrelation of the AB-noise
1559
1560
1561
1562 2005/01/14 Markus Gaug
1563
1564 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1565 - added a small acceleration of the program, tested by Hendrik and
1566 me.
1567
1568 * mpedestal/MPedCalcFromLoGain.cc
1569 - fixed one warning output which was not a real warning.
1570
1571 * mcalib/MCalibrationChargeCam.cc
1572 - improved the function to calculate a mean conversion factor over
1573 the whole camera including a fit to the values.
1574
1575 * mpedestal/MPedCalcPedRun.[h,cc]
1576 - undo some changes introduced by TB on 2/12/04 which had made the
1577 use of interlaced pedestal events impossible again.
1578 - Use now the new class MTriggerPattern directly to recognize an
1579 interlaced pedestal event.
1580
1581
1582
1583 2005/01/14 Thomas Bretz
1584
1585 * callisto.cc:
1586 - fixed a typo in output
1587
1588 * manalysis/MGeomApply.cc:
1589 - removed some old code already in comments
1590 - added possibility to switch off automatic processing (used
1591 if two different geometries around)
1592
1593 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
1594 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
1595 mtools/MSimulatedAnnealing.h:
1596 - added include of TVector because in newer root version it is
1597 not included from TMatrix anymore
1598
1599 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
1600 - to stick to the convention of TMath in newer root versions MMath
1601 changed from a class to a namespace
1602
1603 * mbase/MEvtLoop.[h,cc]:
1604 - to support newer root version added a second Write-function
1605 with a const qualifier.
1606
1607 * mdata/MDataChain.cc:
1608 - changed access to TMath for newer root versions
1609
1610 * mfileio/MChain.[h,cc]:
1611 - implemented a workaround for teh changed LoadTree definition
1612 in newer root-versions
1613
1614 * mfileio/MReadTree.cc:
1615 - fixed a bug in CheckBranchSize caused some warning to be
1616 displayed
1617
1618 * mhflux/MHAlpha.cc:
1619 - removed check for fResult in PostProcess (it is always there)
1620
1621 * msignal/MExtractTimeFastSpline.cc:
1622 - fixed delete --> delete[]
1623
1624 * mbadpixels/MBadPixelsCalc.cc:
1625 - slight change to some output
1626
1627 * mbase/MTaskEnv.h:
1628 - set name of default task when pointer is given
1629
1630 * mjobs/MJCalibrateSignal.cc:
1631 - fixed handling of extraction range for various cases
1632 - fixed handling in case no arrival times are calculated
1633
1634 * mjobs/MJCalibration.cc:
1635 - write at least a default arrival time calibration container
1636 to make further processing easier
1637
1638 * mjobs/MJPedestal.[h,cc]:
1639 - fixed handling of extraction range for various cases
1640
1641
1642
1643 2005/01/14 Abelardo Moralejo
1644
1645 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
1646 - added. Two macros used in the analysis of real wobble mode data.
1647
1648
1649
1650 2005/01/14 Daniela Dorner
1651
1652 * macros/sql/filldotrun.C
1653 - added new arehucas-verions and changed code accordingly
1654
1655
1656
1657 2005/01/13 Abelardo Moralejo
1658
1659 * macros/starmc.C
1660 - Added (commented) lines for the case of gamma MC source off-axis
1661 (wobble mode). Changed default extractor to
1662 MExtractFixedWindowPeakSearch.
1663
1664
1665
1666 2005/01/13 Raquel de los Reyes
1667
1668 * callisto.rc
1669 - introduced several configuration lines
1670 (format: "class".DataCheck: No) to allow callisto
1671 to run with rawfiles. Necessary for the datacheck.
1672
1673
1674
1675 2005/01/13 Markus Gaug
1676
1677 * mcalib/MCalibColorSet.cc
1678 - fixed runs 45605-45609
1679
1680 * msignal/MExtractor.h
1681 - take out the variable fHiLoLast from the streamer. Will be
1682 initialized in the ReInit(), if needed
1683
1684 * msignal/MExtractor.cc
1685 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
1686 the same extractor may have that variable set to a certain
1687 value, even if not desired. The ReInit() fixes fHiLoLast, if
1688 different from 0.
1689
1690 * mpedestal/MExtractPedestal.cc
1691 * mpedestal/MPedCalcPedRun.cc
1692 * mpedestal/MPedCalcFromLoGain.cc
1693 - fix the output of the print to the correct value for the case
1694 that the extractor is used.
1695
1696
1697 2005/01/13 Thomas Bretz
1698
1699 * callisto.rc:
1700 - fixed some typos
1701
1702 * mbase/MLog.cc:
1703 - unset DEBUG defined unintentionally
1704
1705 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1706 - removed printing Weights in InitArrays, because otherwise
1707 the output of a full data calibration is totally crowded
1708 with numbers. Having the weights-file name on the display
1709 is perfectly enough.
1710
1711
1712
1713 2005/01/12 Markus Gaug
1714
1715 * mcalib/MCalibrationIntensityRelTimeCam.cc
1716 - added fit to improve averageing of the obtained results
1717
1718
1719
1720 2005/01/12 Thomas Bretz
1721
1722 * manalysis/MMatrixLoop.cc:
1723 - changed name to MRead because it now derives from MRead
1724
1725 * mbase/MEvtLoop.[h,cc]:
1726 - implemented an option not to cascade the status display to the
1727 parameter list in PreProcess
1728
1729 * mhflux/MHAlpha.cc:
1730 - changed name of "Significance" to "MinimizationValue"
1731 - return -significance to have a value being minimized
1732
1733 * mhist/MHCamera.cc:
1734 - fixed output of text in legend
1735
1736 * mhist/MHEvent.[h,cc]:
1737 - implemented new options for calibrated pedestals
1738
1739 * mmain/MEventDisplay.cc:
1740 - fixed to support latest changes in MJCalibrateSignal
1741
1742 * mpedestal/MPedPhotCam.cc:
1743 - added new options in GetPixelContent (4 and 5) to support
1744 a correct camera display
1745
1746 * mjobs/MJCalibrateSignal.cc:
1747 - fixed display of calibrated pedestal and pedestal rms
1748 - changed order of plots. Now all interpolated values
1749 (means all calibrated values which are bad-pixel treated)
1750 are displayed behind the unsuitable pixels.
1751
1752 * mjobs/MJ*.cc:
1753 - corrected all wrong %06d to %08d to fit the number of
1754 digits in run-numbers
1755
1756
1757
1758 2005/01/11 Abelardo Moralejo
1759
1760 * mjobs/Makefile
1761 - added missing include -I ../mtrigger
1762
1763
1764
1765 2005/01/11 Thomas Bretz
1766
1767 * callisto.cc, callisto.rc:
1768 - changed such, that all three kinds of pedestals are calcualted
1769 (usefull for studies)
1770
1771 * manalysis/MMatrixLoop.[h,cc]:
1772 - derived from MRead
1773 - implemented some basic functions from MRead
1774
1775 * mfilter/MFCosmics.[h,cc]:
1776 - allow setting of name of MPedestalCam
1777
1778 * mhbase/MBinning.[h,cc]:
1779 - added SetEdges taking MParList as input
1780
1781 * mhflux/MHAlpha.cc:
1782 - use new function from MBinning
1783
1784 * mjobs/MJCalibrateSignal.[h,cc]:
1785 - changed to calculate all three kinds of pedestals
1786 - added filters for trigger pattern and illuminated events
1787
1788 * mjobs/MJPedestal.cc:
1789 - give different names to tabs with different pedestals
1790
1791 * mjobs/MJStar.cc:
1792 - on request changed used pedestal from "FromExtractor" to
1793 "FromExtractorRndm"
1794
1795 * mtrigger/MTriggerPattern.h:
1796 - added Reset function
1797
1798 * mtrigger/MTriggerPatternDecode.[h,cc]:
1799 - added using file format version number
1800
1801
1802
1803 2005/01/11 Markus Gaug
1804
1805 * mbadpixels/MBadPixelsPix.cc
1806 - updated documentation
1807
1808 * mcalib/MCalibrationChargeCalc.cc
1809 - make pixels with deviating number of phes unreliable instead of
1810 unsuitable (this was already thought so, but missed to modify
1811 at one place).
1812
1813 * mhcalib/MHCalibrationCam.[h,cc]
1814 - add possible flag 'kInterlaced': default: kFALSE (like before)
1815 - added pointer to MRawEvtHeader to deny cosmics events in case
1816 of 'interlaced' flag is set. No changes for 'normal' calibration
1817
1818
1819
1820 2005/01/10 Benjamin Riegel
1821
1822 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
1823 - added two classes for implementing starguider-data
1824
1825 * mreport/ReportLinkDef.h
1826 - added class MReportStarguider to be linked:
1827 #pragma link C++ class MReportStarguider+;
1828
1829 * mreport/Makefile
1830 - added file MReportStarguider.cc
1831
1832 * merpp.cc
1833 - added two containers ( MReportStarguider, MTimeStarguider ) and
1834 added MReportStarguider to the list:
1835 w->AddContainer("MReportStarguider", "Starguider");
1836 w->AddContainer("MTimeStarguider", "Starguider");
1837 r->AddToList("MReportStarguider");
1838
1839
1840
1841 2005/01/10 Markus Gaug
1842
1843 * mcalib/MCalibColorSet.cc
1844 - return kFALSE for CL-run instead of kTRUE
1845
1846 * mcalib/MCalibrationChargeCalc.cc
1847 - stop program in case that multiple colours are found in same file
1848 without intensity calibration
1849
1850 * mbadpixels/MBadPixelsPix.h
1851 - added two new possible UnCalibrated_t flags for the hi-lo
1852 calibration
1853
1854 * macros/calibration.C
1855 - add the calls to:
1856 MArray::Class()->IgnoreTObjectStreamer();
1857 MParContainer::Class()->IgnoreTObjectStreamer();
1858 in main.
1859
1860 * msignal/MExtractor.h
1861 - added Getter for fOffsetLoGain (was still missing)
1862
1863 * mhcalib/MHCalibrationChargeCam.[h,cc]
1864 - remove pixels with histogram overflow only if their percentage
1865 passes a certain limit (default: 0.5%). Before, every overflow
1866 lead to an unsuitable pixel.
1867
1868 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
1869 - implemented changes suggested by T.B. to speed up calculations
1870 - take fNameWeightsFile into the streamer, otherwise the Clone()
1871 will always create an extractor with cosmic's weights.
1872 - set fOffsetLoGain to a slighly higher value. The DF seems to
1873 have a different offset since it uses different pulse shapes
1874 and thus sightly different time definitions.
1875
1876
1877
1878 2005/01/10 Thomas Bretz
1879
1880 * mhvstime/MHVsTime.cc:
1881 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
1882
1883 * callisto.cc:
1884 - changed such, that the calculated pedestal is not random
1885 anymore
1886 - added code to calculate the pedestal also with randomization,
1887 but this code is for the moment commented out.
1888
1889 * callisto.rc:
1890 - fixed naming of pedestal calculation
1891
1892 * mbadpixels/MBadPixelsCalc.cc:
1893 - added a second check which compares the pedestal rms with
1894 the variance of the pedestal rms in the same sector
1895
1896 * mjobs/MJCalibrateSignal.[h,cc]:
1897 - changed to calculate the pedestal from extractor without
1898 randomization
1899 - added code to calculate the pedestal also with randomization,
1900 but this code is for the moment commented out.
1901
1902 * mjobs/MJCalibration.cc:
1903 - made sure that pedcam always has the correct name
1904 (FIXME? Print a warning if it has the wrong name)
1905
1906 * mjobs/MJPedestal.[h,cc]:
1907 - changed such, that it allows the calculation of pedestals
1908 in three different ways (fundamental, fromextractor,
1909 fromextractorrndm)
1910 - therefor removed SetExtractorResolution and added
1911 + void SetExtractionFundamental()
1912 + void SetExtractionWithExtractorRndm()
1913 + void SetExtractionWithExtractor()
1914
1915 * mjobs/MJStar.cc:
1916 - changed/fixed the input name of the MPedPhotCam used in the
1917 image cleaning
1918
1919 * mraw/MRawFileRead.[h,cc]:
1920 - changed return type of OpenNextFile
1921 - in some cases return kERROR in OpenNextFile to abort the Processing
1922 with an error
1923
1924 * mraw/MRawRunHeader.cc:
1925 - call a wrong file format version ERROR now
1926
1927 * mhflux/MAlphaFitter.[h,cc]:
1928 - make sure that resetted values are returned if fit failed
1929 - set default scaling too kOffRegion
1930
1931 * mhflux/MHAlpha.cc:
1932 - some small fixes to handling of MHAlphaOff
1933
1934 * mhflux/MHFalseSource.[h,cc]:
1935 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
1936 - updated display accordingly
1937 - updated fit accordingly
1938 - removed catalog temporarily from plots until I found the
1939 reason for the strange crashes
1940
1941 * mbadpixels/MBadPixelCalc.[h,cc]:
1942 - implemented the possibility to check the pedestal rms against the
1943 variance of the pedstal rms, too. The option is curretly switched
1944 off.
1945 - enahanced informal output in PreProcess
1946
1947 * mbase/MTaskList.cc:
1948 - a little change to some output
1949
1950
1951
1952 2005/01/10 Wolfgang Wittek
1953
1954 * mfbase/MFEventSelector2.cc
1955 - check whether filter exists before calling
1956 filter->CallPreProcess(parlist)
1957
1958
1959
1960 2005/01/08 Markus Gaug
1961
1962 * mhcalib/MHCalibrationHiLoCam.[h,cc]
1963 * mcalib/MCalibrationHiLoCam.[h,cc]
1964 * mcalib/MCalibrationHiLoPix.[h,cc]
1965 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
1966 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
1967 mcalib/CalibLinkDef.h
1968 - new classes for calibration of conversion high-gain vs. low-gain
1969
1970 * msignal/MExtractedSignalPix.[h,cc]
1971 - added data member fChisquare, set to -1. by Clear() and Reset()
1972 - raised version number by 1
1973
1974 * msignal/MExtractedSignalCam.[h,cc]
1975 - added data member fNdf, set to -1 by default
1976 - new function: GetProb(const Int_t pixidx) to be called to
1977 calculate the joint probability of Chisquare of pixel "pixidx"
1978 and fNdf
1979 - added documentation of data members
1980 - raised version number by 1
1981
1982 * mhcalib/MHCalibrationChargeCam.cc
1983 - strengthened default histogram limits a bit, should accelerate
1984 the calibration by 20%.
1985
1986 * mjobs/MJCalibrateSignalFromOutside.cc
1987 - fixed two lines to compile MCalibrateData with the recent changes
1988 by TB
1989
1990 * msignal/MExtractTimeAndChargeDigitalFilter.cc
1991 - fixed two bugs introduced yesterday by TB.
1992
1993 * msignal/MExtractTimeAndChargeSpline.cc
1994 * msignal/MExtractTimeAndChargeSlidingWindow.cc
1995 - adopt part of TB's speed accelerations into these classes
1996
1997 * msignal/MExtractTimeAndCharge.cc
1998 - fix the low-gain extraction window for the case that the high-gain
1999 is saturated. Was skipped so far.
2000
2001
2002
2003 2005/01/07 Markus Gaug
2004
2005 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
2006 - catch the case that more than 90% of the pixels have saturated
2007 signals and fix the extraction window from the occurrance of
2008 saturation, then. Important for high-intensity calibration events.
2009
2010
2011 * msignal/MExtractor.cc
2012 * msignal/MExtractTime.cc
2013 * msignal/MExtractTimeAndCharge.cc
2014 - added some documentation
2015
2016 * msignal/MExtractTime.[h,cc]
2017 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
2018 the header-file.
2019
2020
2021
2022
2023 2005/01/07 Abelardo Moralejo
2024
2025 * mbase/MLog.h
2026 - Added #include "TSystem.h", otherwise gSystem is not recognized
2027 in Mac OSX.
2028
2029 * manalysis/MMakePadHistograms.cc
2030 - Changed badcalc.SetNamePedPhotContainer to
2031 badcalc.SetNamePedPhotCam
2032
2033
2034
2035 2005/01/07 Thomas Bretz
2036
2037 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
2038 - replaced PedPhotContainer by PedPhotCam for consistency
2039
2040 * mbase/MLog.[h,cc]:
2041 - return *this in Seperator()
2042
2043 * mbase/MPrint.[h,cc]:
2044 - use new separator manipulator in PreProcess
2045 - fixed a type: separator instead of seperator
2046
2047 * mfileio/MReadTree.[h,cc]:
2048 - added a check for branch->IsAutoDelete() in Notify()
2049
2050 * mpedestal/MExtractPedestal.[h,cc]:
2051 - added new option 'fRandomCalculation' be used to switch on-/off-
2052 randomization in extractors, the default should be like before
2053 - added Process() calling Calc()
2054
2055 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
2056 - renamed Process() to Calc()
2057
2058 * Makefile:
2059 - removed macros/calibration.C, which seems to have been
2060 unintantionally introduced.
2061
2062 * manalysis/Makefile:
2063 - removed unintantionally introduced wrong include
2064
2065 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
2066 - a small acceleration discussed with Hendrik by replacing a
2067 counter in a loop by pointer arithmetics
2068
2069 * mraw/MRawEvtPixelIter.cc:
2070 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
2071 read one byte behind the end of the array
2072 - fixed HasLoGain() which really did weired things, means accessing
2073 sometimes memory somewhere. This could theoretically result
2074 in assigning the wrong lo-gains to the wrong pixels.
2075
2076 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
2077 mtrigger/MFTriggerPattern.[h,cc]:
2078 - added
2079
2080 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
2081 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
2082
2083 * manalysis/MEnergyEstParam.h:
2084 - added a new function SetVariables calling SetCoeff
2085
2086 * mcalib/MCalibrateData.[h,cc]:
2087 - removed data members for container names
2088 - added new lists for container names
2089 - allow to calibrate more than one pedestal container at the same
2090 time
2091
2092 * mjobs/MJCalibrateSignal.cc:
2093 - changed accordingly
2094
2095
2096
2097 2005/01/05 Thomas Bretz
2098
2099 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
2100 mhcalib/MHCalibrationRelTimeCam.cc:
2101 - made some output lines fit into convinience window of 80 col
2102
2103 * mhist/MHCamEvent.cc:
2104 - make sure that x-axis has correct title
2105
2106 * msignal/MArrivalTimePix.cc:
2107 - init error to -1 which is a obviously non valid value
2108 - fixed IsValid() which gave wrong results
2109
2110 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
2111 - made sure that LoGain is flagged non-valid if no lo-gain exists
2112 - push time back at the edge of the allowed limits if outside
2113
2114 * mbase/MGList.[h,cc]:
2115 - introduced new functions Delete and DeletePictures
2116 - SetBit(kMustCleanup) in constructor. Otherwise it is not
2117 correctly removed from ListOfCleanups
2118
2119 * mbase/MLog.cc:
2120 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
2121 from the list
2122
2123 * mbase/MParContainer.[h,cc]:
2124 - replaced return type of GetDescriptor by TString. The old version
2125 was terribly wrong! The returned memory wasn't removed as soon
2126 as the function returned.
2127
2128 * mbase/MStatusDisplay.[h,cc]:
2129 - for security (thread safty) replaced all Form() by MString::Form()
2130 - implemented a more secure scheme of Closing (Clone()) this was
2131 a hint given by valgrind
2132 - set kMustCleanup for all new object in ClonePad not only kCanDelete
2133 - fixed some lines in pulldown-menus
2134 - add TPads to ListOfCleanups in ClonePad (workaround!)
2135
2136 * mbase/MString.[h,cc]:
2137 - implemented a new static Form() function returning a copy of
2138 the result
2139
2140 * mbase/MTask.[h,cc]:
2141 - replaced return type of GetDescriptor by TString. The old version
2142 was terribly wrong! The returned memory wasn't removed as soon
2143 as the function returned.
2144 - Made GetDescriptor thread safe using MString::Form
2145
2146 * mfileio/MWriteRootFile.cc:
2147 - Use GetDescriptor().Data() when using any kind of printf function
2148
2149 * mhbase/MFillH.cc:
2150 - replaced string concatenation in all constructors by a Form
2151 (also suggested by valgrind)
2152
2153 * mhcalib/MHCalibrationRelTimeCam.cc:
2154 - made some output fit into 80col boundary
2155
2156
2157
2158
2159 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
2160
2161 * mfht:
2162 - added new directory for hexagonal fourier transformation
2163
2164 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
2165 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
2166 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
2167 mhft/Makefile:
2168 - added
2169
2170 * macros/extendcam.C:
2171 - added: tutorial for MGeomCamExtend
2172
2173 * macros/hft.C:
2174 - added: tutorial for MHexgonalFTCalc
2175
2176 * macros/dohtml.C:
2177 - updated
2178
2179 * macros/rootlogon.C:
2180 - updated
2181
2182 * Makefile:
2183 - mhft added
2184
2185 * mbase/MParContainer.cc, mbase/MLog.cc:
2186 - added a pre-compiler option for destructor debugging
2187
2188 * mbase/MTaskList.[h,cc]:
2189 - added new function Replace
2190
2191 * mdata/MDataChain.cc, mfbase/MF.cc:
2192 - shortened some output
2193
2194 * mdata/MDataArray.[h,cc]:
2195 - added new function FindRule
2196
2197 * mfileio/MReadTree.[h,cc]:
2198 - enhanced functionality to be able to read a TTree stored in memory
2199 instead of a file. Therefor introduced fTree which is now the pointer
2200 used and replaced fChain where TTree and TChain have common behaviour.
2201 Where they behave uncommon new code for the new case has been added.
2202
2203 * mfileio/MWriteRootFile.[h,cc]:
2204 - enhanced functionality to be able to write a TTree into memory
2205 instead of a file. This were maily bugfixes for the case fOut==0, which
2206 must be handled correctly. Becarefull a tree filles without a file
2207 is not deleted automatically!
2208
2209 * mhbase/MBinning.h:
2210 - added copy constructor
2211 - fixed buggy SetEdges(MBinning&) which didn't work
2212
2213 * mhbase/MHMatrix.cc:
2214 - when adding a new rule check first if the same rule already exists
2215
2216 * mhflux/MAlphaFitter.[h,cc]:
2217 - added new functionality to support on-off analysis
2218 - didn't touch existing code
2219
2220 * mhflux/MHAlpha.[h,cc]:
2221 - added new functionality to support on-off analysis
2222 - replaced Fit() calls by newer function calls
2223 - added DrawAll - PRELIMINARY
2224 - fixed a bug when projecting - may be the reson for some strange
2225 crashes
2226
2227 * mcalib/MCalibColorSet.cc:
2228 - fixed a stupid bug introduced last year, which caused MCalibColorSet
2229 in some circumstances to stop the eventloop when it shouldn't
2230
2231 * mjobs/MSequence.cc:
2232 - expand path names
2233
Note: See TracBrowser for help on using the repository browser.