source: trunk/MagicSoft/Mars/Changelog@ 6570

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