source: trunk/MagicSoft/Mars/Changelog@ 6321

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