ATLAS Offline Software
|
struct representing 1D component More...
#include <KLGaussianMixtureReduction.h>
Public Attributes | |
double | mean = 0. |
double | cov = 0. |
double | invCov = 1e10 |
double | weight = 0. |
struct representing 1D component
Definition at line 29 of file KLGaussianMixtureReduction.h.
double GSFUtils::Component1D::cov = 0. |
Definition at line 32 of file KLGaussianMixtureReduction.h.
double GSFUtils::Component1D::invCov = 1e10 |
Definition at line 33 of file KLGaussianMixtureReduction.h.
double GSFUtils::Component1D::mean = 0. |
Definition at line 31 of file KLGaussianMixtureReduction.h.
double GSFUtils::Component1D::weight = 0. |
Definition at line 34 of file KLGaussianMixtureReduction.h.