source: trunk/MagicSoft/Mars/Changelog@ 7165

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