Changeset 6117 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 01/29/05 17:20:56 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/msignal
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.h
r6116 r6117 14 14 static const Byte_t fgLoGainSwitch; //! Default for fLoGainSwitch (now set to: 100) 15 15 16 protected: 17 16 18 Byte_t fLoGainFirstSave; //! Temporary variable to store the original position of low-gain start slice 17 19 Float_t fLoGainStartShift; // Shift to start searching the low-gain signal obtained from the high-gain times. 18 19 protected:20 20 21 21 Byte_t fLoGainSwitch; // Limit for max. bin content before the low-gain gets extracted -
trunk/MagicSoft/Mars/msignal/Makefile
r5232 r6117 52 52 MExtractTimeAndChargeSpline.cc \ 53 53 MExtractTimeAndChargeDigitalFilter.cc \ 54 MExtractTimeAndChargeDigitalFilterPeakSearch.cc \ 54 55 MArrivalTime.cc \ 55 56 MArrivalTimeCalc.cc \ -
trunk/MagicSoft/Mars/msignal/SignalLinkDef.h
r5232 r6117 33 33 #pragma link C++ class MExtractTimeAndChargeSpline+; 34 34 #pragma link C++ class MExtractTimeAndChargeDigitalFilter+; 35 #pragma link C++ class MExtractTimeAndChargeDigitalFilterPeakSearch+; 35 36 36 37
Note:
See TracChangeset
for help on using the changeset viewer.