source: trunk/MagicSoft/Mars/Changelog@ 7172

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