source: trunk/MagicSoft/Mars/Changelog@ 6331

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