public class CheatParticleID extends Object implements ParticleID
Modifier and Type | Field and Description |
---|---|
(package private) int |
pdg |
UnknownPDG
Constructor and Description |
---|
CheatParticleID(int id)
Creates a new instance of CheatParticleID
|
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.
|
public CheatParticleID(int id)
public int getType()
getType
in interface ParticleID
public int getPDG()
getPDG
in interface ParticleID
public double getLikelihood()
getLikelihood
in interface ParticleID
public int getAlgorithmType()
getAlgorithmType
in interface ParticleID
public double[] getParameters()
getParameters
in interface ParticleID
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.