source: trunk/MagicSoft/Mars/Changelog@ 7031

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