Ignore:
Timestamp:
12/20/03 13:46:17 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MExtractedSignalPix.h

    r2706 r2728  
    99{
    1010private:
    11 
     11    // FIXME: We can only store ONE signal. Everything else takes
     12    //        too much storage space - will change in the future.
    1213    Float_t fExtractedSignalHiGain;      // mean value of the extracted signal
    1314    Float_t fExtractedSignalHiGainError; // error of the mean value of the extracted signal
    1415    Float_t fExtractedSignalLoGain;      // mean value of the extracted signal
    1516    Float_t fExtractedSignalLoGainError; // error of the mean value of the extracted signal
     17
    1618    Bool_t fIsLoGainUsed;
    1719    Byte_t fNumHiGainSaturated;
    1820    Byte_t fNumLoGainSaturated;
    1921
     22    // FIXME: Will be removed. Must be stored in MArrivalTime
    2023    Float_t fMeanArrivalTime;
    2124    Float_t fWidthArrivalTime;
Note: See TracChangeset for help on using the changeset viewer.