source: trunk/MagicSoft/Mars/Changelog@ 7138

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