source: trunk/MagicSoft/Mars/Changelog@ 7173

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