source: trunk/MagicSoft/Mars/Changelog@ 7065

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