Changeset 5976 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/24/05 19:21:09 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5974 r5976  
    8888   * msignal/MExtractor.cc
    8989     - removed Clear() for two results containers at beginning of Process()
     90
     91   * msignal/MExtractor.h
     92     - Take fHiLoLast into the Clone()
    9093
    9194   * msignal/MExtractedSignalPix.cc
  • trunk/MagicSoft/Mars/msignal/MExtractor.h

    r5817 r5976  
    4747  Byte_t   fLoGainLast;                    // Last FADC slice nr. to extract the Low Gain signal
    4848                                           
    49   Byte_t   fHiLoLast;                      //! Number of slices in fLoGainSamples counted for the High-Gain signal
     49  Byte_t   fHiLoLast;                      // Number of slices in fLoGainSamples counted for the High-Gain signal
    5050                                           
    5151  Float_t  fNumHiGainSamples;              // Number High Gain FADC slices used to extract the signal
     
    9494  void Print(Option_t *o="") const;
    9595
    96   ClassDef(MExtractor, 4) // Signal Extractor Base Class
     96  ClassDef(MExtractor, 5) // Signal Extractor Base Class
    9797};
    9898
Note: See TracChangeset for help on using the changeset viewer.