source: trunk/MagicSoft/Mars/Changelog@ 7091

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