source: trunk/MagicSoft/Mars/Changelog@ 6719

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