source: trunk/MagicSoft/Mars/Changelog@ 6068

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