source: trunk/MagicSoft/Mars/Changelog@ 6530

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