public class Tile extends Object
| Constructor | Description |
|---|---|
Tile(int lane,
int tile,
float density,
float clusters,
TilePhasingValue... tilePhasingValues) |
| Modifier and Type | Method | 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.
|
Map<TileTemplateRead,Float> |
getPhasingMap() |
|
Map<TileTemplateRead,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 Map<TileTemplateRead,Float> getPhasingMap()
public Map<TileTemplateRead,Float> getPrePhasingMap()