source: trunk/MagicSoft/Mars/Changelog@ 6282

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