hep.lcd.recon.tracking
Class TrkHitOnTrk
java.lang.Object
|
+--hep.lcd.recon.tracking.TrkHitOnTrk
- Direct Known Subclasses:
- TPCHitOnTrk, VtxHitOnTrk
- public class TrkHitOnTrk
- extends Object
- Source Code:
- TrkHitOnTrk.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public String type
x
public double x
y
public double y
z
public double z
mcp
public MCParticle mcp
isActive
public boolean isActive
TrkHitOnTrk
public TrkHitOnTrk(String type,
double x,
double y,
double z)
TrkHitOnTrk
public TrkHitOnTrk(String type,
double[] point,
MCParticle mcp)
TrkHitOnTrk
public TrkHitOnTrk(String type,
double x,
double y,
double z,
MCParticle mcp)
getMCParticle
public MCParticle getMCParticle()
getType
public String getType()
trkHit
public boolean trkHit()
vtxHit
public boolean vtxHit()
setActive
public void setActive(boolean active)
print
public void print()
print
public void print(int i)
The LCD Group