source: trunk/MagicSoft/Mars/Changelog@ 6025

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