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()
TrackerDatagetCellID0 in interface TrackerDatapublic void setCellID0(int cellID0)
cellID0 - The cellID0 to set.public int getCellID1()
TrackerDatagetCellID1 in interface TrackerDatapublic void setCellID1(int cellID1)
cellID1 - The cellID1 to set.public float[] getChargeValues()
TrackerDatagetChargeValues in interface TrackerDatapublic float getTime()
TrackerDatagetTime in interface TrackerDatapublic void setTime(float time)
public void setChargeValues(float[] chargeValues)
chargeValues - The chargeValues to set.Jas4pp 1.5 © Java Analysis Studio for Particle Physics