All Packages Class Hierarchy This Package Previous Next Index
Class hep.lcd.recon.ztracking.BaseSpecifications
java.lang.Object
|
+----hep.lcd.recon.ztracking.BaseSpecifications
- public abstract class BaseSpecifications
- extends Object
- implements Specifications
-
BaseSpecifications()
-
-
BaseSpecifications(String)
-
-
areNew()
-
-
get_EM_InnerEndPlane()
- Get inner end plane of endcap EM calorimeter.
-
get_EM_InnerRadius()
- Get inner radius of central EM calorimeter.
-
get_EM_OuterEndPlane()
- Get outer end plane of endcap EM calorimeter.
-
get_EM_OuterRadius()
- Get outer radius of central EM calorimeter.
-
get_HAD_InnerEndPlane()
- Get inner end plane of endcap HAD calorimeter.
-
get_HAD_InnerRadius()
- Get inner radius of central HAD calorimeter.
-
get_HAD_OuterEndPlane()
- Get outer end plane of endcap HAD calorimeter.
-
get_HAD_OuterRadius()
- Get outer radius of central HAD calorimeter.
-
getBField()
-
-
getCoilExtrap()
-
-
getDetector()
-
-
getDetectorType()
-
-
getHalfLength()
-
-
getHalfLength(double)
-
-
getInnerRadius()
-
-
getLayerRadius(int)
-
-
getLayerZ(int)
-
-
getMuonEndExtrap()
-
-
getMuonExtrap()
-
-
getNLayers()
-
-
getNoFieldExtrap()
-
-
getNSigmaTracking()
-
-
getOuterRadius()
-
-
getRPhiResolution()
-
-
getSystem()
-
-
getTrkHalfLength()
- Get half-length of Tracker.
-
getTrkInnerRadius()
- Get inner radius of Tracker.
-
getTrkOuterRadius()
- Get outer radius of Tracker.
-
getType()
-
-
getVxdHalfLength()
- Get half-length of Vertex Detector.
-
getVxdInnerRadius()
- Get inner radius of Vertex Detector.
-
getVxdOuterRadius()
- Get outer radius of Vertex Detector.
-
getZResolution()
-
-
setRPhiResolution(double)
- Set detector r-phi resolution.
-
setSpecs()
-
-
setZResolution(double)
- Set detector z resolution.
-
update(LCDEvent)
-
BaseSpecifications
public BaseSpecifications()
BaseSpecifications
public BaseSpecifications(String type)
areNew
public boolean areNew()
getDetector
public Detector getDetector()
getDetectorType
public int getDetectorType()
getType
public String getType()
getInnerRadius
public double getInnerRadius()
getOuterRadius
public double getOuterRadius()
getHalfLength
public double getHalfLength()
getLayerRadius
public double getLayerRadius(int nl)
getLayerZ
public double getLayerZ(int nl)
getHalfLength
public double getHalfLength(double radius)
getNLayers
public int getNLayers()
getRPhiResolution
public double getRPhiResolution()
getZResolution
public double getZResolution()
getNSigmaTracking
public int getNSigmaTracking()
getVxdInnerRadius
public double getVxdInnerRadius()
- Get inner radius of Vertex Detector.
getVxdOuterRadius
public double getVxdOuterRadius()
- Get outer radius of Vertex Detector.
getVxdHalfLength
public double getVxdHalfLength()
- Get half-length of Vertex Detector.
getTrkInnerRadius
public double getTrkInnerRadius()
- Get inner radius of Tracker.
getTrkOuterRadius
public double getTrkOuterRadius()
- Get outer radius of Tracker.
getTrkHalfLength
public double getTrkHalfLength()
- Get half-length of Tracker.
getBField
public double getBField()
getCoilExtrap
public double getCoilExtrap()
getNoFieldExtrap
public double getNoFieldExtrap()
get_EM_InnerRadius
public double get_EM_InnerRadius()
- Get inner radius of central EM calorimeter.
get_EM_OuterRadius
public double get_EM_OuterRadius()
- Get outer radius of central EM calorimeter.
get_EM_InnerEndPlane
public double get_EM_InnerEndPlane()
- Get inner end plane of endcap EM calorimeter.
get_EM_OuterEndPlane
public double get_EM_OuterEndPlane()
- Get outer end plane of endcap EM calorimeter.
get_HAD_InnerRadius
public double get_HAD_InnerRadius()
- Get inner radius of central HAD calorimeter.
get_HAD_OuterRadius
public double get_HAD_OuterRadius()
- Get outer radius of central HAD calorimeter.
get_HAD_InnerEndPlane
public double get_HAD_InnerEndPlane()
- Get inner end plane of endcap HAD calorimeter.
get_HAD_OuterEndPlane
public double get_HAD_OuterEndPlane()
- Get outer end plane of endcap HAD calorimeter.
getMuonExtrap
public double getMuonExtrap()
getMuonEndExtrap
public double getMuonEndExtrap()
setRPhiResolution
public void setRPhiResolution(double resolution)
- Set detector r-phi resolution.
setZResolution
public void setZResolution(double resolution)
- Set detector z resolution.
getSystem
public String getSystem()
setSpecs
public void setSpecs()
update
public void update(LCDEvent e)
All Packages Class Hierarchy This Package Previous Next Index