source: trunk/MagicSoft/Mars/Changelog@ 6528

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