Changeset 3924 for trunk/MagicSoft/Mars/msignal/MExtractor.h
- Timestamp:
- 05/01/04 12:28:43 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractor.h
r3880 r3924 31 31 MRawRunHeader *fRunHeader; // RunHeader information 32 32 33 Byte_t fHiGainFirst;34 Byte_t fLoGainFirst;33 Byte_t fHiGainFirst; 34 Byte_t fLoGainFirst; 35 35 36 Byte_t fHiGainLast;37 Byte_t fLoGainLast;36 Byte_t fHiGainLast; 37 Byte_t fLoGainLast; 38 38 39 Byte_t fHiLoLast; 40 39 41 Float_t fNumHiGainSamples; 40 42 Float_t fNumLoGainSamples; … … 45 47 Byte_t fSaturationLimit; 46 48 47 virtual void FindSignalHiGain(Byte_t *firstused, Int_t &sum, Byte_t &sat) const;49 virtual void FindSignalHiGain(Byte_t *firstused, Byte_t *lowgain, Int_t &sum, Byte_t &sat) const; 48 50 virtual void FindSignalLoGain(Byte_t *firstused, Int_t &sum, Byte_t &sat) const; 49 51
Note:
See TracChangeset
for help on using the changeset viewer.