public class ITrackerData extends Object implements TrackerData
Constructor and Description |
---|
ITrackerData() |
Modifier and Type | Method and Description |
---|---|
int |
getCellID0()
Returns the first detector specific (geometrical) cell id.
|
int |
getCellID1()
Returns the second detector specific (geometrical) cell id.
|
float[] |
getChargeValues()
The corrected (calibrated) FADC spectrum.
|
float |
getTime()
Returns a time measurement associated with the adc values, e.g.
|
void |
setCellID0(int cellID0) |
void |
setCellID1(int cellID1) |
void |
setChargeValues(float[] chargeValues) |
void |
setTime(float time) |
public int getCellID0()
TrackerData
getCellID0
in interface TrackerData
public void setCellID0(int cellID0)
cellID0
- The cellID0 to set.public int getCellID1()
TrackerData
getCellID1
in interface TrackerData
public void setCellID1(int cellID1)
cellID1
- The cellID1 to set.public float[] getChargeValues()
TrackerData
getChargeValues
in interface TrackerData
public float getTime()
TrackerData
getTime
in interface TrackerData
public void setTime(float time)
public void setChargeValues(float[] chargeValues)
chargeValues
- The chargeValues to set.Jas4pp 1.5 © Java Analysis Studio for Particle Physics