source: trunk/MagicSoft/Mars/Changelog@ 6537

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