source: trunk/MagicSoft/Mars/Changelog@ 7075

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