source: trunk/MagicSoft/Mars/Changelog@ 6561

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