public class ITrackerRawData extends Object implements TrackerRawData
| Constructor and Description |
|---|
ITrackerRawData() |
| Modifier and Type | Method and Description |
|---|---|
short[] |
getADCValues()
The actual FADC spectrum.
|
int |
getCellID0()
Returns the first detector specific (geometrical) cell id.
|
int |
getCellID1()
Returns the second detector specific (geometrical) cell id.
|
int |
getTime()
Returns a time measurement associated with the adc values, e.g.
|
void |
setADCValues(short[] charge) |
void |
setCellID0(int cellID0) |
void |
setCellID1(int cellID1) |
void |
setTime(int time0) |
public int getCellID0()
TrackerRawDatagetCellID0 in interface TrackerRawDatapublic void setCellID0(int cellID0)
cellID0 - The cellID0 to set.public int getCellID1()
TrackerRawDatagetCellID1 in interface TrackerRawDatapublic void setCellID1(int cellID1)
cellID1 - The cellID1 to set.public short[] getADCValues()
TrackerRawDatagetADCValues in interface TrackerRawDatapublic int getTime()
TrackerRawDatagetTime in interface TrackerRawDatapublic void setTime(int time0)
public void setADCValues(short[] charge)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics