source: trunk/MagicSoft/Mars/Changelog@ 6073

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