Jpp 21.0.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
JROOT::m_3d< T > Struct Template Reference

3D data point. More...

#include <JRootfit.hh>

Inheritance diagram for JROOT::m_3d< T >:

Public Member Functions

 m_3d ()
 Default constructor.
 
 m_3d (const double x, const double y, const double z, const T &v)
 Constructor.
 

Public Attributes

double x
 abscissa
 
double y
 abscissa
 
double z
 abscissa
 

Detailed Description

template<class T>
struct JROOT::m_3d< T >

3D data point.

Definition at line 353 of file JRootfit.hh.

Constructor & Destructor Documentation

◆ m_3d() [1/2]

template<class T >
JROOT::m_3d< T >::m_3d ( )
inline

Default constructor.

Definition at line 359 of file JRootfit.hh.

359 :
360 T(),
361 x(0.0),
362 y(0.0),
363 z(0.0)
364 {}
double x
abscissa
Definition JRootfit.hh:382
double z
abscissa
Definition JRootfit.hh:384
double y
abscissa
Definition JRootfit.hh:383

◆ m_3d() [2/2]

template<class T >
JROOT::m_3d< T >::m_3d ( const double x,
const double y,
const double z,
const T & v )
inline

Constructor.

Parameters
xabscissa
yabscissa
zabscissa
vordinate

Definition at line 375 of file JRootfit.hh.

375 :
376 T(v),
377 x(x),
378 y(y),
379 z(z)
380 {}

Member Data Documentation

◆ x

template<class T >
double JROOT::m_3d< T >::x

abscissa

Definition at line 382 of file JRootfit.hh.

◆ y

template<class T >
double JROOT::m_3d< T >::y

abscissa

Definition at line 383 of file JRootfit.hh.

◆ z

template<class T >
double JROOT::m_3d< T >::z

abscissa

Definition at line 384 of file JRootfit.hh.


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