hep.ilc.marlin.jni
Class ReconstructedParticle
java.lang.Object
hep.ilc.marlin.jni.LCObject
hep.ilc.marlin.jni.ReconstructedParticle
public class ReconstructedParticle
- extends LCObject
ReconstructedParticle
protected ReconstructedParticle(long cPtr,
boolean cMemoryOwn)
getCPtr
protected static long getCPtr(ReconstructedParticle obj)
finalize
protected void finalize()
throws Throwable
- Overrides:
finalize
in class LCObject
- Throws:
Throwable
delete
public void delete()
- Overrides:
delete
in class LCObject
equals
public boolean equals(Object obj)
- Overrides:
equals
in class LCObject
hashCode
public int hashCode()
- Overrides:
hashCode
in class LCObject
getType
public int getType()
isCompound
public boolean isCompound()
getMomentum
public double[] getMomentum()
getEnergy
public double getEnergy()
getCovMatrix
public FloatVector getCovMatrix()
getMass
public double getMass()
getCharge
public float getCharge()
getReferencePoint
public float[] getReferencePoint()
getParticleIDs
public ParticleIDVector getParticleIDs()
getParticleIDUsed
public ParticleID getParticleIDUsed()
getGoodnessOfPID
public float getGoodnessOfPID()
getParticles
public ReconstructedParticleVector getParticles()
getClusters
public ClusterVector getClusters()
getTracks
public TrackVector getTracks()
getStartVertex
public SWIGTYPE_p_EVENT__Vertex getStartVertex()
getEndVertex
public SWIGTYPE_p_EVENT__Vertex getEndVertex()
addParticleID
public void addParticleID(ParticleID pid)
addParticle
public void addParticle(ReconstructedParticle particle)
addCluster
public void addCluster(Cluster cluster)
addTrack
public void addTrack(Track track)
Copyright © 2000-2007 FreeHEP. All Rights Reserved.