source: trunk/MagicSoft/Mars/Changelog@ 6906

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