source: trunk/MagicSoft/Mars/Changelog@ 6540

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