source: tags/Mars-V0.9.3/Changelog@ 15773

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