Jpp 19.3.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
JROOT::m_1d< T > Struct Template Reference

1D data point. More...

#include <JRootfit.hh>

Inheritance diagram for JROOT::m_1d< T >:

Public Member Functions

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

Public Attributes

double x
 abscissa
 

Detailed Description

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

1D data point.

Definition at line 187 of file JRootfit.hh.

Constructor & Destructor Documentation

◆ m_1d() [1/2]

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

Default constructor.

Definition at line 193 of file JRootfit.hh.

193 :
194 T(),
195 x(0.0)
196 {}
double x
abscissa
Definition JRootfit.hh:210

◆ m_1d() [2/2]

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

Constructor.

Parameters
xabscissa
vordinate

Definition at line 205 of file JRootfit.hh.

205 :
206 T(v),
207 x(x)
208 {}

Member Data Documentation

◆ x

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

abscissa

Definition at line 210 of file JRootfit.hh.


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