source: trunk/MagicSoft/Mars/Changelog@ 6742

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