source: trunk/MagicSoft/Mars/Changelog@ 7007

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