Package org.jlab.geom.detector.fmt
Class FMTLayer
- All Implemented Interfaces:
- Layer<TrackerStrip>,- Showable
A Forward Micromegas Tracker  (FMT) 
Layer.
 
 Factory: FMTFactory
 
 Hierarchy: 
 
 FMTDetector → 
 FMTSector → 
 FMTSuperlayer → 
 FMTLayer → 
 TrackerStrip
 
- Author:
- devita
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondoublegetRmax()Returns the maximum radiusdoublegetRmin()Returns the minimum radiusReturns the Sector3D describing the layer surfacegetType()Returns "FMT Layer".protected voidonSetTransformation(Transformation3D transform) Classes extending AbstractLayer should implement onSetTransformation so that any additional geometric data they contain is transformed appropriately when AbstractLayer's onSetTransformation method is invoked.Methods inherited from class org.jlab.geom.abs.AbstractLayeraddComponent, getAllComponents, getBoundary, getComponent, getCrossSections, getDetectorId, getHits, getLayerHits, getLayerId, getNumComponents, getPlane, getSectorId, getSuperlayerId, getTransformation, setTransformation, show, toString
- 
Constructor Details- 
FMTLayerprotected FMTLayer(int sectorId, int superlayerId, int layerId) 
 
- 
- 
Method Details- 
getTypeReturns "FMT Layer".- Returns:
- "FMT Layer"
 
- 
getRminpublic double getRmin()Returns the minimum radius- Returns:
 
- 
getRmaxpublic double getRmax()Returns the maximum radius- Returns:
 
- 
getTrajectorySurfaceReturns the Sector3D describing the layer surface- Returns:
 
- 
onSetTransformationDescription copied from class:AbstractLayerClasses extending AbstractLayer should implement onSetTransformation so that any additional geometric data they contain is transformed appropriately when AbstractLayer's onSetTransformation method is invoked. To implement this method simply apply the given transformation on all of the transformable contained in the layer that are not managed by AbstractLayer. This method is called at the end of AbstractLayer's setTransformation method.- Overrides:
- onSetTransformationin class- AbstractLayer<TrackerStrip>
- Parameters:
- transform- the full transformation from the old coordinate system to the new coordinate system
- See Also:
 
 
-