source: trunk/MagicSoft/Mars/Changelog@ 6948

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