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()
ParticleIDgetLikelihood in interface ParticleIDpublic int getPDG()
ParticleIDgetPDG in interface ParticleIDpublic float[] getParameters()
ParticleIDgetParameters in interface ParticleIDpublic int getType()
ParticleIDgetType in interface ParticleIDpublic void setPDG(int PDG)
public void setLikelihood(float likelihood)
public void setParameters(float[] parameters)
public void setType(int type)
public int getAlgorithmType()
ParticleIDgetAlgorithmType in interface ParticleIDpublic void setAlgorithmType(int i)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics