Package org.jlab.detector.pulse
Class Pulse
java.lang.Object
org.jlab.detector.pulse.Pulse
Just a dumb data container
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloat
float
long
int
float
float
float
float
float
long
float
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
descriptor
-
timestamp
public long timestamp -
integral
public float integral -
time
public float time -
pedestal
public float pedestal -
flags
public long flags -
id
public int id -
adcMax
public float adcMax -
leadingEdgeTime
public float leadingEdgeTime -
trailingEdgeTime
public float trailingEdgeTime -
timeOverThreshold
public float timeOverThreshold -
constantFractionTime
public float constantFractionTime
-
-
Constructor Details
-
Pulse
public Pulse(float integral, float time, long flags, int id) Units are the same as the raw units of the samples.- Parameters:
integral
- pulse integral, pedestal-subtractedtime
- pulse timeflags
- user flagsid
- link to row in source bank
-
Pulse
public Pulse()
-
-
Method Details