source: trunk/MagicSoft/Mars/Changelog@ 7005

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