source: trunk/MagicSoft/Mars/Changelog@ 7143

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