source: trunk/MagicSoft/Mars/Changelog@ 6037

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