source: trunk/MagicSoft/Mars/Changelog@ 6732

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