source: trunk/MagicSoft/Mars/Changelog@ 6032

Last change on this file since 6032 was 6032, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 36.0 KB
Line 
1
2Please do not write behind the end of line tag so that it is possible
3to send a Changelog file to a line printer directly. Thanks.
4
5For your entries please follow EXACTLY this style:
6
7_yyyy/mm/dd_[Your Name]
8_
9___*_filename:
10_____-_description
11_
12___*_filename2, filename3:
13_____-_description
14_
15_
16_
17
18While an underscore is a placeholder for a white-space or an empty line.
19
20
21 -*-*- END OF LINE -*-*-
22 2005/01/27 Thomas Bretz
23
24 * callisto.cc:
25 - don't display starting pedestals when calibrating the signal
26
27 * callisto.rc:
28 - added some comments
29
30 * star.rc:
31 - according to Daniel M. we have agreed to chenge the default
32 cleaning level to adapt it roughly to the new pedestal
33
34 * manalysis/MCerPhotPix.[h,cc], mpedestal/MPedPhotPix.h:
35 - as agreed in the current calibration meeting we truncate the
36 precision of the stored floating point values to roughly 0.5%
37 to gain storage space in the calibrated data (the gzip
38 algorithm compresses this stuff nicely - we gain roughly 15%)
39
40 * mhflux/MHFalseSource.cc, mjobs/MJCalibration.cc, mjobs/MJStar.cc:
41 - added a comment
42
43 * mjobs/MJCalibrateSignal.cc:
44 - changed title of unsuitable plot
45 - removed plot for calibrated fundamental pedestal as agreed in the
46 current calibration meeting (we may change this to an option)
47
48 * mjobs/MJPedestal.[h,cc]:
49 - changed the name of the "PedDiff" plot to be consistent with the
50 other tab-name
51 - changed the options for the display
52 - removed the dependancy of fDisplayType and the SetDataCheck
53 option
54 - added option kDisplayNone
55 - renamed enums from k*Display to kDisplay*
56
57 * mhist/MHCamEvent.cc:
58 - trying to get rid of the Err_%p workaround.
59
60
61
62 2005/01/26 Abelardo Moralejo
63
64 * macros/mccalibrate.C
65 - removed creation and writing out of MSrcPosCam. It is more
66 flexible to add it in starmc2.C if needed (for wobble mode for
67 instance).
68
69 * mtemp/mpadova/macros/RanForestDISP.C
70 - added possibility to set the number of hadrons read in for the
71 training. Added some missing containers to output.
72 - Fixed rule concerning the DISP, by adding parentheses. Remember
73 that MHMatrix::AddColumn does not respect the usual precedence
74 of operations!
75
76 * mtemp/mpadova/macros/resize.C
77 - added to output missing container MRawEvtHeader
78
79 * macros/starmc2.C
80 - added missing container MImagePar. Added possibility to set the
81 source position on the camera (for the wobble mode).
82
83
84
85 2005/01/25 Abelardo Moralejo
86
87 * macros/starmc2.C
88 - modified to allow double (train / test) output, for g/h
89 separation studies. Added several missing containers to output.
90
91
92
93 2005/01/25 Thomas Bretz
94
95 * mcalib/MCalibrationIntensityChargeCam.cc:
96 - fixed a lot of 'default argument'-warnings to make to code
97 compile
98
99 * mbase/MParContainer.[h,cc]:
100 - moved the empty Reset() function into the source file and
101 added a lot of comments
102 - implemented new helper-functions: GetNewObject
103
104 * mbase/MContinue.[h,cc]:
105 - allow to use MFilter-classes as filter in ReadEnv
106
107 * mbase/MTaskEnv.cc:
108 - replaced some code by GetNewObject
109
110 * mhbase/MFillH.cc:
111 - handle DrawOption "same" to be able to draw to the same pad
112
113 * mhbase/MH.[h,cc]:
114 - added same-argument to DrawSame
115
116 * mhbase/MH3.cc:
117 - removed some obsolete comments
118 - remove own drawing options before calling fHist->Draw
119
120 * mimage/MHHillas.cc, mimage/MHImagePar.cc:
121 - first try of implementing 'same' drawing option
122
123
124
125 2005/01/25 Markus Gaug
126
127 * mcalib/MCalibrationPattern.[h,cc]
128 * mcalib/MCalibrationPatternDecode.[h,cc]
129 - New Decoder task for the calibration pattern from the
130 digital modules
131
132 * mraw/MRawEvtHeader.[h,cc]
133 - remove decoding from this class
134
135 * mcalib/MCalibrationIntensityHiLoCam.[h,cc]
136 - remove, because one needs anyhow much more than one data file
137 to get a reasonable conversion factor
138
139 * mcalib/MCalibCalcFromPast.[h,cc]
140 - remove MCalibrationIntensityHiLoCam
141
142 * mbadpixels/MBadPixelsPix.h
143 * mbadpixels/MBadPixelsCam.cc
144 - changed one function name to GetUnsuitableCalLevel()
145
146 * mjobs/MJCalibration.cc
147 - replace all Y-titles with units "FADC counts" by "FADC cnts" and
148 "FADC slices" by "FADC sl.", otherwise they range out of the
149 canvas.
150
151 * mcalib/MCalibrationChargeCalc.cc
152 - ensure to set the color correctly in MCalibrationBlindCam
153
154 * callisto.rc
155 - put space for
156 MJCalibrateSignal.ExtractSignal.HiGainFirst: 2
157 MJCalibrateSignal.ExtractSignal.HiGainLast: 16
158
159
160 2005/01/24 Abelardo Moralejo
161
162 * manalysis/MMcCalibrationUpdate.cc
163 - Adapted to changes in MCalibrateData from 2005/01/16: moved
164 qepix.SetAvNormFFactor(1.) from Process() to ReInit(). Due to
165 this, for the last week you may have found trouble running
166 starmc.C and mccalibrate.C.
167
168
169
170 2005/01/24 Thomas Bretz
171
172 * callisto.cc:
173 - removed non-existing option from output
174
175 * manalysis/MEnergyEstimate.[h,cc]:
176 - added ReadEnv member function
177
178 * mbase/MContinue.[h,cc]:
179 - implementes AllowEmpty option to support doing nothing
180 defined in resource file
181 - added a first draft to allow usage of class-filters instead of
182 rules
183
184 * mbase/MMath.[h,cc]:
185 - implemented a function suggested by Florian Goebel which reduces
186 the precision of a float to ~0.5% which is usefull for data
187 compression by gzip
188
189 * mdata/MDataChain.[h,cc]:
190 - implemented ReadEnv member function
191
192 * mfbase/MF.cc:
193 - a small enhancement to the output in ReadEnv
194
195 * mhbase/MH3.cc:
196 - fixed call to FindObject in Paint which caused a profile to be
197 displayed incorrectly in case it was read from a file
198
199 * mhflux/MHFalseSource.[h,cc]:
200 - removed old obsolete unsused Significance functions
201 - implemented ReadEnv member function
202 - set false source binning only if BinningFalseSource is not default
203 - check parlist for BinningAlpha
204
205 * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
206 mjobs/MJPedestal.cc:
207 - added an additional check and output if output-file could
208 not be opened
209
210 * mjobs/MJob.h:
211 - added some Getter
212
213 * mhbase/MBinning.[h,cc].
214 - added nen member functions
215 + SetEdgesRaw
216 + ReadEnv
217 + Print
218
219 * mhflux/MAlphaFitter.[h,cc]:
220 - added new member function ReadEnv
221
222 * mhflux/MHAlpha.cc:
223 - fixed a problem when fitting without off-data
224
225 * mbase/MStatusDisplay.cc:
226 - implemented a further fix in DrawClonePad to make sure
227 that the X-stuff doesn't get confused while still
228 GetDrawOption returns the correct value
229
230
231
232 2005/01/24 Markus Gaug
233
234 * msignal/MExtractTimeAndChargeDigitalFilter.cc
235 - introduced security check for the times fine-tuning to catch
236 outliers because of deviating pulse forms.
237
238 * msignal/MExtractTime.cc
239 * msignal/MExtractor.cc
240 - lowered default high-gain saturation limit to 250
241 - removed Clear() for two results containers at beginning of Process()
242
243 * msignal/MExtractor.h
244 - Take fHiLoLast into the Clone()
245
246 * msignal/MExtractedSignalPix.cc
247 - change sign of default initializer to negative.
248
249
250
251 2005/01/23 Markus Gaug
252
253 * mhcalib/MHCalibrationHiLoCam.[h,cc]
254 - updated to new logain switch setting in MExtractTimeAndCharge
255 - extract also high-gain vs. low-gain time difference
256
257 * mhcalib/MHCalibrationCam.[h,cc]
258 * mhcalib/MHCalibrationChargeCam.[h,cc]
259 - updated reading of conf. values in ReadEnv
260
261 * mhcalib/MCalibrationHiLoCam.[h,cc]
262 * mhcalib/MCalibrationHiLoPix.[h,cc]
263 * mhcalib/MCalibrationIntensityHiLoCam.[h,cc]
264 - updated accordingly
265
266 * mbadpixels/MBadPixelsCam.cc
267 - removed some bugs in the Print() function
268
269
270
271 2005/01/22 Markus Gaug
272
273 * mhcalib/MHCalibrationRelTimeCam.cc
274 - display in the averaged times display the event-by-event averaged
275 absolute arrival times instead of the rel. ones which do not make
276 much sense.
277
278 * mhcalib/MHCalibrationTestTimeCam.[h,cc]
279 * mhcalib/MHCalibrationTestCam.[h,cc]
280 - update to the latest changes in analysis chain.
281
282 * mjobs/MJExtractCalibTest.[h,cc]
283 - update to the latest changes in analysis chain.
284
285 * mjobs/MJCalibration.cc
286 - replace title of that times-averageing Tab from "RelTimes" by
287 "Times".
288
289 * macros/calibration.C
290 - update to changes in MJExtractCalibTest
291
292
293
294 2005/01/21 Markus Gaug
295
296 * msignal/MExtractTimeAndChargeDigitalFilter.cc
297 * msignal/MExtractTimeAndChargeSlidingWindow.cc
298 * msignal/MExtractTimeAndChargeSpline.cc
299 - use the max. bin content for low-gain extraction
300
301 * callisto.rc
302 - add place for LoGainSwitch
303
304
305
306 2005/01/21 Florian Goebel
307
308 * mfbase/MF.cc:
309 - include a (TString) cast to make it compilable with gcc2.95.3
310
311
312
313 2005/01/21 Thomas Bretz
314
315 * mpointing/MSrcPosFromModel.cc:
316 - fixed crash in Process if no pointing model available
317
318 * mpointing/MPointingPosCalc.h:
319 - added missing initialization of data members
320
321 * mastro/MObservatory.[h,cc]:
322 - added ReadEnv member function
323
324 * mbase/MTaskEnv.h:
325 - added (=0) default to SetDefault
326
327
328
329 2005/01/20 Markus Gaug
330
331 * mcalib/MCalibrationIntensityChargeCam.[h,cc]
332 - added function to display fluctuations of a variable
333
334 * mcalib/MCalibrationPix.cc
335 - fixed small bug in High-gain mean error.
336
337 * msignal/MExtractTimeAndCharge.[h,cc]
338 - introduced high-gain maximum limit before extracting the low-gain
339
340
341
342 2005/01/20 Thomas Bretz
343
344 * mbase/MContinue.[h,cc]:
345 - added ReadEnv member function to support resource files
346
347 * mbase/MEvtLoop.[h,cc]:
348 - added a second arguemtn to reading of the resource file by name
349 - added some checks when reding the resource file and the
350 parameter list hasn't been setup
351
352 * mbase/MParList.cc:
353 - removed an obsolete output from ReadEnv
354
355 * mfbase/MF.[h,cc]:
356 - added ReadEnv member function to support resource files
357 - added kAllowEpty flag to support skipping by resource files
358
359 * mfbase/MFilterList.cc:
360 - added a comment
361
362 * mbase/MStatusDisplay.[h,cc]:
363 - fixed Write to be compatible with root 4.02/00
364 - worked around a problem with reading the DrawOption correctly
365 from a stored status display
366
367
368
369 2005/01/19 Thomas Bretz
370
371 * mbase/MMath.cc:
372 - added a comment to SignificanceLiMa, made by Daniel Mazin
373 - also check for b==0
374
375 * mhflux/MAlphaFitter.[h,cc]:
376 - fixed significance calculation in case of on-off data
377 - added fScaleFactor
378
379 * mhflux/MHAlpha.[h,cc], mhflux/MHFalseSource.cc:
380 - handle scale factor in case of on-off observations
381
382 * mjobs/MJPedestal.cc:
383 - aligned screen output to 80col rule
384
385 * mtrigger/MFTriggerPattern.[h,cc]:
386 - assigned correct integers to enum
387 - made sure that the enum is correctly handled in all function by
388 applying a r-value to the condition
389
390
391
392 2005/01/19 Abelardo Moralejo
393
394 * mtrigger/MFTriggerPattern.[cc,h]
395 - Changed Bool_t arguments of all setters to new type Prescale_t
396 defined by N. Galante (see below)
397
398
399
400 2005/01/19 Nicola Galante
401
402 * mtrigger/MFTriggerPattern.[cc,h]
403 - added in header enum Prescale_t { kUnPrescaled = kFALSE,
404 kPrescaled = kTRUE };
405
406 - fixed a bug in Process, both fMaskRequiredUnprescaled and
407 fMaskRequiredPrescaled are checked simultaneously.
408
409
410
411 2005/01/18 Markus Gaug
412
413 * mcalib/MCalibColorSet.cc
414 - fixed the remaining day of data without colour in project name
415 neither in digital modules bits.
416
417 * mpedestal/MPedCalcPedRun.[h,cc]
418 - catch the continuous light runs with MRawRunHeader::fRunType
419 == kRTCalibration to be recognized as effective pedestal runs.
420
421
422 2005/01/18 Thomas Bretz
423
424 * mbase/MMath.cc:
425 - added a check for s==0 in SignificanceLiMa, because otherwise the
426 result is NaN
427
428 * mfbase/MF.cc:
429 - removed an obsolete debugging output from the latest changes
430
431 * mhflux/MHAlpha.cc:
432 - reset fHTime, too
433
434
435
436 2005/01/18 Nicola Galante
437
438 * mtrigger/MFTriggerPattern.cc:
439 - added parentesis to ensure bitwise operators priority
440 with respect to logical operators.
441
442
443 2005/01/17 Thomas Bretz
444
445 * manalysis/MEnergyEstimate.[h,cc]:
446 - changed to be more general. Energy is now estimated from a rule
447 (MDataChain) The default behaviour is still the same as before
448 to copy the energy from MMcEvt
449
450 * mbase/MTask.cc:
451 - changed to write out the descriptor istead of the task-name only
452 in Pre/PostProcess
453
454 * mhbase/MH.cc:
455 - initialize fSerialNumber and fNumExecutions in constructor
456
457 * mhflux/MHFalseSource.cc:
458 - according to a suggestion by Markus Mayer I have changed
459 \\sigma_{max}=f to S_{max}=f\\sigma
460
461 * mjobs/MJCalibrateSignal.cc:
462 - as discussed with Markus and Abelardo fixed the MFTriggerPattern
463 call.
464
465 * mtrigger/MFTriggerPattern.cc, mtrigger/MTriggerPattern.cc,
466 mtrigger/MTriggerPatternDecode.cc:
467 - added some comment about file version
468
469 * mbase/MFilter.h:
470 - implemented new virtual function GetDataMember like in MData
471
472 * mbase/MTask.[h,cc]:
473 - when filter is added ass GetDataMember to branch list (should be
474 obsolete, because filter is in the tasklist, but it should not hurt)
475
476 * mfbase/MF.[h,cc], mfbase/MFDataChain.[h,cc], mfbase/MFDataMember.[h,cc],
477 mfbase/MFilterList.[h,cc]:
478 - implemented new function GetDataMember
479
480
481
482 2005/01/17 Markus Gaug
483
484 * msignal/MExtractTimeAndChargeDigitalFilter.cc
485 - remove a situation where the high-gain signal can be 0.
486
487 * mtrigger/MTriggerPattern.h
488 - fixed a bug in defining the trigger bit pattern (Have to start
489 from 0 instead of 1)
490
491 * mjobs/MJPedestal.cc
492 * mjobs/MJCalibrateSignal.cc
493 - fixed default extraction ranges.
494
495 * callisto.rc
496 - fixed default weights files for pedestal extraction for cosmcis
497
498 * mcalib/MCalibrationChargeCalc.cc
499 - removed program exit on occurrance of multiple colours without
500 intensity calibration
501
502
503
504 2005/01/17 Nadia Tonello and Markus Gaug
505
506 * mcalib/MCalibrationChargeCam.cc
507 - some fit improvements in the function GetAveragedConvFADC2PhotPerArea
508
509
510
511 2005/01/16 Markus Gaug
512
513 * mhcalib/MHCalibrationCam.[h,cc], mhcalib/MHCalibrationRelTimeCam.[h,cc],
514 mhcalib/MHCalibrationChargeCam.[h,cc]
515 - put overflow management and results camera initialization into
516 base class
517
518 * mcalib/MCalibrateData.[h,cc]
519 - added possibility to re-normalize signal to equiv. photo-electrons
520 ( SetSignalType(MCalibrateData::kPhe) ).
521 Default is old version in photons
522 - speed up Process by storing pre-calculated calibration constants
523 in arrays (needed 40% of CPU time of the eventloop before, now: 23%)
524 - added new pointer to different MCalibrationChargeCam used for
525 updates
526 - added possibility to update the conversion factors using the
527 MCalibrationChargeCam stored in fCalibUpdate.
528 - added Print() function
529
530 * mcalib/MCalibCalcFromPast.[h,cc]
531 - committed final version, now also in the Makefile
532
533 * mjobs/MJCalibrateSignalFromOutside.[h,cc], macros/calibration.C
534 - committed final version, now able to calibrate interlaced cal.
535 events.
536
537
538
539 2005/01/14 Hendrik Bartko
540
541 * msignal/calibration_weights_UV.dat
542 - fixed a small bug in the noise autocorrelation of the AB-noise
543
544 * msignal/calibration_weights_blue.dat
545 - new weights file for blue calibration pulses
546
547 * cosmics_weights.dat
548 - fixed a small bug in the noise autocorrelation of the AB-noise
549
550
551
552 2005/01/14 Markus Gaug
553
554 * msignal/MExtractTimeAndChargeDigitalFilter.cc
555 - added a small acceleration of the program, tested by Hendrik and
556 me.
557
558 * mpedestal/MPedCalcFromLoGain.cc
559 - fixed one warning output which was not a real warning.
560
561 * mcalib/MCalibrationChargeCam.cc
562 - improved the function to calculate a mean conversion factor over
563 the whole camera including a fit to the values.
564
565 * mpedestal/MPedCalcPedRun.[h,cc]
566 - undo some changes introduced by TB on 2/12/04 which had made the
567 use of interlaced pedestal events impossible again.
568 - Use now the new class MTriggerPattern directly to recognize an
569 interlaced pedestal event.
570
571
572
573 2005/01/14 Thomas Bretz
574
575 * callisto.cc:
576 - fixed a typo in output
577
578 * manalysis/MGeomApply.cc:
579 - removed some old code already in comments
580 - added possibility to switch off automatic processing (used
581 if two different geometries around)
582
583 * manalysis/MMultiDimDistCalc.cc, mhbase/MHMatrix.[h,cc],
584 mranforest/MRanForestCalc.cc, mtools/MHSimulatedAnnealing.[h,cc],
585 mtools/MSimulatedAnnealing.h:
586 - added include of TVector because in newer root version it is
587 not included from TMatrix anymore
588
589 * mbase/BaseLinkDef.h, mbase/MMath.[h,cc]:
590 - to stick to the convention of TMath in newer root versions MMath
591 changed from a class to a namespace
592
593 * mbase/MEvtLoop.[h,cc]:
594 - to support newer root version added a second Write-function
595 with a const qualifier.
596
597 * mdata/MDataChain.cc:
598 - changed access to TMath for newer root versions
599
600 * mfileio/MChain.[h,cc]:
601 - implemented a workaround for teh changed LoadTree definition
602 in newer root-versions
603
604 * mfileio/MReadTree.cc:
605 - fixed a bug in CheckBranchSize caused some warning to be
606 displayed
607
608 * mhflux/MHAlpha.cc:
609 - removed check for fResult in PostProcess (it is always there)
610
611 * msignal/MExtractTimeFastSpline.cc:
612 - fixed delete --> delete[]
613
614 * mbadpixels/MBadPixelsCalc.cc:
615 - slight change to some output
616
617 * mbase/MTaskEnv.h:
618 - set name of default task when pointer is given
619
620 * mjobs/MJCalibrateSignal.cc:
621 - fixed handling of extraction range for various cases
622 - fixed handling in case no arrival times are calculated
623
624 * mjobs/MJCalibration.cc:
625 - write at least a default arrival time calibration container
626 to make further processing easier
627
628 * mjobs/MJPedestal.[h,cc]:
629 - fixed handling of extraction range for various cases
630
631
632
633 2005/01/14 Abelardo Moralejo
634
635 * mtemp/mpadova/macros/trainsubsample.C, RanForestDISP.C
636 - added. Two macros used in the analysis of real wobble mode data.
637
638
639
640 2005/01/14 Daniela Dorner
641
642 * macros/sql/filldotrun.C
643 - added new arehucas-verions and changed code accordingly
644
645
646
647 2005/01/13 Abelardo Moralejo
648
649 * macros/starmc.C
650 - Added (commented) lines for the case of gamma MC source off-axis
651 (wobble mode). Changed default extractor to
652 MExtractFixedWindowPeakSearch.
653
654
655
656 2005/01/13 Raquel de los Reyes
657
658 * callisto.rc
659 - introduced several configuration lines
660 (format: "class".DataCheck: No) to allow callisto
661 to run with rawfiles. Necessary for the datacheck.
662
663
664
665 2005/01/13 Markus Gaug
666
667 * mcalib/MCalibColorSet.cc
668 - fixed runs 45605-45609
669
670 * msignal/MExtractor.h
671 - take out the variable fHiLoLast from the streamer. Will be
672 initialized in the ReInit(), if needed
673
674 * msignal/MExtractor.cc
675 - Initialized fHiLoLast to 0. Otherwise, a second eventloop with
676 the same extractor may have that variable set to a certain
677 value, even if not desired. The ReInit() fixes fHiLoLast, if
678 different from 0.
679
680 * mpedestal/MExtractPedestal.cc
681 * mpedestal/MPedCalcPedRun.cc
682 * mpedestal/MPedCalcFromLoGain.cc
683 - fix the output of the print to the correct value for the case
684 that the extractor is used.
685
686
687 2005/01/13 Thomas Bretz
688
689 * callisto.rc:
690 - fixed some typos
691
692 * mbase/MLog.cc:
693 - unset DEBUG defined unintentionally
694
695 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
696 - removed printing Weights in InitArrays, because otherwise
697 the output of a full data calibration is totally crowded
698 with numbers. Having the weights-file name on the display
699 is perfectly enough.
700
701
702
703 2005/01/12 Markus Gaug
704
705 * mcalib/MCalibrationIntensityRelTimeCam.cc
706 - added fit to improve averageing of the obtained results
707
708
709
710 2005/01/12 Thomas Bretz
711
712 * manalysis/MMatrixLoop.cc:
713 - changed name to MRead because it now derives from MRead
714
715 * mbase/MEvtLoop.[h,cc]:
716 - implemented an option not to cascade the status display to the
717 parameter list in PreProcess
718
719 * mhflux/MHAlpha.cc:
720 - changed name of "Significance" to "MinimizationValue"
721 - return -significance to have a value being minimized
722
723 * mhist/MHCamera.cc:
724 - fixed output of text in legend
725
726 * mhist/MHEvent.[h,cc]:
727 - implemented new options for calibrated pedestals
728
729 * mmain/MEventDisplay.cc:
730 - fixed to support latest changes in MJCalibrateSignal
731
732 * mpedestal/MPedPhotCam.cc:
733 - added new options in GetPixelContent (4 and 5) to support
734 a correct camera display
735
736 * mjobs/MJCalibrateSignal.cc:
737 - fixed display of calibrated pedestal and pedestal rms
738 - changed order of plots. Now all interpolated values
739 (means all calibrated values which are bad-pixel treated)
740 are displayed behind the unsuitable pixels.
741
742 * mjobs/MJ*.cc:
743 - corrected all wrong %06d to %08d to fit the number of
744 digits in run-numbers
745
746
747
748 2005/01/11 Abelardo Moralejo
749
750 * mjobs/Makefile
751 - added missing include -I ../mtrigger
752
753
754
755 2005/01/11 Thomas Bretz
756
757 * callisto.cc, callisto.rc:
758 - changed such, that all three kinds of pedestals are calcualted
759 (usefull for studies)
760
761 * manalysis/MMatrixLoop.[h,cc]:
762 - derived from MRead
763 - implemented some basic functions from MRead
764
765 * mfilter/MFCosmics.[h,cc]:
766 - allow setting of name of MPedestalCam
767
768 * mhbase/MBinning.[h,cc]:
769 - added SetEdges taking MParList as input
770
771 * mhflux/MHAlpha.cc:
772 - use new function from MBinning
773
774 * mjobs/MJCalibrateSignal.[h,cc]:
775 - changed to calculate all three kinds of pedestals
776 - added filters for trigger pattern and illuminated events
777
778 * mjobs/MJPedestal.cc:
779 - give different names to tabs with different pedestals
780
781 * mjobs/MJStar.cc:
782 - on request changed used pedestal from "FromExtractor" to
783 "FromExtractorRndm"
784
785 * mtrigger/MTriggerPattern.h:
786 - added Reset function
787
788 * mtrigger/MTriggerPatternDecode.[h,cc]:
789 - added using file format version number
790
791
792
793 2005/01/11 Markus Gaug
794
795 * mbadpixels/MBadPixelsPix.cc
796 - updated documentation
797
798 * mcalib/MCalibrationChargeCalc.cc
799 - make pixels with deviating number of phes unreliable instead of
800 unsuitable (this was already thought so, but missed to modify
801 at one place).
802
803 * mhcalib/MHCalibrationCam.[h,cc]
804 - add possible flag 'kInterlaced': default: kFALSE (like before)
805 - added pointer to MRawEvtHeader to deny cosmics events in case
806 of 'interlaced' flag is set. No changes for 'normal' calibration
807
808
809
810 2005/01/10 Benjamin Riegel
811
812 * mreport/MReportStarguider.cc, mreport/MReportStarguider.h
813 - added two classes for implementing starguider-data
814
815 * mreport/ReportLinkDef.h
816 - added class MReportStarguider to be linked:
817 #pragma link C++ class MReportStarguider+;
818
819 * mreport/Makefile
820 - added file MReportStarguider.cc
821
822 * merpp.cc
823 - added two containers ( MReportStarguider, MTimeStarguider ) and
824 added MReportStarguider to the list:
825 w->AddContainer("MReportStarguider", "Starguider");
826 w->AddContainer("MTimeStarguider", "Starguider");
827 r->AddToList("MReportStarguider");
828
829
830
831 2005/01/10 Markus Gaug
832
833 * mcalib/MCalibColorSet.cc
834 - return kFALSE for CL-run instead of kTRUE
835
836 * mcalib/MCalibrationChargeCalc.cc
837 - stop program in case that multiple colours are found in same file
838 without intensity calibration
839
840 * mbadpixels/MBadPixelsPix.h
841 - added two new possible UnCalibrated_t flags for the hi-lo
842 calibration
843
844 * macros/calibration.C
845 - add the calls to:
846 MArray::Class()->IgnoreTObjectStreamer();
847 MParContainer::Class()->IgnoreTObjectStreamer();
848 in main.
849
850 * msignal/MExtractor.h
851 - added Getter for fOffsetLoGain (was still missing)
852
853 * mhcalib/MHCalibrationChargeCam.[h,cc]
854 - remove pixels with histogram overflow only if their percentage
855 passes a certain limit (default: 0.5%). Before, every overflow
856 lead to an unsuitable pixel.
857
858 * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
859 - implemented changes suggested by T.B. to speed up calculations
860 - take fNameWeightsFile into the streamer, otherwise the Clone()
861 will always create an extractor with cosmic's weights.
862 - set fOffsetLoGain to a slighly higher value. The DF seems to
863 have a different offset since it uses different pulse shapes
864 and thus sightly different time definitions.
865
866
867
868 2005/01/10 Thomas Bretz
869
870 * mhvstime/MHVsTime.cc:
871 - fixed a compiler error for gcc 2.95.3, see Mantis bug # 157
872
873 * callisto.cc:
874 - changed such, that the calculated pedestal is not random
875 anymore
876 - added code to calculate the pedestal also with randomization,
877 but this code is for the moment commented out.
878
879 * callisto.rc:
880 - fixed naming of pedestal calculation
881
882 * mbadpixels/MBadPixelsCalc.cc:
883 - added a second check which compares the pedestal rms with
884 the variance of the pedestal rms in the same sector
885
886 * mjobs/MJCalibrateSignal.[h,cc]:
887 - changed to calculate the pedestal from extractor without
888 randomization
889 - added code to calculate the pedestal also with randomization,
890 but this code is for the moment commented out.
891
892 * mjobs/MJCalibration.cc:
893 - made sure that pedcam always has the correct name
894 (FIXME? Print a warning if it has the wrong name)
895
896 * mjobs/MJPedestal.[h,cc]:
897 - changed such, that it allows the calculation of pedestals
898 in three different ways (fundamental, fromextractor,
899 fromextractorrndm)
900 - therefor removed SetExtractorResolution and added
901 + void SetExtractionFundamental()
902 + void SetExtractionWithExtractorRndm()
903 + void SetExtractionWithExtractor()
904
905 * mjobs/MJStar.cc:
906 - changed/fixed the input name of the MPedPhotCam used in the
907 image cleaning
908
909 * mraw/MRawFileRead.[h,cc]:
910 - changed return type of OpenNextFile
911 - in some cases return kERROR in OpenNextFile to abort the Processing
912 with an error
913
914 * mraw/MRawRunHeader.cc:
915 - call a wrong file format version ERROR now
916
917 * mhflux/MAlphaFitter.[h,cc]:
918 - make sure that resetted values are returned if fit failed
919 - set default scaling too kOffRegion
920
921 * mhflux/MHAlpha.cc:
922 - some small fixes to handling of MHAlphaOff
923
924 * mhflux/MHFalseSource.[h,cc]:
925 - implemented possible usage of MHFalsSourceOff for On-Off-Analysis
926 - updated display accordingly
927 - updated fit accordingly
928 - removed catalog temporarily from plots until I found the
929 reason for the strange crashes
930
931 * mbadpixels/MBadPixelCalc.[h,cc]:
932 - implemented the possibility to check the pedestal rms against the
933 variance of the pedstal rms, too. The option is curretly switched
934 off.
935 - enahanced informal output in PreProcess
936
937 * mbase/MTaskList.cc:
938 - a little change to some output
939
940
941
942 2005/01/10 Wolfgang Wittek
943
944 * mfbase/MFEventSelector2.cc
945 - check whether filter exists before calling
946 filter->CallPreProcess(parlist)
947
948
949
950 2005/01/08 Markus Gaug
951
952 * mhcalib/MHCalibrationHiLoCam.[h,cc]
953 * mcalib/MCalibrationHiLoCam.[h,cc]
954 * mcalib/MCalibrationHiLoPix.[h,cc]
955 * mcalib/MIntensityCalibrationHiLoCam.[h,cc]
956 * mhcalib/Makefile, mcalib/Makefile, mhcalib/HCalibLinkDef.h,
957 mcalib/CalibLinkDef.h
958 - new classes for calibration of conversion high-gain vs. low-gain
959
960 * msignal/MExtractedSignalPix.[h,cc]
961 - added data member fChisquare, set to -1. by Clear() and Reset()
962 - raised version number by 1
963
964 * msignal/MExtractedSignalCam.[h,cc]
965 - added data member fNdf, set to -1 by default
966 - new function: GetProb(const Int_t pixidx) to be called to
967 calculate the joint probability of Chisquare of pixel "pixidx"
968 and fNdf
969 - added documentation of data members
970 - raised version number by 1
971
972 * mhcalib/MHCalibrationChargeCam.cc
973 - strengthened default histogram limits a bit, should accelerate
974 the calibration by 20%.
975
976 * mjobs/MJCalibrateSignalFromOutside.cc
977 - fixed two lines to compile MCalibrateData with the recent changes
978 by TB
979
980 * msignal/MExtractTimeAndChargeDigitalFilter.cc
981 - fixed two bugs introduced yesterday by TB.
982
983 * msignal/MExtractTimeAndChargeSpline.cc
984 * msignal/MExtractTimeAndChargeSlidingWindow.cc
985 - adopt part of TB's speed accelerations into these classes
986
987 * msignal/MExtractTimeAndCharge.cc
988 - fix the low-gain extraction window for the case that the high-gain
989 is saturated. Was skipped so far.
990
991
992
993 2005/01/07 Markus Gaug
994
995 * msignal/MExtractFixedWindowPeakSearch.[h,cc]
996 - catch the case that more than 90% of the pixels have saturated
997 signals and fix the extraction window from the occurrance of
998 saturation, then. Important for high-intensity calibration events.
999
1000
1001 * msignal/MExtractor.cc
1002 * msignal/MExtractTime.cc
1003 * msignal/MExtractTimeAndCharge.cc
1004 - added some documentation
1005
1006 * msignal/MExtractTime.[h,cc]
1007 - moved the empty function FindTimeHiGain() and FindTimeLoGain() to
1008 the header-file.
1009
1010
1011
1012
1013 2005/01/07 Abelardo Moralejo
1014
1015 * mbase/MLog.h
1016 - Added #include "TSystem.h", otherwise gSystem is not recognized
1017 in Mac OSX.
1018
1019 * manalysis/MMakePadHistograms.cc
1020 - Changed badcalc.SetNamePedPhotContainer to
1021 badcalc.SetNamePedPhotCam
1022
1023
1024
1025 2005/01/07 Thomas Bretz
1026
1027 * mbadpixels/MBadPixelsCalc.[h,cc], macros/ONOFFAnalaysis.C:
1028 - replaced PedPhotContainer by PedPhotCam for consistency
1029
1030 * mbase/MLog.[h,cc]:
1031 - return *this in Seperator()
1032
1033 * mbase/MPrint.[h,cc]:
1034 - use new separator manipulator in PreProcess
1035 - fixed a type: separator instead of seperator
1036
1037 * mfileio/MReadTree.[h,cc]:
1038 - added a check for branch->IsAutoDelete() in Notify()
1039
1040 * mpedestal/MExtractPedestal.[h,cc]:
1041 - added new option 'fRandomCalculation' be used to switch on-/off-
1042 randomization in extractors, the default should be like before
1043 - added Process() calling Calc()
1044
1045 * mpedestal/MPedCalcFromLoGain.[h,cc], mpedestal/MPedCalcPedRun.[h,cc]:
1046 - renamed Process() to Calc()
1047
1048 * Makefile:
1049 - removed macros/calibration.C, which seems to have been
1050 unintantionally introduced.
1051
1052 * manalysis/Makefile:
1053 - removed unintantionally introduced wrong include
1054
1055 * msignal/MExtractTimeAndChargeDigitalFilter.cc:
1056 - a small acceleration discussed with Hendrik by replacing a
1057 counter in a loop by pointer arithmetics
1058
1059 * mraw/MRawEvtPixelIter.cc:
1060 - fixed a bug in GetMaxIdxHiLoGain which caused the loop to
1061 read one byte behind the end of the array
1062 - fixed HasLoGain() which really did weired things, means accessing
1063 sometimes memory somewhere. This could theoretically result
1064 in assigning the wrong lo-gains to the wrong pixels.
1065
1066 * mtrigger/MTriggerPattern.[h,cc], mtrigger/MTriggerPatternDecode.[h,cc],
1067 mtrigger/MFTriggerPattern.[h,cc]:
1068 - added
1069
1070 * mtrigger/Makefile, mtrigger/TriggerLinkDef.h:
1071 - added MTriggerPattern, MTriggerPatternDecode and MFTriggerPattern
1072
1073 * manalysis/MEnergyEstParam.h:
1074 - added a new function SetVariables calling SetCoeff
1075
1076 * mcalib/MCalibrateData.[h,cc]:
1077 - removed data members for container names
1078 - added new lists for container names
1079 - allow to calibrate more than one pedestal container at the same
1080 time
1081
1082 * mjobs/MJCalibrateSignal.cc:
1083 - changed accordingly
1084
1085
1086
1087 2005/01/05 Thomas Bretz
1088
1089 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc,
1090 mhcalib/MHCalibrationRelTimeCam.cc:
1091 - made some output lines fit into convinience window of 80 col
1092
1093 * mhist/MHCamEvent.cc:
1094 - make sure that x-axis has correct title
1095
1096 * msignal/MArrivalTimePix.cc:
1097 - init error to -1 which is a obviously non valid value
1098 - fixed IsValid() which gave wrong results
1099
1100 * msignal/MExtractTimeAndCharge.cc, msignal/MExtractedSignalPix.cc:
1101 - made sure that LoGain is flagged non-valid if no lo-gain exists
1102 - push time back at the edge of the allowed limits if outside
1103
1104 * mbase/MGList.[h,cc]:
1105 - introduced new functions Delete and DeletePictures
1106 - SetBit(kMustCleanup) in constructor. Otherwise it is not
1107 correctly removed from ListOfCleanups
1108
1109 * mbase/MLog.cc:
1110 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned
1111 from the list
1112
1113 * mbase/MParContainer.[h,cc]:
1114 - replaced return type of GetDescriptor by TString. The old version
1115 was terribly wrong! The returned memory wasn't removed as soon
1116 as the function returned.
1117
1118 * mbase/MStatusDisplay.[h,cc]:
1119 - for security (thread safty) replaced all Form() by MString::Form()
1120 - implemented a more secure scheme of Closing (Clone()) this was
1121 a hint given by valgrind
1122 - set kMustCleanup for all new object in ClonePad not only kCanDelete
1123 - fixed some lines in pulldown-menus
1124 - add TPads to ListOfCleanups in ClonePad (workaround!)
1125
1126 * mbase/MString.[h,cc]:
1127 - implemented a new static Form() function returning a copy of
1128 the result
1129
1130 * mbase/MTask.[h,cc]:
1131 - replaced return type of GetDescriptor by TString. The old version
1132 was terribly wrong! The returned memory wasn't removed as soon
1133 as the function returned.
1134 - Made GetDescriptor thread safe using MString::Form
1135
1136 * mfileio/MWriteRootFile.cc:
1137 - Use GetDescriptor().Data() when using any kind of printf function
1138
1139 * mhbase/MFillH.cc:
1140 - replaced string concatenation in all constructors by a Form
1141 (also suggested by valgrind)
1142
1143 * mhcalib/MHCalibrationRelTimeCam.cc:
1144 - made some output fit into 80col boundary
1145
1146
1147
1148
1149 2005/01/03 Thomas Bretz (HAPPY NEW YEAR)
1150
1151 * mfht:
1152 - added new directory for hexagonal fourier transformation
1153
1154 * mfht/HftIncl.h, mhft/HftLinkDef.h, mhft/MGeomCamMagicXT.[h,cc],
1155 mhft/MGeomCamMagicEnhance.[h,cc], mhft/MHexgaonalFT.[h,cc],
1156 mhft/MHexagonalFreqSpace.[h,cc], mhft/MHexagonalFTCalc.[h,cc],
1157 mhft/Makefile:
1158 - added
1159
1160 * macros/extendcam.C:
1161 - added: tutorial for MGeomCamExtend
1162
1163 * macros/hft.C:
1164 - added: tutorial for MHexgonalFTCalc
1165
1166 * macros/dohtml.C:
1167 - updated
1168
1169 * macros/rootlogon.C:
1170 - updated
1171
1172 * Makefile:
1173 - mhft added
1174
1175 * mbase/MParContainer.cc, mbase/MLog.cc:
1176 - added a pre-compiler option for destructor debugging
1177
1178 * mbase/MTaskList.[h,cc]:
1179 - added new function Replace
1180
1181 * mdata/MDataChain.cc, mfbase/MF.cc:
1182 - shortened some output
1183
1184 * mdata/MDataArray.[h,cc]:
1185 - added new function FindRule
1186
1187 * mfileio/MReadTree.[h,cc]:
1188 - enhanced functionality to be able to read a TTree stored in memory
1189 instead of a file. Therefor introduced fTree which is now the pointer
1190 used and replaced fChain where TTree and TChain have common behaviour.
1191 Where they behave uncommon new code for the new case has been added.
1192
1193 * mfileio/MWriteRootFile.[h,cc]:
1194 - enhanced functionality to be able to write a TTree into memory
1195 instead of a file. This were maily bugfixes for the case fOut==0, which
1196 must be handled correctly. Becarefull a tree filles without a file
1197 is not deleted automatically!
1198
1199 * mhbase/MBinning.h:
1200 - added copy constructor
1201 - fixed buggy SetEdges(MBinning&) which didn't work
1202
1203 * mhbase/MHMatrix.cc:
1204 - when adding a new rule check first if the same rule already exists
1205
1206 * mhflux/MAlphaFitter.[h,cc]:
1207 - added new functionality to support on-off analysis
1208 - didn't touch existing code
1209
1210 * mhflux/MHAlpha.[h,cc]:
1211 - added new functionality to support on-off analysis
1212 - replaced Fit() calls by newer function calls
1213 - added DrawAll - PRELIMINARY
1214 - fixed a bug when projecting - may be the reson for some strange
1215 crashes
1216
1217 * mcalib/MCalibColorSet.cc:
1218 - fixed a stupid bug introduced last year, which caused MCalibColorSet
1219 in some circumstances to stop the eventloop when it shouldn't
1220
1221 * mjobs/MSequence.cc:
1222 - expand path names
1223
Note: See TracBrowser for help on using the repository browser.