Jpp  19.1.0
the software that should make you happy
Public Member Functions | Public Attributes | List of all members
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. More...
 
 m_1d (const double x, const T &v)
 Constructor. More...
 

Public Attributes

double x
 abscissa More...
 

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  {}
data_type v[N+1][M+1]
Definition: JPolint.hh:866

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: