source: trunk/MagicSoft/Mars/Changelog@ 7134

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