source: trunk/MagicSoft/Mars/Changelog@ 6302

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