source: trunk/MagicSoft/Mars/Changelog@ 6683

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