Jpp  19.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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  {}
do set_variable OUTPUT_DIRECTORY $WORKDIR T
double x
abscissa
Definition: JRootfit.hh:210
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  {}
do set_variable OUTPUT_DIRECTORY $WORKDIR T
double x
abscissa
Definition: JRootfit.hh:210
data_type v[N+1][M+1]
Definition: JPolint.hh:866

Member Data Documentation

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: