source: trunk/MagicSoft/Mars/Changelog@ 6021

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