source: trunk/MagicSoft/Mars/Changelog@ 6910

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