source: trunk/MagicSoft/Mars/Changelog@ 7170

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