source: trunk/MagicSoft/Mars/Changelog@ 6369

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