public class MCFastParticleID extends Object implements ParticleID
Modifier and Type | Field and Description |
---|---|
private ParticleType |
_type |
UnknownPDG
Constructor and Description |
---|
MCFastParticleID(ParticleType type)
Creates a new instance of MCFastParticleID
|
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 - defined to be the pdgId.
|
private ParticleType _type
public MCFastParticleID(ParticleType type)
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.