source: trunk/MagicSoft/Mars/Changelog@ 6041

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