hep.lcd.recon.cluster.radial.cl
Class CellWidths

java.lang.Object
  extended byhep.lcd.recon.cluster.radial.cl.CellWidths

public class CellWidths
extends java.lang.Object

Class defining binning of calorimeter detector elements for use of clustering. The binned elements are known as "cells"

Author:
J. Bogart
See Also:
CalCellCollection

Constructor Summary
CellWidths()
          Use default binning for phi, theta, layer
CellWidths(int phi, int theta, int layer)
          Constructor using binning specified by caller
 
Method Summary
 int getLayerWidth()
           
 int getPhiWidth()
           
 int getThetaWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellWidths

public CellWidths()
Use default binning for phi, theta, layer


CellWidths

public CellWidths(int phi,
                  int theta,
                  int layer)
Constructor using binning specified by caller

Parameters:
phi - Number of elements to bin in phi for a single cell
theta - Number of elements to bin in theta for a single cell
layer - Number of layers binned together for a single cell
Method Detail

getPhiWidth

public int getPhiWidth()

getThetaWidth

public int getThetaWidth()

getLayerWidth

public int getLayerWidth()


The LCD Group