source: trunk/MagicSoft/Mars/Changelog@ 7067

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