|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--hep.lcd.vertexing.zvtop.ZvTopVertexer
ZvTopVertexer -- main class
Topological vertex finding;
LCD Java implementation of SLD's ZVTOP(3)
Constructor Summary | |
ZvTopVertexer()
constructor; provides default parameter settings |
|
ZvTopVertexer(ZvTopParam parameters)
constructor with specification of parameters |
|
ZvTopVertexer(ZvTopVertexer tv)
copy constructor |
Method Summary | |
ZvBeamSpot |
beamSpot()
get currently set beamSpot |
ZvTrackList |
finalTracks()
resulting final list of tracks with proper vertex associations |
ZvVertexList |
finalVertices()
resulting final list of vertices with proper track associations |
ZvTopStatus |
findVertices()
find vertices -- main method |
ZvTrackList |
inputTracks()
input tracks used |
ZvTopParam |
parameters()
get currently set ZvTopVertexer specific parameters |
void |
setBeamSpot(ZvBeamSpot beamSpot)
set beam spot default: (0,0,0) |
void |
setParam(ZvTopParam parameters)
set ZvTopVertexer specific parameters |
void |
setSwimmer(Swimmer swimmer)
set the Swimmer to be used default: ZvSwimmer (with it's default settings) |
void |
setTrackList(ZvTrackList tracks)
set the input track list |
void |
setVtxFitter(VtxFitter vtxFitter)
set the vtxFitter to be used default: ZvFitter (with it's default settings) |
ZvTopStatus |
status()
current status |
Swimmer |
swimmer()
get a handle to the swimmer used |
ZvProbTubeList |
usedProbTubes()
handle to to the probabilty tube list used |
static String |
version()
return version string |
VtxFitter |
vtxFitter()
get a handle to the vtxFitter used |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ZvTopVertexer()
public ZvTopVertexer(ZvTopParam parameters)
setParam(hep.lcd.vertexing.zvtop.ZvTopParam)
public ZvTopVertexer(ZvTopVertexer tv)
Method Detail |
public static String version()
public void setSwimmer(Swimmer swimmer)
public Swimmer swimmer()
public void setVtxFitter(VtxFitter vtxFitter)
public VtxFitter vtxFitter()
public void setBeamSpot(ZvBeamSpot beamSpot)
ZvBeamSpot
public ZvBeamSpot beamSpot()
public void setParam(ZvTopParam parameters)
ZvTopParam
public ZvTopParam parameters()
ZvTopParam
public void setTrackList(ZvTrackList tracks)
public ZvTrackList inputTracks()
public ZvTrackList finalTracks()
public ZvVertexList finalVertices()
public ZvTopStatus status()
public ZvProbTubeList usedProbTubes()
public ZvTopStatus findVertices()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |