source: trunk/MagicSoft/Mars/Changelog@ 7089

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