source: trunk/MagicSoft/Mars/Changelog@ 6326

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