source: trunk/MagicSoft/Mars/Changelog@ 6532

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