source: trunk/MagicSoft/Mars/Changelog@ 7136

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