source: trunk/MagicSoft/Mars/Changelog@ 7130

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