public class Tile
extends java.lang.Object
| Constructor and Description |
|---|
Tile(int lane,
int tile,
float density,
float clusters,
TilePhasingValue... tilePhasingValues) |
| Modifier and Type | Method and Description |
|---|---|
float |
getClusterCount()
Returns the number of on this tile.
|
float |
getClusterDensity()
Returns the cluster density of this tile, in units of [cluster/mm^2].
|
int |
getLaneNumber()
Returns the number of this tile's parent lane.
|
java.util.Map<TileTemplateRead,java.lang.Float> |
getPhasingMap() |
java.util.Map<TileTemplateRead,java.lang.Float> |
getPrePhasingMap() |
int |
getTileNumber()
Returns the number/name of this tile.
|
public Tile(int lane,
int tile,
float density,
float clusters,
TilePhasingValue... tilePhasingValues)
tilePhasingValues - Either one or two TilePhasingValues, corresponding to the FIRST and potentially SECOND template readspublic int getLaneNumber()
public int getTileNumber()
public float getClusterDensity()
public float getClusterCount()
public java.util.Map<TileTemplateRead,java.lang.Float> getPhasingMap()
public java.util.Map<TileTemplateRead,java.lang.Float> getPrePhasingMap()