source: trunk/MagicSoft/Mars/Changelog@ 6305

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