hep.lcd.recon.cluster.radial.cl
Class CellWidths
java.lang.Object
|
+--hep.lcd.recon.cluster.radial.cl.CellWidths
- public class CellWidths
- extends 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
- Source Code:
- CellWidths.java
Constructor Summary |
CellWidths()
Use default binning for phi, theta, layer |
CellWidths(int phi,
int theta,
int layer)
Constructor using binning specified by caller |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 celltheta
- Number of elements to bin in theta for a single celllayer
- Number of layers binned together for a single cell
getPhiWidth
public int getPhiWidth()
getThetaWidth
public int getThetaWidth()
getLayerWidth
public int getLayerWidth()
The LCD Group