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

    • DCSector

      protected DCSector(int sectorId)
    • DCSector

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

    • getRegionMiddlePlane

      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

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