source: trunk/MagicSoft/Mars/Changelog@ 7018

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