source: trunk/MagicSoft/Mars/Changelog@ 5991

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