source: trunk/MagicSoft/Mars/Changelog@ 7111

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