source: trunk/MagicSoft/Mars/Changelog@ 6515

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