source: tags/Mars-V0.9/Changelog@ 10491

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