EICd
EIC data model
eicd::Cov2f Class Reference

#include <Cov2f.h>

Public Member Functions

 Cov2f ()
 
 Cov2f (double vx, double vy, double vxy=0)
 
float operator() (unsigned i, unsigned j) const
 

Public Attributes

float xx {}
 
float yy {}
 
float xy {}
 

Constructor & Destructor Documentation

◆ Cov2f() [1/2]

eicd::Cov2f::Cov2f ( )
inline

◆ Cov2f() [2/2]

eicd::Cov2f::Cov2f ( double  vx,
double  vy,
double  vxy = 0 
)
inline

Member Function Documentation

◆ operator()()

float eicd::Cov2f::operator() ( unsigned  i,
unsigned  j 
) const
inline

Member Data Documentation

◆ xx

float eicd::Cov2f::xx {}

◆ xy

float eicd::Cov2f::xy {}

◆ yy

float eicd::Cov2f::yy {}

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