source: trunk/MagicSoft/Mars/Changelog@ 7169

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