Jpp
18.6.0-rc.1
the software that should make you happy
|
3D data point. More...
#include <JRootfit.hh>
Public Member Functions | |
m_3d () | |
Default constructor. More... | |
m_3d (const double x, const double y, const double z, const T &v) | |
Constructor. More... | |
Public Attributes | |
double | x |
abscissa More... | |
double | y |
abscissa More... | |
double | z |
abscissa More... | |
3D data point.
Definition at line 252 of file JRootfit.hh.
|
inline |
|
inline |
Constructor.
x | abscissa |
y | abscissa |
z | abscissa |
v | ordinate |
Definition at line 274 of file JRootfit.hh.
double JROOT::m_3d< T >::x |
abscissa
Definition at line 281 of file JRootfit.hh.
double JROOT::m_3d< T >::y |
abscissa
Definition at line 282 of file JRootfit.hh.
double JROOT::m_3d< T >::z |
abscissa
Definition at line 283 of file JRootfit.hh.