public interface DigiTrackerHit extends Comparable<DigiTrackerHit>
Modifier and Type | Method and Description |
---|---|
int |
getChannel()
Returns channel ID on the sensor.
|
List<DigiTrackerHit> |
getElementalHits()
Returns a list of underlying elemental hits.
|
MCParticle |
getMCParticle()
Returns MCParticle that produced the hit.
|
Sensor |
getSensor()
Returns
Sensor object this hit belongs to. |
double |
getSignal()
Returns signal in the channel.
|
double |
getTime()
Returns time associated with the hit.
|
boolean |
isComposite()
Returns true if the hit is a superposition of more than one elemental hit.
|
compareTo
double getSignal()
double getTime()
int getChannel()
boolean isComposite()
List<DigiTrackerHit> getElementalHits()
MCParticle getMCParticle()
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.