|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies dimensions and performance of tracker.
Method Summary | |
boolean |
areNew()
determine if specs have changed since last event |
double |
getBField()
Get magnetic field of tracking detector. |
double |
getCoilExtrap()
Get extrapolation radius for coil. |
int |
getDetectorType()
Get detector type as integer Large = 1, Small = 2 |
double |
getEMCalExtrap()
Get extrapolation radius for central EM calorimeter. |
double |
getEMEndExtrap()
Get extrapolation plane for endcap EM calorimeter. |
double |
getHadCalExtrap()
Get extrapolation radius for central Had calorimeter. |
double |
getHadEndExtrap()
Get extrapolation plane for endcap Had calorimeter. |
double |
getHalfLength()
Get half-length of tracking detector. |
double |
getHalfLength(double r)
Get half-length of tracking detector at radius r. |
double |
getInnerRadius()
Get inner radius of tracking detector. |
double |
getLayerOuterRadius(int lnmb)
|
double |
getLayerRadius(int lnmb)
|
double |
getLayerZ(int lnmb)
|
double |
getMuonEndExtrap()
Get extrapolation plane for endcap Muon chambers. |
double |
getMuonExtrap()
Get extrapolation radius for central Muon chamber. |
int |
getNLayers()
Get number of layers in tracking detector. |
double |
getNoFieldExtrap()
Get extrapolation radius for no field region. |
double |
getOuterRadius()
Get outer radius of tracking detector. |
double |
getRPhiResolution()
Get r-phi measurement resolution of tracking detector. |
String |
getType()
Get type of tracking detector. |
double |
getZResolution()
Get z measurement resolution of tracking detector. |
void |
setRPhiResolution(double res)
|
void |
setZResolution(double res)
|
void |
update(LCDEvent e)
Update specs if geometry have changed |
Method Detail |
public String getType()
public int getDetectorType()
public double getInnerRadius()
public double getOuterRadius()
public double getHalfLength()
public double getHalfLength(double r)
public int getNLayers()
public double getRPhiResolution()
public double getZResolution()
public double getBField()
public double getCoilExtrap()
public double getEMCalExtrap()
public double getEMEndExtrap()
public double getHadCalExtrap()
public double getHadEndExtrap()
public double getNoFieldExtrap()
public double getMuonExtrap()
public double getMuonEndExtrap()
public double getLayerRadius(int lnmb)
public double getLayerOuterRadius(int lnmb)
public double getLayerZ(int lnmb)
public void setRPhiResolution(double res)
public void setZResolution(double res)
public boolean areNew()
public void update(LCDEvent e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |