source: trunk/MagicSoft/Mars/Changelog@ 6871

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