source: trunk/MagicSoft/Mars/Changelog@ 6074

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