source: trunk/MagicSoft/Mars/Changelog@ 6859

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