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

2D data point. More...

#include <JRootfit.hh>

Inheritance diagram for JROOT::m_2d< T >:

Public Member Functions

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

Public Attributes

double x
 abscissa
 
double y
 abscissa
 

Detailed Description

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

2D data point.

Definition at line 318 of file JRootfit.hh.

Constructor & Destructor Documentation

◆ m_2d() [1/2]

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

Default constructor.

Definition at line 324 of file JRootfit.hh.

324 :
325 T(),
326 x(0.0),
327 y(0.0)
328 {}
double y
abscissa
Definition JRootfit.hh:345
double x
abscissa
Definition JRootfit.hh:344

◆ m_2d() [2/2]

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

Constructor.

Parameters
xabscissa
yabscissa
vordinate

Definition at line 338 of file JRootfit.hh.

338 :
339 T(v),
340 x(x),
341 y(y)
342 {}

Member Data Documentation

◆ x

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

abscissa

Definition at line 344 of file JRootfit.hh.

◆ y

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

abscissa

Definition at line 345 of file JRootfit.hh.


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