Class FMTFactory

java.lang.Object
org.jlab.geom.detector.fmt.FMTFactory
All Implemented Interfaces:
Factory<FMTDetector, FMTSector, FMTSuperlayer, FMTLayer>, Showable

public class FMTFactory extends Object implements Factory<FMTDetector, FMTSector, FMTSuperlayer, FMTLayer>
A Forward Micromegas Tracker (FMT) Factory.

Factory: FMTFactory
Hierarchy: FMTDetectorFMTSectorFMTSuperlayerFMTLayerScintillatorPaddle

Due to the way the FMT is organized, there is only one FMTSector and FMTSuperlayer per FMTDetector. There are three FMTLayers and each layer contains 48 ScintillatorPaddles grouped pairwise into 24 sectors. The equation for the sector id given a component id for the FMT is as follows
  sector = ceil((component%47)/2)
This means that components 47 and 0 are both in sector 0, components 1 and 2 are in sector 1, components 3 and 4 are in sector 2, etc.

Author:
devita