source: trunk/MagicSoft/Mars/Changelog@ 7060

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