source: trunk/MagicSoft/Mars/Changelog@ 6605

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