source: trunk/MagicSoft/Mars/Changelog@ 7146

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