Changeset 5931 for trunk/MagicSoft
- Timestamp:
- 01/21/05 13:50:28 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.h
r5930 r5931 11 11 private: 12 12 13 static const Float_t fgLoGainStartShift; //Default for fLoGainStartShift (now set to: -2.8)14 static const Byte_t fgLoGainSwitch; // Default for fLoGainSwitch(now set to: 100)13 static const Float_t fgLoGainStartShift; //! Default for fLoGainStartShift (now set to: -2.8) 14 static const Byte_t fgLoGainSwitch; //! Default for fLoGainSwitch (now set to: 100) 15 15 16 16 Byte_t fLoGainFirstSave; //! Temporary variable to store the original position of low-gain start slice 17 17 Float_t fLoGainStartShift; // Shift to start searching the low-gain signal obtained from the high-gain times. 18 18 19 Byte_t fLoGainSwitch; // Limit for max. bin content before the low-gain gets extracted19 Byte_t fLoGainSwitch; // Limit for max. bin content before the low-gain gets extracted 20 20 21 21 protected:
Note:
See TracChangeset
for help on using the changeset viewer.