source: trunk/MagicSoft/Mars/Changelog@ 7071

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