Contents
Class MVTFitter
java.lang.Object
org.jlab.detector.decode.MVTFitter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
fit
(short adcOffset, double fineTimeStampResolution, double samplingTime, short[] pulseArray, long timeStamp, int sparseSample) Fit takes an ADC pulse and DAQ parameters and compute interesting properties of the pulse
-
Field Details
-
Constructor Details
-
Method Details
-
fit
public void fit(short adcOffset, double fineTimeStampResolution, double samplingTime, short[] pulseArray, long timeStamp, int sparseSample) Fit takes an ADC pulse and DAQ parameters and compute interesting properties of the pulse- Parameters:
adcOffset
- : hardware offset used to avoid signal to be negative after (hardware) common mode node suppressionfineTimeStampResolution
- : precision of dream clock (usually 8)samplingTime
- : time between 2 ADC binspulseArray
- : pulse = array containing the ADC valuestimeStamp
- : timing informations (used to make fine corrections)
-