source: trunk/MagicSoft/Mars/Changelog@ 6738

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