source: trunk/MagicSoft/Mars/Changelog@ 6067

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