source: trunk/MagicSoft/Mars/Changelog@ 6573

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