source: trunk/MagicSoft/Mars/Changelog@ 7056

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