Jpp test-rotations-new
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 218 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 224 of file JRootfit.hh.

224 :
225 T(),
226 x(0.0),
227 y(0.0)
228 {}
double y
abscissa
Definition JRootfit.hh:245
double x
abscissa
Definition JRootfit.hh:244

◆ 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 238 of file JRootfit.hh.

238 :
239 T(v),
240 x(x),
241 y(y)
242 {}

Member Data Documentation

◆ x

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

abscissa

Definition at line 244 of file JRootfit.hh.

◆ y

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

abscissa

Definition at line 245 of file JRootfit.hh.


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