source: trunk/MagicSoft/Mars/Changelog@ 6329

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