Package org.jlab.geom.detector.ec
Class ECLayer
- All Implemented Interfaces:
- Layer<ScintillatorPaddle>,- Showable
An Electromagnetic Calorimeter (EC) 
Layer.
 
 Factory: ECFactory
 
 Hierarchy: 
 
 ECDetector → 
 ECSector → 
 ECSuperlayer → 
 ECLayer → 
 ScintillatorPaddle
 
- Author:
- jnhankins
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondoubleReturns the layer thicknessBuilds the contour of the layer surface as a Triangle3DgetType()Returns "EC Layer".Methods inherited from class org.jlab.geom.abs.AbstractLayeraddComponent, getAllComponents, getBoundary, getComponent, getCrossSections, getDetectorId, getHits, getLayerHits, getLayerId, getNumComponents, getPlane, getSectorId, getSuperlayerId, getTransformation, onSetTransformation, setTransformation, show, toString
- 
Constructor Details- 
ECLayerprotected ECLayer(int sectorId, int superlayerId, int layerId) 
 
- 
- 
Method Details- 
getTypeReturns "EC Layer".- Returns:
- "EC Layer"
 
- 
getTrajectorySurfaceBuilds the contour of the layer surface as a Triangle3D- Returns:
- the layer contour
 
- 
getThicknesspublic double getThickness()Returns the layer thickness- Returns:
- thickness
 
 
-