source: trunk/MagicSoft/Mars/Changelog@ 7054

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