| Constructor and Description |
|---|
IVertex() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithmType()
Type code for the algorithm that has been used to create the vertex - check/set the
collection parameters AlgorithmName and AlgorithmType.
|
ReconstructedParticle |
getAssociatedParticle()
Returns Reconstructed Particle associated to the Vertex
|
float |
getChi2()
Chi squared of the vertex fit.
|
float[] |
getCovMatrix()
Covariance matrix of the position (stored as lower triangle matrix, i.e.
|
float[] |
getParameters()
Additional parameters related to this vertex - check/set the collection
parameter "VertexParameterNames" for the parameters' meaning.
|
float[] |
getPosition()
Position of the vertex
|
float |
getProbability()
Probability of the vertex fit.
|
boolean |
isPrimary()
Checks if the Vertex is the primary vertex of the event.
|
void |
setAlgorithmType(String type) |
void |
setAssociatedParticle(ReconstructedParticle aRecP) |
void |
setChi2(float chi2) |
void |
setCovMatrix(float[] cov) |
void |
setParameters(float[] parameters) |
void |
setPosition(float[] position) |
void |
setPrimary(boolean primary) |
void |
setProbability(float probability) |
public ReconstructedParticle getAssociatedParticle()
VertexgetAssociatedParticle in interface Vertexpublic void setAssociatedParticle(ReconstructedParticle aRecP)
public float getChi2()
Vertexpublic void setChi2(float chi2)
public float[] getCovMatrix()
VertexgetCovMatrix in interface Vertexpublic void setCovMatrix(float[] cov)
public float[] getParameters()
VertexgetParameters in interface Vertexpublic void setParameters(float[] parameters)
public float[] getPosition()
VertexgetPosition in interface Vertexpublic void setPosition(float[] position)
public float getProbability()
VertexgetProbability in interface Vertexpublic void setProbability(float probability)
public boolean isPrimary()
Vertexpublic void setPrimary(boolean primary)
public String getAlgorithmType()
VertexgetAlgorithmType in interface Vertexpublic void setAlgorithmType(String type)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics