source: trunk/MagicSoft/Mars/Changelog@ 7068

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