source: trunk/MagicSoft/Mars/Changelog@ 6289

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