source: trunk/MagicSoft/Mars/Changelog@ 7063

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