source: trunk/MagicSoft/Mars/Changelog@ 7042

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