source: trunk/MagicSoft/Mars/Changelog@ 6038

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