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()
TrackerRawData
getCellID0
in interface TrackerRawData
public void setCellID0(int cellID0)
cellID0
- The cellID0 to set.public int getCellID1()
TrackerRawData
getCellID1
in interface TrackerRawData
public void setCellID1(int cellID1)
cellID1
- The cellID1 to set.public short[] getADCValues()
TrackerRawData
getADCValues
in interface TrackerRawData
public int getTime()
TrackerRawData
getTime
in interface TrackerRawData
public void setTime(int time0)
public void setADCValues(short[] charge)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics