public class IParticleID extends Object implements ParticleID
UnknownPDG
Constructor and Description |
---|
IParticleID() |
Modifier and Type | Method and Description |
---|---|
int |
getAlgorithmType()
Type of the algorithm/module that created this hypothesis - NOTE: must be unique within one
collection.
|
float |
getLikelihood()
The likelihood of this hypothesis - in a user defined normalization.
|
float[] |
getParameters()
Parameters associated with this hypothesis.
|
int |
getPDG()
The PDG code of this id - UnknownPDG ( 999999 ) if unknown.
|
int |
getType()
Type - userdefined.
|
void |
setAlgorithmType(int i) |
void |
setLikelihood(float likelihood) |
void |
setParameters(float[] parameters) |
void |
setPDG(int PDG) |
void |
setType(int type) |
public float getLikelihood()
ParticleID
getLikelihood
in interface ParticleID
public int getPDG()
ParticleID
getPDG
in interface ParticleID
public float[] getParameters()
ParticleID
getParameters
in interface ParticleID
public int getType()
ParticleID
getType
in interface ParticleID
public void setPDG(int PDG)
public void setLikelihood(float likelihood)
public void setParameters(float[] parameters)
public void setType(int type)
public int getAlgorithmType()
ParticleID
getAlgorithmType
in interface ParticleID
public void setAlgorithmType(int i)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics