source: trunk/MagicSoft/Mars/Changelog@ 6901

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