source: trunk/MagicSoft/Mars/Changelog@ 6894

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