source: trunk/MagicSoft/Mars/Changelog@ 7035

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