#include <ShapeParameters.h>
Definition at line 32 of file ShapeParameters.h.
◆ ShapeParameters()
◆ ~ShapeParameters()
virtual SourceXtractor::ShapeParameters::~ShapeParameters |
( |
| ) |
|
|
virtualdefault |
◆ getAbcor()
SeFloat SourceXtractor::ShapeParameters::getAbcor |
( |
| ) |
const |
|
inline |
◆ getArea()
SeFloat SourceXtractor::ShapeParameters::getArea |
( |
| ) |
const |
|
inline |
◆ getEllipseA()
SeFloat SourceXtractor::ShapeParameters::getEllipseA |
( |
| ) |
const |
|
inline |
◆ getEllipseB()
SeFloat SourceXtractor::ShapeParameters::getEllipseB |
( |
| ) |
const |
|
inline |
◆ getEllipseCxx()
SeFloat SourceXtractor::ShapeParameters::getEllipseCxx |
( |
| ) |
const |
|
inline |
\[ \frac{\cos^2 {\tt THETA}}{{\tt A}^2} + \frac{\sin^2 {\tt THETA}}{{\tt B}^2} = \frac{\overline{y^2}}{\overline{x^2} \overline{y^2} - \overline{xy}^2} \]
Definition at line 67 of file ShapeParameters.h.
References m_cxx.
◆ getEllipseCxy()
SeFloat SourceXtractor::ShapeParameters::getEllipseCxy |
( |
| ) |
const |
|
inline |
\[ 2 \,\cos {\tt THETA}\,\sin {\tt THETA} \left( \frac{1}{{\tt A}^2} - \frac{1}{{\tt B}^2}\right) = -2\,\frac{\overline{xy}}{\overline{x^2} \overline{y^2} - \overline{xy}^2} \]
Definition at line 87 of file ShapeParameters.h.
References m_cxy.
◆ getEllipseCyy()
SeFloat SourceXtractor::ShapeParameters::getEllipseCyy |
( |
| ) |
const |
|
inline |
\[ \frac{\sin^2 {\tt THETA}}{{\tt A}^2} + \frac{\cos^2 {\tt THETA}}{{\tt B}^2} = \frac{\overline{x^2}}{\overline{x^2} \overline{y^2} - \overline{xy}^2} \]
Definition at line 77 of file ShapeParameters.h.
References m_cyy.
◆ getEllipseTheta()
SeFloat SourceXtractor::ShapeParameters::getEllipseTheta |
( |
| ) |
const |
|
inline |
◆ getEllipticity()
SeFloat SourceXtractor::ShapeParameters::getEllipticity |
( |
| ) |
const |
|
inline |
◆ getElongation()
SeFloat SourceXtractor::ShapeParameters::getElongation |
( |
| ) |
const |
|
inline |
◆ m_a
SeFloat SourceXtractor::ShapeParameters::m_a |
|
private |
◆ m_abcor
SeFloat SourceXtractor::ShapeParameters::m_abcor |
|
private |
◆ m_area
SeFloat SourceXtractor::ShapeParameters::m_area |
|
private |
◆ m_b
SeFloat SourceXtractor::ShapeParameters::m_b |
|
private |
◆ m_cxx
SeFloat SourceXtractor::ShapeParameters::m_cxx |
|
private |
◆ m_cxy
SeFloat SourceXtractor::ShapeParameters::m_cxy |
|
private |
◆ m_cyy
SeFloat SourceXtractor::ShapeParameters::m_cyy |
|
private |
◆ m_theta
SeFloat SourceXtractor::ShapeParameters::m_theta |
|
private |
The documentation for this class was generated from the following file: