source: trunk/MagicSoft/Mars/Changelog@ 6902

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