Ignore:
Timestamp:
11/09/04 18:43:11 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5358 r5361  
    1 
     1 
    22Please  do  not write behind the end of line tag so that it is  possible
    33to   send  a   Changelog   file  to  a  line  printer  directly.  Thanks.
     
    2222
    2323 2004/11/08: Markus Gaug
     24
     25   * mjobs/MJPedestal.[h,cc]
     26     - implemented the possibility to use the extractor to calculate the
     27       pedestals. Now, there are three possibilities:
     28
     29       1) SetUseData(): will use MPedCalcFromLoGain together with a data
     30                        file (and possibly a signal extractor to
     31                        determine the ranges)
     32       2) SetUsePedRun(): will use MPedCalcPedRun together with a
     33                          pedestal run (and possibly a signal extractor
     34                          to determine the ranges)
     35       3) SetUseExtractor(): Will use the extractor itself and checks
     36                          that the flag IsNoiseCalculation() is set.
     37
     38   * msignal/MExtractor.[h,cc]
     39     - introduced flag "fNoiseCalculation" to be used by the
     40       deriving classes to calculate the noise from a fixed window in
     41       time.
    2442
    2543   * mpedestal/MPedCalcFromLoGain.[h,cc]
Note: See TracChangeset for help on using the changeset viewer.