source: trunk/MagicSoft/Mars/Changelog@ 6961

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