source: trunk/MagicSoft/Mars/Changelog@ 6565

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