source: trunk/MagicSoft/Mars/Changelog@ 6920

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