source: tags/Mars-V0.9.2/Changelog@ 16006

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