source: trunk/MagicSoft/Mars/Changelog@ 6880

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