source: trunk/MagicSoft/Mars/Changelog@ 6341

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