source: trunk/MagicSoft/Mars/Changelog@ 6075

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