source: trunk/MagicSoft/Mars/Changelog@ 6699

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