source: trunk/MagicSoft/Mars/Changelog@ 7064

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