public class SiliconRawHit extends Object
Modifier and Type | Field and Description |
---|---|
private int |
_adcCounts |
private int |
_cellID0 |
private int |
_cellID1 |
private int |
_timeStamp |
Constructor and Description |
---|
SiliconRawHit(int cellID0,
int cellID1,
int timeStamp,
int adcCounts)
Creates a new instance of SiliconRawHit
|
Modifier and Type | Method and Description |
---|---|
void |
addHit(int timeStamp,
int adcCounts)
Adds counts adcCounts at time timeStamp.
|
int |
getADCCounts()
The ADC counts of the hit.
|
int |
getCellID0()
The id0 of the cell that recorded the hit.
|
int |
getCellID1()
The id1 of the cell that recorded the hit.
|
int |
getTimeStamp()
The detector specific time stamp of the hit.
|
private int _cellID0
private int _cellID1
private int _timeStamp
private int _adcCounts
public SiliconRawHit(int cellID0, int cellID1, int timeStamp, int adcCounts)
public int getCellID0()
public int getCellID1()
public int getTimeStamp()
public int getADCCounts()
public void addHit(int timeStamp, int adcCounts)
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.