Package | Description |
---|---|
org.lcsim.recon.tracking.digitization.sisim |
Modifier and Type | Class and Description |
---|---|
class |
NearestNeighbor
This class uses a nearest neighbor algorithm to find clusters of hits on a
set of silicon sensor electrodes (i.e., an instance of SiStrips or SiPixels).
|
class |
NearestNeighborRMS
This class uses a nearest neighbor algorithm to find clusters of hits on a
set of silicon sensor electrodes (i.e., an instance of SiStrips or SiPixels).
|
Modifier and Type | Field and Description |
---|---|
(package private) ClusteringAlgorithm |
PixelHitMaker._clustering |
(package private) ClusteringAlgorithm |
StripHitMaker._clustering |
Modifier and Type | Method and Description |
---|---|
void |
PixelHitMaker.setClusteringAlgorithm(ClusteringAlgorithm clustering_algorithm) |
void |
StripHitMaker.setClusteringAlgorithm(ClusteringAlgorithm clustering_algorithm) |
Constructor and Description |
---|
PixelHitMaker(SiSensorSim simulation,
ReadoutChip readout_chip,
ClusteringAlgorithm clustering)
Fully qualified constructor for PixelHitMaker
|
StripHitMaker(SiSensorSim simulation,
ReadoutChip readout_chip,
ClusteringAlgorithm clustering)
Fully qualified constructor for StripHitMaker
|
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.