source: trunk/MagicSoft/Mars/Changelog@ 6907

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