source: trunk/MagicSoft/Mars/Changelog@ 6891

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