source: trunk/MagicSoft/Mars/Changelog@ 6569

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