source: trunk/MagicSoft/Mars/Changelog@ 6591

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