source: trunk/MagicSoft/Mars/Changelog@ 6931

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