|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hep.lcd.vertexing.zvtop.ZvgGTFParam
ZvgGTFParam -- ZvgGhostTrackFinder's constant parameters
To be set before running ZvgGhostTrackFinder.
CAUTION: This class is part of an upcoming extension of ZvTopVertexer. It is not necessarily fully working and may change frequently.
Constructor Summary | |
ZvgGTFParam()
constructor; provides default parameter settings |
|
ZvgGTFParam(ZvgGTFParam tp)
copy constructor |
Method Summary | |
ZvgGTFParam |
copy()
get a copy of this instance |
double |
getCosBeamAxisClear()
Get the currently set cosine for the beam axis clearance of the ghost track for good quality check byZvgChi2Calculator. |
double |
getCosInitGuessDev()
Get the currently set cosine of the maximum angle difference to initial ghost track guess for good quality check byZvgChi2Calculator. |
double |
getDTrkMax()
Get the currently set maximum distance along track to be swum in ZvgGhostTrackFinder. |
double |
getDTrkMin()
Get the currently set minimum distance along track to be swum in ZvgGhostTrackFinder. |
double |
getGWidthIni()
Get the currently set initial ghost track width used in ZvgGhostTrackFinder. |
double |
getJWgtExp()
Get the currently set exponent for jet core weighting in ZvgChi2Calculator. |
double |
getJWgtFac()
Get the currently set factor for jet core weighting in ZvgChi2Calculator. |
double |
getMaxChi2()
Get the currently set maximum chi2 for ZvgChi2Calculator |
double |
getStepMax()
Get the currently set maximum (initial) step size for angle stepping loop in ZvgGhostTrackFinder. |
double |
getStepMin()
Get the currently set minimum (final) step size for angle stepping loop in ZvgGhostTrackFinder. |
void |
setCosBeamAxisClear(double cosClear)
Set the cosine for the beam axis clearance angle of the ghost track for good quality check. |
void |
setCosInitGuessDev(double cosDev)
Set the cosine of the maximum angle difference to initial ghost track guess for good quality check. |
void |
setDTrkMax(double dTrkMax)
Set the maximum distance along track to be swum in ZvgGhostTrackFinder. |
void |
setDTrkMin(double dTrkMin)
Set the minimum distance along track to be swum in ZvgGhostTrackFinder. |
void |
setGWidthIni(double gWidthIni)
Set the initial ghost track width in ZvgGhostTrackFinder. |
void |
setJWgtExp(double exp)
Set the exponent for jet core weighting in ZvgChi2Calculator alpha = alpha^exp Default: 0.8 |
void |
setJWgtFac(double fac)
Set the factor for jet core weighting in ZvgChi2Calculator. |
void |
setMaxChi2(double maxChi2)
Set the maximum chi2 for ZvgChi2Calculator Default: 1.0 |
void |
setStepMax(double step)
Set the maximum (initial) step size for angle stepping loop in ZvgGhostTrackFinder. |
void |
setStepMin(double step)
Set the minimum (final) step size for angle stepping loop in ZvgGhostTrackFinder. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ZvgGTFParam()
public ZvgGTFParam(ZvgGTFParam tp)
Method Detail |
public void setStepMax(double step)
public double getStepMax()
public void setStepMin(double step)
public double getStepMin()
public void setGWidthIni(double gWidthIni)
public double getGWidthIni()
public void setDTrkMin(double dTrkMin)
public double getDTrkMin()
public void setDTrkMax(double dTrkMax)
public double getDTrkMax()
public void setMaxChi2(double maxChi2)
public double getMaxChi2()
public void setJWgtExp(double exp)
public double getJWgtExp()
public void setJWgtFac(double fac)
public double getJWgtFac()
public void setCosInitGuessDev(double cosDev)
public double getCosInitGuessDev()
public void setCosBeamAxisClear(double cosClear)
public double getCosBeamAxisClear()
public ZvgGTFParam copy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |