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()
Vertex
getAssociatedParticle
in interface Vertex
public void setAssociatedParticle(ReconstructedParticle aRecP)
public float getChi2()
Vertex
public void setChi2(float chi2)
public float[] getCovMatrix()
Vertex
getCovMatrix
in interface Vertex
public void setCovMatrix(float[] cov)
public float[] getParameters()
Vertex
getParameters
in interface Vertex
public void setParameters(float[] parameters)
public float[] getPosition()
Vertex
getPosition
in interface Vertex
public void setPosition(float[] position)
public float getProbability()
Vertex
getProbability
in interface Vertex
public void setProbability(float probability)
public boolean isPrimary()
Vertex
public void setPrimary(boolean primary)
public String getAlgorithmType()
Vertex
getAlgorithmType
in interface Vertex
public void setAlgorithmType(String type)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics