Class Pulse
java.lang.Object
Pulse
-
Field Summary
Modifier and TypeFieldDescriptionfloat
float
float
float
float
float
float
float
long
-
Constructor Summary
-
Method Summary
-
Field Details
-
timestamp
public long timestamp -
integral
public float integral -
time
public float time -
pedestal
public float pedestal -
adcMax
public float adcMax -
timeRiseCFA
public float timeRiseCFA -
timeFallCFA
public float timeFallCFA -
timeOverThresholdCFA
public float timeOverThresholdCFA -
timeCFD
public float timeCFD
-
-
Constructor Details
-
Pulse
public Pulse(float integral, float time) Units are the same as the raw units of the samples.- Parameters:
integral
- pulse integral, pedestal-subtractedtime
- pulse time
-
Pulse
public Pulse()
-
-
Method Details