Class DCSector

All Implemented Interfaces:
Sector<DCSuperlayer>, Showable

public class DCSector extends AbstractSector<DCSuperlayer>
A Drift Chamber (DC) Sector.

Factory: DCFactory
Hierarchy: DCDetectorDCSectorDCSuperlayerDCLayerDriftChamberWire

Author:
jnhankins
  • Constructor Details Link icon

    • DCSector Link icon

      protected DCSector(int sectorId)
    • DCSector Link icon

      public DCSector(DetectorId id, int sectorId)
  • Method Details Link icon

    • getRegionMiddlePlane Link icon

      public Plane3D getRegionMiddlePlane(int regionId)
      Constructs a new Plane3D half way between the two superlayers in the region at the specified index with the normal of the plane facing away from the target.
      Parameters:
      regionId - the id of the region (0, 1, or 2)
      Returns:
      the region's middle plane
    • getType Link icon

      public String getType()
      Returns "DC Sector".
      Returns:
      "DC Sector"