source: trunk/MagicSoft/Mars/Changelog@ 6598

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