Constructor and Description |
---|
ITPCHit() |
Modifier and Type | Method and Description |
---|---|
int |
getCellID()
Returns the detector specific cell id.
|
float |
getCharge()
Returns the integrated charge of the hit.
|
int |
getNRawDataWords()
Return the number of raw data (32-bit) words stored for the hit.
|
int |
getQuality()
Returns a quality flag for the hit.
|
int |
getRawDataWord(int i)
Return the raw data (32-bit) word at i.
|
float |
getTime()
Returns the time of the hit.
|
void |
setCellID(int cellID) |
void |
setCharge(float charge) |
void |
setQuality(int quality) |
void |
setRawDataWords(int[] rawData) |
void |
setTime(float time) |
public void setCellID(int cellID)
public int getCellID()
TPCHit
public void setTime(float time)
public float getTime()
TPCHit
public void setCharge(float charge)
public float getCharge()
TPCHit
public void setQuality(int quality)
public int getQuality()
TPCHit
getQuality
in interface TPCHit
public int getNRawDataWords()
TPCHit
getNRawDataWords
in interface TPCHit
public void setRawDataWords(int[] rawData)
public int getRawDataWord(int i)
TPCHit
getRawDataWord
in interface TPCHit
Jas4pp 1.5 © Java Analysis Studio for Particle Physics