source: trunk/MagicSoft/Mars/Changelog@ 7087

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