source: trunk/MagicSoft/Mars/Changelog@ 7161

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