ATLAS Offline Software
Public Attributes | List of all members
GSFUtils::Component1D Struct Reference

struct representing 1D component More...

#include <KLGaussianMixtureReduction.h>

Collaboration diagram for GSFUtils::Component1D:

Public Attributes

double mean = 0.
 
double cov = 0.
 
double invCov = 1e10
 
double weight = 0.
 

Detailed Description

struct representing 1D component

Definition at line 29 of file KLGaussianMixtureReduction.h.

Member Data Documentation

◆ cov

double GSFUtils::Component1D::cov = 0.

Definition at line 32 of file KLGaussianMixtureReduction.h.

◆ invCov

double GSFUtils::Component1D::invCov = 1e10

Definition at line 33 of file KLGaussianMixtureReduction.h.

◆ mean

double GSFUtils::Component1D::mean = 0.

Definition at line 31 of file KLGaussianMixtureReduction.h.

◆ weight

double GSFUtils::Component1D::weight = 0.

Definition at line 34 of file KLGaussianMixtureReduction.h.


The documentation for this struct was generated from the following file: