- Timestamp:
- 01/10/05 14:48:24 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5764 r5768 39 39 in main. 40 40 41 * msignal/MExtractor.h 42 - added Getter for fOffsetLoGain (was still missing) 41 43 42 44 -
trunk/MagicSoft/Mars/msignal/MExtractor.h
r5601 r5768 78 78 Float_t GetNumHiGainSamples() const { return fNumHiGainSamples; } 79 79 Float_t GetNumLoGainSamples() const { return fNumLoGainSamples; } 80 80 Float_t GetOffsetLoGain() const { return fOffsetLoGain; } 81 81 82 Bool_t IsNoiseCalculation () const { return fNoiseCalculation; } 82 83
Note:
See TracChangeset
for help on using the changeset viewer.