source: trunk/MagicSoft/Mars/Changelog@ 6903

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