source: trunk/MagicSoft/Mars/Changelog@ 6290

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