source: trunk/MagicSoft/Mars/Changelog@ 7047

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