hep.lcd.recon.cluster.radial.cl
Interface ClusterCell

All Known Implementing Classes:
CalCellCollection.CalCell

public interface ClusterCell


Method Summary
 double getCosPhi()
           
 double getEnergy()
           
 Vector getHits()
           
 Vector getNeighbors()
           
 double getPhi()
           
 double getRadius()
           
 double getSinPhi()
           
 double getTheta()
           
 double getToBeam()
           
 double getX()
           
 double getY()
           
 double getZ()
           
 boolean greaterThan(ClusterCell otherCell)
           
 boolean isTransverseNeighbor(ClusterCell other)
           
 

Method Detail

isTransverseNeighbor

public boolean isTransverseNeighbor(ClusterCell other)

getNeighbors

public Vector getNeighbors()

getEnergy

public double getEnergy()

getHits

public Vector getHits()

getX

public double getX()

getY

public double getY()

getZ

public double getZ()

getRadius

public double getRadius()

getToBeam

public double getToBeam()

getPhi

public double getPhi()

getTheta

public double getTheta()

getCosPhi

public double getCosPhi()

getSinPhi

public double getSinPhi()

greaterThan

public boolean greaterThan(ClusterCell otherCell)


The LCD Group