Class BSTLayer

java.lang.Object
org.jlab.geom.abs.AbstractLayer<SiStrip>
org.jlab.geom.detector.bst.BSTLayer
All Implemented Interfaces:
Layer<SiStrip>, Showable

public class BSTLayer extends AbstractLayer<SiStrip>
A Barrel Silicon Tracker (BST) Layer.

Factory: BSTFactory
Hierarchy: BSTDetectorBSTSectorBSTSuperlayerBSTLayerSiStrip

Author:
jnhankins
  • Constructor Details Link icon

    • BSTLayer Link icon

      protected BSTLayer(int sectorId, int superlayerId, int layerId)
  • Method Details Link icon

    • getHits Link icon

      public List<DetectorHit> getHits(Path3D path)
      Description copied from interface: Layer
      Returns a list of DetecorHits which store information about intersections with components in this superlayer.
      Specified by:
      getHits in interface Layer<SiStrip>
      Overrides:
      getHits in class AbstractLayer<SiStrip>
      Parameters:
      path - the path
      Returns:
      a list of detector hits
    • getType Link icon

      public String getType()
      Returns "BST Layer".
      Returns:
      "BST Layer"