Changeset 5976 for trunk/MagicSoft
- Timestamp:
- 01/24/05 19:21:09 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5974 r5976 88 88 * msignal/MExtractor.cc 89 89 - removed Clear() for two results containers at beginning of Process() 90 91 * msignal/MExtractor.h 92 - Take fHiLoLast into the Clone() 90 93 91 94 * msignal/MExtractedSignalPix.cc -
trunk/MagicSoft/Mars/msignal/MExtractor.h
r5817 r5976 47 47 Byte_t fLoGainLast; // Last FADC slice nr. to extract the Low Gain signal 48 48 49 Byte_t fHiLoLast; // !Number of slices in fLoGainSamples counted for the High-Gain signal49 Byte_t fHiLoLast; // Number of slices in fLoGainSamples counted for the High-Gain signal 50 50 51 51 Float_t fNumHiGainSamples; // Number High Gain FADC slices used to extract the signal … … 94 94 void Print(Option_t *o="") const; 95 95 96 ClassDef(MExtractor, 4) // Signal Extractor Base Class96 ClassDef(MExtractor, 5) // Signal Extractor Base Class 97 97 }; 98 98
Note:
See TracChangeset
for help on using the changeset viewer.