source: trunk/MagicSoft/Mars/Changelog@ 7168

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