source: trunk/MagicSoft/Mars/Changelog@ 7050

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