source: trunk/MagicSoft/Mars/Changelog@ 6720

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