public class IRawCalorimeterHit extends Object implements RawCalorimeterHit
Constructor and Description |
---|
IRawCalorimeterHit() |
Modifier and Type | Method and Description |
---|---|
int |
getAmplitude()
Returns the amplitude of the hit in ADC counts.
|
int |
getCellID0()
Returns the detector specific (geometrical) cell id.
|
int |
getCellID1()
Returns the second detector specific (geometrical) cell id.
|
int |
getTimeStamp()
Returns a time stamp for the hit.
|
void |
setAmplitude(int amplitude) |
void |
setCellID0(int cellID) |
void |
setCellID1(int cellID) |
void |
setTimeStamp(int timeStamp) |
public void setCellID0(int cellID)
public int getCellID0()
RawCalorimeterHit
getCellID0
in interface RawCalorimeterHit
public void setCellID1(int cellID)
public int getCellID1()
RawCalorimeterHit
getCellID1
in interface RawCalorimeterHit
public void setAmplitude(int amplitude)
public int getAmplitude()
RawCalorimeterHit
getAmplitude
in interface RawCalorimeterHit
public void setTimeStamp(int timeStamp)
public int getTimeStamp()
RawCalorimeterHit
getTimeStamp
in interface RawCalorimeterHit
Jas4pp 1.5 © Java Analysis Studio for Particle Physics