source: trunk/MagicSoft/Mars/Changelog@ 6911

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