source: trunk/MagicSoft/Mars/Changelog@ 6364

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