source: trunk/MagicSoft/Mars/Changelog@ 6887

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