public interface ParticleID
ReconstructedParticle.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.
|
double |
getLikelihood()
The likelihood of this hypothesis - in a user defined normalization.
|
double[] |
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()
double getLikelihood()
int getAlgorithmType()
double[] getParameters()
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.