Class DCFactory

java.lang.Object
org.jlab.geom.detector.dc.DCFactory
All Implemented Interfaces:
Factory<DCDetector,DCSector,DCSuperlayer,DCLayer>, Showable

public class DCFactory extends Object implements Factory<DCDetector,DCSector,DCSuperlayer,DCLayer>
A Drift Chamber (DC) Factory.

Factory: DCFactory
Hierarchy: DCDetectorDCSectorDCSuperlayerDCLayerDriftChamberWire

The drift chambers are grouped into three regions, however this API does not support regions. Instead the drift chambers are grouped into six superlayers such that region = floor(superlayer/2). Note: The DC is not currently being constructed accurately. See midpointXOffset(int, double) for details.

Author:
jnhankins