source: trunk/MagicSoft/Mars/Changelog@ 6332

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