source: trunk/MagicSoft/Mars/Changelog@ 6626

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