public interface ParticleID extends LCObject
ReconstructedParticle.getParticleIDs()
,
Cluster.getParticleIDs()
Modifier and Type | Field and Description |
---|---|
static int |
UnknownPDG
Constant to be used if the PDG code is not known or undefined.
|
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.
|
static final int UnknownPDG
int getType()
int getPDG()
float getLikelihood()
int getAlgorithmType()
float[] getParameters()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics