Changeset 7056 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 05/18/05 17:55:36 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.h
r7055 r7056 6 6 #endif 7 7 8 #ifndef ROOT_TArrayF9 #include " TArrayF.h"8 #ifndef MARS_MArrayF 9 #include "MArrayF.h" 10 10 #endif 11 11 … … 27 27 static const Float_t fgLoGainStartShift; //! Default for fLoGainStartShift (now set to -1.6) 28 28 29 TArrayF fHiGainSignal; //! Need fast access to the signals in a float way30 TArrayF fLoGainSignal; //! Store them in separate arrays31 TArrayF fHiGainFirstDeriv; //! High-gain discretized first derivatives32 TArrayF fLoGainFirstDeriv; //! Low-gain discretized first derivatives33 TArrayF fHiGainSecondDeriv; //! High-gain discretized second derivatives34 TArrayF fLoGainSecondDeriv; //! Low-gain discretized second derivatives29 MArrayF fHiGainSignal; //! Need fast access to the signals in a float way 30 MArrayF fLoGainSignal; //! Store them in separate arrays 31 MArrayF fHiGainFirstDeriv; //! High-gain discretized first derivatives 32 MArrayF fLoGainFirstDeriv; //! Low-gain discretized first derivatives 33 MArrayF fHiGainSecondDeriv; //! High-gain discretized second derivatives 34 MArrayF fLoGainSecondDeriv; //! Low-gain discretized second derivatives 35 35 36 36 Float_t fAbMax; //! Current maximum of the spline
Note:
See TracChangeset
for help on using the changeset viewer.